Euthpic
Euthpic
**Describe the bug** **描述Bug** 以下语句在语句检测时会提示索引重复,索引数量超出限制. ``` ALTER TABLE `order`.`orders` DROP INDEX `order_index`, ADD INDEX `order_index`(`id`, `status`) USING BTREE; ```` 可是这两条语句是同一个事物里面的,事务提交后没有这些问题.语句检测能否以事务为单位进行?以避免这类的语句在事务执行后没有超出限制,但是却在语句检测时被限制住了. **To Reproduce** **如何复现** **Expected behavior** **期望的结果** **Screenshots** **截图** **Desktop (please...
可以在客户端里增加命令行操作吗?像RDM那样,即可以通过UI操作,也可以通过命令行操作,这样灵活一些.
I follow the installation instruction(https://segmentfault.com/a/1190000023862693) to install rocketmq in k8s. Now I want to change rocketmq's default configuration to enable console's password. Operation(https://github.com/apache/rocketmq-externals/blob/master/rocketmq-console/doc/1_0_0/UserGuide_CN.md): `` 1.在Spring配置文件resources/application.properties中修改 开启登录功能 # 开启登录功能 rocketmq.config.loginRequired=true #...
Some of our deployments register pod ips in zookeeper and other deployments access them via pod ip instead of svc. Therefore the traffic won't go through svc,loadbalance is under control...
**Bug 详情** **你的操作** 通过shadowsocks启动v2ray失败,不清楚是不是版本不一致导致的,服务端版本是4.45.0,本地提示是4.23.1,日志里说在线更新,但似乎更新不了,我检查了下/apps/shadowsocks/bin下并没有v2ray相关的东西. cp: can't stat '/etc/dnsmasq.d/*': No such file or directory 也不知道是什么原因导致的,我在该目录下新建个文件就没这个报错了 **屏幕截图** ``` 【ShadowSocks】: 关闭ss主进程... 【ShadowSocks】: 删除nat-start触发... 【ShadowSocks】: 清除iptables规则... cp: can't stat '/etc/dnsmasq.d/*': No such file or...