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


##########
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:
   I mean that the `Executor` could set it on startup, and expose it as a final 
field



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