sunil9977 commented on code in PR #3742:
URL: https://github.com/apache/cassandra/pull/3742#discussion_r1886218243
##########
test/unit/org/apache/cassandra/tools/nodetool/stats/TableStatsPrinterTest.java:
##########
@@ -70,6 +70,14 @@ public class TableStatsPrinterTest extends TableStatsTestBase
"\tAverage tombstones per slice (last five minutes): 5.00\n" +
"\tMaximum tombstones per slice (last five minutes): 1\n" +
"\tDroppable tombstone ratio: 0.000\n" +
+ "\tSAI local query latency (mean): 0.000 ms\n" +
+ "\tSAI post-filtering latency (mean): 0.000 ms\n" +
+ "\tSAI space used (bytes): null\n" +
+ "\tSAI SSTable indexes hit per query (mean): 0.0\n" +
+ "\tSAI index segments hit per query (mean): 0.0\n" +
+ "\tSAI rows filtered per query (mean): 0.0\n" +
+ "\tSAI local total query timeouts: 0\n" +
Review Comment:
Corrected the name.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]