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


##########
src/java/org/apache/cassandra/concurrent/Stage.java:
##########
@@ -46,7 +46,7 @@
     MUTATION          (true,  "MutationStage",         "request",  
DatabaseDescriptor::getConcurrentWriters,        
DatabaseDescriptor::setConcurrentWriters,        
Stage::multiThreadedLowSignalStage),
     COUNTER_MUTATION  (true,  "CounterMutationStage",  "request",  
DatabaseDescriptor::getConcurrentCounterWriters, 
DatabaseDescriptor::setConcurrentCounterWriters, 
Stage::multiThreadedLowSignalStage),
     VIEW_MUTATION     (true,  "ViewMutationStage",     "request",  
DatabaseDescriptor::getConcurrentViewWriters,    
DatabaseDescriptor::setConcurrentViewWriters,    
Stage::multiThreadedLowSignalStage),
-    ACCORD            (true,  "AccordStage",           "request",  
DatabaseDescriptor::getConcurrentAccordOps,      
DatabaseDescriptor::setConcurrentAccordOps,      
Stage::multiThreadedLowSignalStage),
+    ACCORD            (true,  "AccordStage",           "request",  () -> 0,    
                                     null,                                      
      Stage::immediateExecutor),

Review Comment:
   Isn't it confusing to call this the `AccordStage`? Shouldn't we just pass 
the IMMEDIATE stage?



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