leventov commented on a change in pull request #7088: Improve parallelism of 
zookeeper based segment change processing
URL: https://github.com/apache/incubator-druid/pull/7088#discussion_r276322339
 
 

 ##########
 File path: 
server/src/test/java/org/apache/druid/server/coordinator/LoadQueuePeonTest.java
 ##########
 @@ -79,46 +82,23 @@ public void setUp() throws Exception
   @Test
   public void testMultipleLoadDropSegments() throws Exception
   {
-    final AtomicInteger requestSignalIdx = new AtomicInteger(0);
-    final AtomicInteger segmentSignalIdx = new AtomicInteger(0);
-
     loadQueuePeon = new CuratorLoadQueuePeon(
         curator,
         LOAD_QUEUE_PATH,
         jsonMapper,
         Execs.scheduledSingleThreaded("test_load_queue_peon_scheduled-%d"),
         Execs.singleThreaded("test_load_queue_peon-%d"),
-        new TestDruidCoordinatorConfig(null, null, null, null, null, null, 10, 
null, false, false, Duration.ZERO)
+        new TestDruidCoordinatorConfig(null, null, null, null, null, null, 10, 
null, false, false,
+                                       Duration.millis(0), Duration.millis(10)
 
 Review comment:
   Each arg should be on its own line

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to