Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jepsen 测试遇到的一些问题 #25

Open
4 tasks
panlei-coder opened this issue Aug 31, 2024 · 1 comment
Open
4 tasks

jepsen 测试遇到的一些问题 #25

panlei-coder opened this issue Aug 31, 2024 · 1 comment

Comments

@panlei-coder
Copy link
Collaborator

panlei-coder commented Aug 31, 2024

Which kiwi functionalities are relevant/related to the feature request?

No response

Description

使用 jepsen 框架测试raft集群时遇到的一些问题:

  • 需要支持 multi exec:测试workload需要使用这个功能 (需要事務)
  • raft join支持hostname方式:目前支持ip。jepsen框架使用hostname做多容器处理(以后k8s部署也会使用hostname这种方式)
  • 支持并发 confchange:jepsen 会同时启动4个容器做 raft.cluster join,目前会出现部分节点join失败
  • 集群版访问follower节点报错 ERR MOVED 172.18.0.5:9221 client 无法自动处理

Proposed solution

No response

Alternatives considered

No response

@longfar-ncy
Copy link
Collaborator

longfar-ncy commented Sep 21, 2024

  • 需要支持 multi exec:测试workload需要使用这个功能 (需要事務)
  • raft join支持hostname方式:目前支持ip。jepsen框架使用hostname做多容器处理(以后k8s部署也会使用hostname这种方式)(分配給 @luky116
  • 支持并发 confchange:jepsen 会同时启动4个容器做 raft.cluster join,目前会出现部分节点join失败 @happy-v587
  • 集群版访问follower节点报错 ERR MOVED 172.18.0.5:9221 client 无法自动处理 (@panlei-coder )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants