smiklosovic commented on code in PR #3412:
URL: https://github.com/apache/cassandra/pull/3412#discussion_r1767110018


##########
src/java/org/apache/cassandra/db/virtual/SystemViewsKeyspace.java:
##########
@@ -45,6 +50,13 @@ private SystemViewsKeyspace()
                                                               new 
ThreadPoolRowWalker(),
                                                               
Metrics.allThreadPoolMetrics(),
                                                               
ThreadPoolRow::new))
+                    .add(CollectionVirtualTableAdapter.create(VIRTUAL_VIEWS,
+                                                              
COMPACTION_OPERATIONS_HISTORY,
+                                                              "Compaction 
operations that are currently " +
+                                                              "running or have 
been completed since the node start",

Review Comment:
   @Mmuzaf `since the node started` or `since node's start`



-- 
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]

Reply via email to