You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/06/28 16:24:23 UTC

[GitHub] [cassandra] belliottsmith commented on a diff in pull request #1704: CASSANDRA-15241 Add a virtual table that exposes currently running queries

belliottsmith commented on code in PR #1704:
URL: https://github.com/apache/cassandra/pull/1704#discussion_r908685177


##########
src/java/org/apache/cassandra/service/StorageProxy.java:
##########
@@ -2479,11 +2518,18 @@ public DroppableRunnable(Verb verb)
 
         public final void run()
         {
-            long approxCurrentTimeNanos = MonotonicClock.Global.approxTime.now();
+            approxStartTimeNanos = MonotonicClock.Global.approxTime.now();

Review Comment:
   We can if we want, but this will be visible either way, it's just a question of promptness (not remotely important from our perspective, but also not a big deal to provide)



-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org