mirror of https://github.com/apache/cassandra
patch by Benjamin Lerer; reviewed by Andrés de la Peña for CASSANDRA-16186 If the number of tasks added to a SEPExecutor exceed the max queue size, the threads adding those task will be block until enough space become available for all the blocked tasks. At this point all the blocked threads will be released at once. As the maxTasksQueued was always set to INTEGER.MAX_VALUE, the code was in practice never using. By consequence, removing the code was a better option than trying to fix it. |
||
|---|---|---|
| .. | ||
| burn/org/apache/cassandra | ||
| conf | ||
| data | ||
| distributed/org/apache/cassandra | ||
| long/org/apache/cassandra | ||
| microbench/org/apache/cassandra/test/microbench | ||
| resources | ||
| unit/org/apache/cassandra | ||