Hi all,
(DSE version: 6.7.3)
Sometimes I got the message in the "debug.log" when I start a node:
WARN [GossipTasks:1] 2019-07-02 09:10:31,276 Gossiper.java:1007 - Gossip stage has 633 pending tasks; skipping status check (no nodes will be marked down) WARN [GossipTasks:1] 2019-07-02 09:10:32,377 Gossiper.java:1007 - Gossip stage has 635 pending tasks; skipping status check (no nodes will be marked down) WARN [GossipTasks:1] 2019-07-02 09:10:33,477 Gossiper.java:1007 - Gossip stage has 636 pending tasks; skipping status check (no nodes will be marked down) WARN [GossipTasks:1] 2019-07-02 09:10:34,578 Gossiper.java:1007 - Gossip stage has 639 pending tasks; skipping status check (no nodes will be marked down) WARN [GossipTasks:1] 2019-07-02 09:10:35,678 Gossiper.java:1007 - Gossip stage has 641 pending tasks; skipping status check (no nodes will be marked down) WARN [GossipTasks:1] 2019-07-02 09:10:36,778 Gossiper.java:1007 - Gossip stage has 644 pending tasks; skipping status check (no nodes will be marked down)
I found this article, and I checked the permission of my commit logs.
What can I debug this issue?
How to refresh the Gossip?
Thanks!
---
update:
I seen the DataStax Enterprise 6.7 release notes:
- Fixed an issue by incrementing pending echos when sending gossip echo requests. (DB-3187)
Is that probably about this issue?