集群中的一个节点崩溃了,当我尝试使用MAT进行分析时,我在报告中看到了以下嫌疑人。
有谁能帮我理解卡桑德拉版本是否有问题,等等?
版本: apache- Cassandra -3.11.4 Cassandra Xmx: 13G
java版本:1.8.0_45
调试日志中的最后一条消息:
INFO [ScheduledTasks:1] 2022-03-04 21:27:47,182 MessagingService.java:1236 - MUTATION messages were dropped in last 5000 ms: 1 internal and 1 cross node. Mean internal dropped latency: 16314 ms and Mean cross-node dropped latency: 16410 ms
INFO [ScheduledTasks:1] 2022-03-04 21:27:47,182 MessagingService.java:1236 - REQUEST_RESPONSE messages were dropped in last 5000 ms: 0 internal and 6 cross node. Mean internal dropped latency: 0 ms and Mean cross-node dropped latency: 15855 ms
INFO [ScheduledTasks:1] 2022-03-04 21:27:47,182 StatusLogger.java:47 - Pool Name Active Pending Completed Blocked All Time Blocked
WARN [GossipTasks:1] 2022-03-04 21:27:47,431 FailureDetector.java:278 - Not marking nodes down due to local pause of 13948176954 > 5000000000
DEBUG [GossipTasks:1] 2022-03-04 21:27:51,763 FailureDetector.java:284 - Still not marking nodes down due to local pause
DEBUG [GossipTasks:1] 2022-03-04 21:27:51,763 FailureDetector.java:284 - Still not marking nodes down due to local pause
DEBUG [GossipTasks:1] 2022-03-04 21:27:51,763 FailureDetector.java:284 - Still not marking nodes down due to local pause
INFO [ScheduledTasks:1] 2022-03-04 21:27:51,746 WARN [Service Thread] 2022-03-04 21:27:53,329 GCInspector.java:282 - G1 Young Generation GC in 1155ms. G1 Eden Space: 608174080 -> 0; G1 Old Gen: 12492994960 -> 13214415248; G1 Survivor Space: 88080384 -> 29360128;
INFO [Service Thread] 2022-03-04 21:27:53,329 StatusLogger.java:47 - Pool Name Active Pending Completed Blocked All Time Blocked
非常感谢有什么建议可以进一步探索吗?
嫌疑人1:
One instance of “org.apache.cassandra.transport.Message$Dispatcher$LegacyFlusher” loaded
by “sun.misc.Launcher$AppClassLoader @ 0x48062f2e0” occupies 1,856,054,480 (18.04%)
bytes. The memory is accumulated in one instance of “java.lang.Object[]”, loaded by
“<system class loader>”, which occupies 1,856,054,136 (18.04%) bytes.
嫌疑人2:
One instance of “org.apache.cassandra.transport.Message$Dispatcher$LegacyFlusher” loaded
by “sun.misc.Launcher$AppClassLoader @ 0x48062f2e0” occupies 1,521,968,760 (14.79%)
bytes. The memory is accumulated in one instance of “java.lang.Object[]”, loaded by “<system class loader>”, which occupies 1,373,989,312 (13.36%) bytes.
Keywords
org.apache.cassandra.transport.Message$Dispatcher$LegacyFlusher
sun.misc.Launcher$AppClassLoader @ 0x48062f2e0
java.lang.Object[]
https://stackoverflow.com/questions/71382005
复制相似问题