[ 
https://issues.apache.org/jira/browse/CASSANDRA-18400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724351#comment-17724351
 ] 

Brandon Williams edited comment on CASSANDRA-18400 at 5/19/23 6:42 PM:
-----------------------------------------------------------------------

||Branch||CI||
|[4.0|https://github.com/driftx/cassandra/tree/CASSANDRA-18400-4.0]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1020/workflows/bb2bea4a-6db3-4fb9-a573-144d69e2beb7],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1020/workflows/c65efde2-0707-4f78-95af-60efdb97db67]|
|[4.1|https://github.com/driftx/cassandra/tree/CASSANDRA-18400-4.1]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1019/workflows/2c4502d8-52d2-4dc8-a871-ecad2a61645a],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1019/workflows/84560c95-fc53-48b1-ab09-63357d6f943e]|
|[trunk|https://github.com/driftx/cassandra/tree/CASSANDRA-18400-trunk]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1021/workflows/47a9d034-9c9a-4c51-a33e-deb1eaa26a91],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1021/workflows/1d58c68c-e978-4481-88b6-b8d31666bc28]|



was (Author: brandon.williams):
||Branch||CI||
|[4.0|https://github.com/driftx/cassandra/tree/CASSANDRA-18400-4.0]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1018/workflows/6b9bfc18-e5a4-4f9d-8c2f-31a989151d93],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1018/workflows/46c210bd-df56-4940-a49b-f61daad94b29]|
|[4.1|https://github.com/driftx/cassandra/tree/CASSANDRA-18400-4.1]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1017/workflows/b694a288-73bb-4594-8d9d-b91a15ea9b05],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1017/workflows/61e1552f-c386-43b5-9383-56f359a869d1]|
|[trunk|https://github.com/driftx/cassandra/tree/CASSANDRA-18400-trunk]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1016/workflows/492f6195-0e6d-4ef3-9083-83183b30f252],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1016/workflows/2a597915-f0ce-4f4b-9515-b119b43a8116]|


> Nodetool info should report on the new networking cache
> -------------------------------------------------------
>
>                 Key: CASSANDRA-18400
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18400
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tool/nodetool
>            Reporter: Brad Schoening
>            Assignee: Ningzi Zhan
>            Priority: Normal
>             Fix For: 4.0.x, 4.1.x, 5.x
>
>         Attachments: Screen Shot 2023-05-18 at 13.57.45.png
>
>
> CASSANDRA-15229 separated the chunk and network cache, creating a new 
> network_cache_size parameter.
> However, *nodetool info* does not report the in-use size of this cache or a 
> hit ratio as it does for key, row, counter and chunk cache.  
> {quote}Exceptions : 4
> Key Cache : entries 2852, size 297.59 KiB, capacity 100 MiB, 2406561 hits, 
> 2409424 requests, 0.999 recent hit rate, 14400 save period in seconds
> Row Cache : entries 0, size 0 bytes, capacity 0 bytes, 0 hits, 0 requests, 
> NaN recent hit rate, 0 save period in seconds
> Counter Cache : entries 0, size 0 bytes, capacity 50 MiB, 0 hits, 0 requests, 
> NaN recent hit rate, 7200 save period in seconds
> Chunk Cache : entries 1118, size 55.02 MiB, capacity 992 MiB, 4695794 misses, 
> 7179421 requests, 0.346 recent hit rate, 24.145 microseconds miss latency
> Percent Repaired : 0.0%
> {quote}
> However, when its full, it will be logged:
> {quote}[INFO ] [epollEventLoopGroup-5-12] cluster_id=1 ip_address=127.1.1.1  
> NoSpamLogger.java:92 - Maximum memory usage reached (128.000MiB), cannot 
> allocate chunk of 8.000MiB
> {quote}
> It should report a line similar to the above:
> {quote}Network Cache : entries ?, size ? MiB, capacity ? MiB, ? misses, ? 
> requests, ? recent hit rate
> {quote}
> Also, not sure why the above show NaN for row and counter cache, is there is 
> a divide by zero error when the entries are zero?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to