When looking at node details in Datastax OpsCenter:
We can see that there were 34903422 "native-transport-requests", but 1072 were blocked.
- Could someone explain what is native transport request? What is that in relation to mutation?
- Is it normal that they are being blocked and what does it mean?
BTW. We can also see that there were 93 mutations dropped and we know what that means: What is mutation in cassandra?.
Native-Transport-Requests
include reads, what is the difference to pending ReadRequests (fromnodetool tpstats
)? – Pudendas