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

每次出现 NacosClientAuthServiceImpl, 然后服务就卡住了,一定要重启才能恢复正常 #12080

Closed
daishuhua opened this issue May 10, 2024 · 1 comment
Labels
status/invalid This doesn't seem right

Comments

@daishuhua
Copy link

Describe the bug
"The service will only get stuck if the message '[ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success' appears after it has started."

Expected behavior
it will continue to provide service.

Actually behavior
Actually, I didn't do anything

How to Reproduce
This issue will occur every two or three days.

Desktop (please complete the following information):

  • OS: Centos
  • Version: nacos-server 2.0.2
  • Module: naming/config
  • SDK: spring-cloud-alibaba-nacos
  • JDK: openjdk version "1.8.0_292" x64
@KomachiSion
Copy link
Collaborator

you should check why your app stuck, nacos-client load plugin will not stuck your application.

you see "The service will only get stuck if the message '[ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success' appears after it has started." Only means nacos load nacos auth plugin success, but not means it make your app stuck.

you should use jstack to find out the main thread do what when your app stuck.

@KomachiSion KomachiSion added the status/invalid This doesn't seem right label May 15, 2024
@KomachiSion KomachiSion closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants