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


##########
src/java/org/apache/cassandra/service/accord/AccordCommandStore.java:
##########
@@ -93,8 +94,12 @@ public class AccordCommandStore extends CommandStore 
implements CacheSize
 {
     private static final Logger logger = 
LoggerFactory.getLogger(AccordCommandStore.class);
 
+    private static final boolean CHECK_THREADS = 
CassandraRelevantProperties.TEST_ACCORD_STORE_THREAD_CHECKS_ENABLED.getBoolean();

Review Comment:
   Regarding disabling the checks, might be nice to only disable for notInStore 
if that's what we care about? Or maybe there's some other cleaner way that 
doesn't affect other paths.



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