[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:
Nik Everett 2016-04-27 16:21:39 -04:00
parent d9afb8bfd6
commit 3468be0075
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ public class BulkProcessorRetryIT extends ESIntegTestCase {
//Have very low pool and queue sizes to overwhelm internal pools easily
return Settings.builder()
.put(super.nodeSettings(nodeOrdinal))
.put("threadpool.generic.max", 4)
// 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)
//.put("threadpool.listener.queue_size", 1)