-
麒麟V10下,loongarch64 龙芯架构, librocksdbjni-linux64.so:无法打开共享对象文件
[root@vap test]# uname -a
Linux vap.kafka.com.cn 4.19.90-52.22.sm3.03.v2207.a.ky10.loongarch64 #1 SMP Sun May 14 15:09:34 CST 2023 loong…
-
Within node restart `lastCommittedIndex` initialized as 0
```
public class BallotBox implements Lifecycle, Describer {
...
private long lastCommittedIndex = 0;
...
}
```
Taking int…
-
@RockRockWhite You can submit a RFC first
_Originally posted by @hzh0425 in https://github.com/sofastack/sofa-jraft/issues/854#issuecomment-1250519954_
As discussion in #854, I was as…
-
### Your question
启动sofa-jraft后,debug不断打印:
2023-07-17 13:04:08.323 io.netty.channel.DefaultChannelPipeline [bolt-netty-client-worker-1-thread-6]-[DEBUG] Discarded inbound message com.alipay.remot…
-
### Your question
1. 集群成员关系通过swim等协议确定(针对大规模集群,心跳性能太差),或者说提供非心跳的成员确定方案。
2. 每个节点保存集群元数据(方便节点重启后重新加载相关配置),元数据通过gossip协议扩散到整个集群,以便确保集群元数据每个节点一致。
3. 集群通过gossip协议确定整个集群唯一调度员(管理集群,对集群分区进行调度)
…
-
**Describe the bug**
内置数据库derby,3节点集群,模拟故障恢复场景,节点关机后重启,概率性存在个别节点无法启动,报错原因为加载derby_data文件失败
**Expected behavior**
相关日志:
nacos.log
Caused by: org.springframework.beans.factory.BeanCreationE…
ZrBac updated
6 months ago
-
### Your question
使用learner如何完成异地数据灾备?
在此issue中我已了解learner的基本使用方式:https://github.com/sofastack/sofa-jraft/issues/115
我的操作步骤:
设置初始化服务列表 initialServerAddress 为 127.0.0.1:8181,127.0.0.1:8182,127.…
-
**Describe the bug**
A clear and concise description of what the bug is.
Under the nacos cluster, service a has two instances. 001 and 002001 are registered on three nodes of the nacos cluster…
-
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
When I modified the transport.…
wu979 updated
4 months ago
-
相同问题。k8s + efs
```
Caused by: java.lang.IllegalStateException: Fail to init node, please see the logs to find the reason. …