[test] Remove BulkProcessorRetryIT's generic threadpool setting
It wasn't required to excercise the retries and it caused stability issues.
This commit is contained in:
parent
d9afb8bfd6
commit
3468be0075
|
@ -50,7 +50,6 @@ public class BulkProcessorRetryIT extends ESIntegTestCase {
|
||||||
//Have very low pool and queue sizes to overwhelm internal pools easily
|
//Have very low pool and queue sizes to overwhelm internal pools easily
|
||||||
return Settings.builder()
|
return Settings.builder()
|
||||||
.put(super.nodeSettings(nodeOrdinal))
|
.put(super.nodeSettings(nodeOrdinal))
|
||||||
.put("threadpool.generic.max", 4)
|
|
||||||
// don't mess with this one! It's quite sensitive to a low queue size
|
// don't mess with this one! It's quite sensitive to a low queue size
|
||||||
// (see also ThreadedActionListener which is happily spawning threads even when we already got rejected)
|
// (see also ThreadedActionListener which is happily spawning threads even when we already got rejected)
|
||||||
//.put("threadpool.listener.queue_size", 1)
|
//.put("threadpool.listener.queue_size", 1)
|
||||||
|
|
Loading…
Reference in New Issue