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

NullPointerException in NioOutboundPipeline.publishMetrics #26290

Open
cnlzhang opened this issue Mar 18, 2024 · 0 comments
Open

NullPointerException in NioOutboundPipeline.publishMetrics #26290

cnlzhang opened this issue Mar 18, 2024 · 0 comments

Comments

@cnlzhang
Copy link

cnlzhang commented Mar 18, 2024

Hi there,
We have encountered an NullPointerException in NioOutboundPipeline.publishMetrics with 5.1.1 version as following logs:

2024-03-18 16:05:24,764 [ERROR] [hz.brave_knuth.IO.thread-out-1] [.h.i.s.t.TcpServerConnectionChannelErrorHandler]: [168.70.8.191]:5701 [business] [5.1.1] null
java.lang.NullPointerException: null
at com.hazelcast.internal.networking.nio.NioOutboundPipeline.publishMetrics(NioOutboundPipeline.java:462) ~[hazelcast-5.1.1.jar:5.1.1]
at com.hazelcast.internal.networking.nio.NioThread.processTaskQueue(NioThread.java:355) ~[hazelcast-5.1.1.jar:5.1.1]
at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:290) ~[hazelcast-5.1.1.jar:5.1.1]
at com.hazelcast.internal.networking.nio.NioThread.executeRun(NioThread.java:249) [hazelcast-5.1.1.jar:5.1.1]

while the cpu and memory usage for hazelcast process increased rapidly, is there any bugs about this publishMetrics?

Thanks alot!!!

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

1 participant