wayen

Results 15 comments of wayen

是为了避免同时竞争选主, _clusterMgr->stop()可以提前

目前需要把写数据的脚本关掉后,才能拉起,后续我们会对这个问题做优化

你这里应该是本意用bind来绑定地址,但bind 的含义并不是指定server绑定的地址,cluster nodes节点自身的ip信息不是根据这个bind 设置的ip , 而是gossip通信过程中从session 解析的ip。 bind具体含义可以参考redis 配置bind 的注释:默认情况下,如果没有指定bind配置指令,则 Redis 监听来自服务器上所有可用网络接口的连接。可以使用bind配置指令来监听一个或多个选定的接口。 另外不建议在一台服务器 拉起多个tendis进程,主从如果在同一台服务器也起不到故障恢复的作用

At present, the performance of bsc is largely determined by the read and write latency rather than the bandwidth, especially the read and write latency of snapshots. Under the current...

any fail logs like " Execution failed "?