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

CASSANDRA-18400: Nodetool info should report on the new networking cache #2353

Closed
wants to merge 3 commits into from

Conversation

qannap
Copy link
Contributor

@qannap qannap commented May 19, 2023

CASSANDRA-18400: Nodetool info should report on the new networking cache

  1. The Network Cache info looks like this:

Network Cache : size ? MiB, capacity ? MiB
The capacity is the network cache total threshold, which corresponds to NETWORKING_MEMORY_USAGE_THRESHOLD, and the size is the size of allocated pooled buffers.

  1. The NaN hit rate in the row, and the counter cache is caused by dividing by zero, but the zero comes from zero requests. In this case, I changed the hit rate to 0 when the hit rate was NaN. I am not sure if it is valid to do that.

patch by Ningzi Zhan

The Cassandra Jira

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants