cassandra/test
Benjamin Lerer 3b970ddbd6 Remove the SEPExecutor blocking behavior
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.
2020-11-10 09:55:20 +01:00
..
burn/org/apache/cassandra Remove the SEPExecutor blocking behavior 2020-11-10 09:55:20 +01:00
conf Merge branch 'cassandra-2.2' into cassandra-3.0 2020-10-07 17:03:51 -07:00
data Allow recovery from the cases when CQL-created compact sense tables have bytes in EmptyType columns. 2020-06-04 20:04:27 +02:00
distributed/org/apache/cassandra Fix tests broken by CASSANDRA-16146 2020-11-06 11:40:11 -06:00
long/org/apache/cassandra Fix updating base table rows with TTL not removing materialized view entries 2017-12-07 08:17:06 +11:00
microbench/org/apache/cassandra/test/microbench StreamingHistogram is not thread safe 2017-09-05 09:54:27 -07:00
resources Fixed a NullPointerException when calling nodetool enablethrift 2020-10-12 11:04:37 -07:00
unit/org/apache/cassandra Remove the SEPExecutor blocking behavior 2020-11-10 09:55:20 +01:00