瀏覽代碼

Test: don't use setDaemon in DiscoveryWithServiceDisruptionsIT.

Boaz Leskes 10 年之前
父節點
當前提交
a1e83f6f4f

+ 0 - 1
core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java

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