-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
nacos2.4.1较大概率不进行raft选主 #12526
Labels
Milestone
Comments
无法复现此问题,能否在复现时 使用jstack指令输出一下堆栈, 看下main方法的堆栈位置是卡在哪里。 |
我这边是大概率(复现率90%以上)复现的,我下面贴下jstack信息,有个死锁 |
拍照看起来太麻烦了,同时也无法检索, 能否上传一份stack文件。 |
另外部署模式是集群+derby? |
对的,集群+derby |
nacos-jstack.log |
多线程初始化bean导致死锁了。 |
KomachiSion
added
kind/bug
Category issues or prs related to bug.
and removed
status/need feedback
labels
Sep 2, 2024
KomachiSion
added a commit
to KomachiSion/nacos
that referenced
this issue
Sep 2, 2024
…ock to get cp protocol.
5 tasks
KomachiSion
added a commit
that referenced
this issue
Sep 2, 2024
* Enhance health check readiness and server status logic. * Enhance health check readiness and server status logic. * For #12526, judge whether cp protocol has init to avoid dead lock to get cp protocol.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
k8s环境启动3节点集群,经常有一个节点长时间卡在Nacos is staring…状态,pod启动两三分钟后alipay-jraft.log日志文件依然为空,无选主日志,pod多次重启后有概率可以成功启动。
其他正常节点,一般启动后5s左右alipay-jraft.log日志文件就会有日志输出。
2.4.0.1等之前版本无该问题,希望尽快修复,谢谢。
The text was updated successfully, but these errors were encountered: