sunil9977 commented on code in PR #3742:
URL: https://github.com/apache/cassandra/pull/3742#discussion_r1886218642
##########
test/unit/org/apache/cassandra/tools/nodetool/stats/TableStatsPrinterTest.java:
##########
@@ -507,6 +595,14 @@ public class TableStatsPrinterTest extends
TableStatsTestBase
"\tAverage tombstones per slice (last five minutes): 6.00\n" +
"\tMaximum tombstones per slice (last five minutes): 6\n" +
"\tDroppable tombstone ratio: 0.667\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" +
+ "\tSAI queryable/total indexes: null\n" +
Review Comment:
I added test table5 with SAI metrics.
--
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]