Skip to content
New issue

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

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

Already on GitHub? # to your account

2.4.1版本standalone模式启动No leader for raft group naming_persistent_service #12558

Closed
potatoyam opened this issue Aug 27, 2024 · 2 comments

Comments

@potatoyam
Copy link

2024-08-27 21:23:45,356 INFO The channel k8s-master:7848 is in state: CONNECTING.

2024-08-27 21:23:45,358 ERROR Fail to connect k8s-master:7848, remoting exception: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception.

2024-08-27 21:23:45,358 ERROR Fail to connect peer k8s-master:7848 to get leader for group naming_persistent_service.

2024-08-27 21:23:45,358 INFO The channel k8s-master:7848 is in state: TRANSIENT_FAILURE.

2024-08-27 21:23:45,359 WARN There has been some transient failure on this channel k8s-master:7848.

2024-08-27 21:23:45,733 WARN Channel[k8s-master:7848] in [INACTIVE] state 2 times, it has been removed from the pool.

2024-08-27 21:23:45,733 INFO The channel k8s-master:7848 is in state: SHUTDOWN.

2024-08-27 21:23:45,733 WARN This channel k8s-master:7848 has started shutting down. Any new RPCs should fail immediately.

2024-08-27 21:23:45,734 INFO Creating new channel to: k8s-master:7848.

2024-08-27 21:23:45,734 INFO The channel k8s-master:7848 is in state: CONNECTING.

2024-08-27 21:23:45,738 ERROR Fail to connect k8s-master:7848, remoting exception: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception.

2024-08-27 21:23:45,738 ERROR Fail to connect peer k8s-master:7848 to get leader for group naming_persistent_service_v2.

2024-08-27 21:23:45,738 INFO The channel k8s-master:7848 is in state: TRANSIENT_FAILURE.

2024-08-27 21:23:45,738 WARN There has been some transient failure on this channel k8s-master:7848.

@KomachiSion
Copy link
Collaborator

Fail to connect peer k8s-master:7848

请自查此域名(hostname)+端口是否可访问。

@KomachiSion
Copy link
Collaborator

#12573 优化了一下对Server Status的校验逻辑, 再不使用到raft相关的接口上不再直接拦截请求,以保证核心功能的可用性。

但如果一直保持jraft无法选主的情况下, 对应依赖raft的功能仍然会有问题无法使用, 需要介入修复raft选主问题.

@KomachiSion KomachiSion closed this as not planned Won't fix, can't repro, duplicate, stale Sep 2, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants