dcapwell commented on code in PR #3108:
URL: https://github.com/apache/cassandra/pull/3108#discussion_r1491420224


##########
src/java/org/apache/cassandra/service/accord/AccordCachingState.java:
##########
@@ -605,6 +605,12 @@ public boolean isCompleteable()
             return isDone();
         }
 
+        @Override
+        public V get()

Review Comment:
   added for tests so we can see what we are saving to see if we should attempt 
to evict it.  Main eviction logic doesn't touch it while in this state



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