-
当前版本使用的是hugegraph-0.11.2-b2
复现步骤:
1、在hugegraph.properties配置文件中,设置raft.mode=true
2、在rest-server.properties 配置文件中,设置
# authentication
auth.authenticator=com.baidu.hugegraph.auth.ConfigAuthenticator…
-
1. 不启用PD Server时,Region还会自动split吗?
2. 如何控制每个region的副本数,即每个raft group的peer数?
3. 如何对整个KV集群进行扩/缩容?对每个region进行add/remove replica操作还是有其他接口?
-
### Describe the bug
发现在特定条件下在statemachine的onApply时iterator.getData()是null。
### Expected behavior
不应该出现该情况
### Actual behavior
空指针
### Steps to reproduce
我们的pb对象只有一个元素为repeated xxx。我们设计的方案…
-
## Introduction
SOFAJRaft is a production-level, high-performance Java implementation based on the RAFT consistency algorithm that supports MULTI-RAFT-GROUP for high-load, low-latency scenarios. Wi…
-
### Your question
Why Node init need using conf in log.
When there is a log, use conf in the log, which will cause the modified configuration to not take effect unless the log is cleaned.
https://…
-
### Your question
Closure的线程池满了后导致上层业务提交失败/超时
### Your scenes
1.集群初始4个节点
2.其中一个follow节点宕机一段时间(10分钟+)
3.在这10分钟内业务端不断有较高的数据提交请求(业务客户端有10个线程持续请求)
4.最终业务端会有提交失败或超时现象
相关日志:
```
2021-01-21 0…
-
首先安装1.4.1
export NACOS_VERSION=1.4.1
git clone --depth 1 https://github.com/nacos-group/nacos-docker.git
cd nacos-docker
docker-compose -f example/cluster-hostname.yaml up
之后集群中leader是nacos3,执行do…
-
`/opt/homebrew/Cellar/openjdk/15.0.2/libexec/openjdk.jdk/Contents/Home/bin/java -Xms512m -Xmx512m -Xmn256m -Dnacos.standalone=true -Dnacos.member.list= -Xlog:gc*:file=/Users/zorantaylor/Documents/dev…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Acutally behavior**
A clea…
-
**Describe the bug**
从1.4.0将raft协议实现升级为jraft,jraft依赖sofa-bolt,但是我看到打出来的包,nacos-server.jar中并无 bolt jar包,不知是否会影响功能使用.
**Expected behavior**
![image](https://user-images.githubusercontent.com/2…