Test: don't use setDaemon in DiscoveryWithServiceDisruptionsIT.

This commit is contained in:
Boaz Leskes 2015-09-17 14:24:48 +02:00
parent 39f86a1abe
commit a1e83f6f4f
1 changed files with 0 additions and 1 deletions

View File

@ -476,7 +476,6 @@ public class DiscoveryWithServiceDisruptionsIT extends ESIntegTestCase {
});
thread.setName(name);
thread.setDaemon(true);
thread.start();
indexers.add(thread);
}