We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Fail to connect peer k8s-master:7848
请自查此域名(hostname)+端口是否可访问。
Sorry, something went wrong.
#12573 优化了一下对Server Status的校验逻辑, 再不使用到raft相关的接口上不再直接拦截请求,以保证核心功能的可用性。
但如果一直保持jraft无法选主的情况下, 对应依赖raft的功能仍然会有问题无法使用, 需要介入修复raft选主问题.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: