maedhroz commented on code in PR #4902:
URL: https://github.com/apache/cassandra/pull/4902#discussion_r3482789348


##########
src/java/org/apache/cassandra/concurrent/SEPExecutor.java:
##########
@@ -222,10 +224,22 @@ public void maybeExecuteImmediately(Runnable task)
                 // in this case in particular we are not processing the rest 
of the queue anyway, and so
                 // the work permit may go wasted if we don't immediately 
attempt to spawn another worker
                 maybeSchedule();
+                // nesting with depth > 1 is not supported

Review Comment:
   Is there a cheap way to assert this is the case?



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