# Why am I seeing more than expected gossip writes in a 6-node Scylla cluster? (26 writes instead of 18)

**URL:** https://forum.scylladb.com/t/why-am-i-seeing-more-than-expected-gossip-writes-in-a-6-node-scylla-cluster-26-writes-instead-of-18/4201
**Category:** ScyllaDB
**Tags:** gossip
**Created:** [December 17, 2024, 9:44am UTC](https://forum.scylladb.com/t/why-am-i-seeing-more-than-expected-gossip-writes-in-a-6-node-scylla-cluster-26-writes-instead-of-18/4201 "2024-12-17T09:44:20Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Shresth\_Jain](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/shresth_jain/32/1438_2.png) [@Shresth\_Jain](https://forum.scylladb.com/u/Shresth_Jain)
#### Post date: [December 17, 2024, 9:44am UTC](https://forum.scylladb.com/t/why-am-i-seeing-more-than-expected-gossip-writes-in-a-6-node-scylla-cluster-26-writes-instead-of-18/4201/1 "2024-12-17T09:44:20Z")

</div>

_Installation details_  
#ScyllaDB version: 6.0.2  
#Cluster size: 6  
#os (RHEL/CentOS/Ubuntu/AWS AMI): AWS AMI ami-0d0131dc0789683cc

Hello everyone,

I have a 6-node Scylla cluster, and according to the official Scylla documentation, each node communicates with 1 to a maximum of 3 other nodes using the gossip protocol. However, when I check the gossip writes, I’m seeing about 26 writes instead of the expected 18, which corresponds to the 3x number of nodes in my cluster.

Has the number of gossip writes increased recently, or could there be another reason for this behavior?

Here are some additional details:  
#ScyllaDB version: 6.0.2  
#Cluster size: 6  
#os (RHEL/CentOS/Ubuntu/AWS AMI): AWS AMI ami-0d0131dc0789683cc

- I’ve verified that all nodes are up and running without any obvious issues (e.g., no node failures or partitions).
- I’m using the default gossip settings unless something has changed.

Any insights or pointers on why this is happening would be greatly appreciated!

Thanks in advance!

---

<div class="post-metadata">

### Author: ![tzach](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/tzach/32/172_2.png) [@tzach](https://forum.scylladb.com/u/tzach)
#### Post date: [December 17, 2024, 7:44pm UTC](https://forum.scylladb.com/t/why-am-i-seeing-more-than-expected-gossip-writes-in-a-6-node-scylla-cluster-26-writes-instead-of-18/4201/2 "2024-12-17T19:44:10Z")

</div>

> However, when I check the gossip writes, I’m seeing about 26 writes

How do you count gossip writes? metric, log, other?

---

<div class="post-metadata">

### Author: ![Shresth\_Jain](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/shresth_jain/32/1438_2.png) [@Shresth\_Jain](https://forum.scylladb.com/u/Shresth_Jain)
#### Post date: [December 18, 2024, 4:51am UTC](https://forum.scylladb.com/t/why-am-i-seeing-more-than-expected-gossip-writes-in-a-6-node-scylla-cluster-26-writes-instead-of-18/4201/3 "2024-12-18T04:51:57Z")

</div>

I am able to see the gossip writes on scylla monitor in advanced tab.

---

<div class="post-metadata">

### Author: ![Shresth\_Jain](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/shresth_jain/32/1438_2.png) [@Shresth\_Jain](https://forum.scylladb.com/u/Shresth_Jain)
#### Post date: [December 18, 2024, 9:06am UTC](https://forum.scylladb.com/t/why-am-i-seeing-more-than-expected-gossip-writes-in-a-6-node-scylla-cluster-26-writes-instead-of-18/4201/4 "2024-12-18T09:06:37Z")

</div>

Sample Images:

 ![Screenshot 2024-12-18 at 11.36.55 AM](https://us1.discourse-cdn.com/flex016/uploads/scylladb/original/2X/1/10872ba7e8e997602fa65ed706d0926312cb33dc.png)

---

<div class="post-metadata">

### Author: ![Gleb](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/gleb/32/71_2.png) [@Gleb](https://forum.scylladb.com/u/Gleb)
#### Post date: [December 1, 2025, 8:27am UTC](https://forum.scylladb.com/t/why-am-i-seeing-more-than-expected-gossip-writes-in-a-6-node-scylla-cluster-26-writes-instead-of-18/4201/5 "2025-12-01T08:27:44Z")

</div>

Gossiper exchange is not one way, it exchanges information both ways, so theoretically, if each exchange result in a new information to both parties the max amount of writes should be 36. But gossiper does not suppose to write on each exchange, only if there is a new information that has to persisted (which is not usually the case), so the number in steady state should be 0.

The gossiper is not the only thing that runs is gossiper scheduling group though, so it is hard to say where the writes are coming from without digging much deeper.
