leventov commented on a change in pull request #6444: fixes for 
LookupReferencesManagerTest
URL: https://github.com/apache/incubator-druid/pull/6444#discussion_r224265309
 
 

 ##########
 File path: 
server/src/test/java/org/apache/druid/query/lookup/LookupReferencesManagerTest.java
 ##########
 @@ -564,8 +577,17 @@ public void testLoadLookupOnCoordinatorFailure() throws 
Exception
     lookupReferencesManager.add("testMockForLoadLookupOnCoordinatorFailure", 
container);
     lookupReferencesManager.handlePendingNotices();
     lookupReferencesManager.stop();
+    lookupConfig = new 
LookupConfig(lookupReferencesManager.lookupSnapshotTaker.getPersistFile(LOOKUP_TIER).getParent())
+    {
+      @Override
+      public int getCoordinatorRetryDelay()
+      {
+        return 10;
+      }
+    };
+
     lookupReferencesManager = new LookupReferencesManager(
-        new 
LookupConfig(lookupReferencesManager.lookupSnapshotTaker.getPersistFile(LOOKUP_TIER).getParent()),
+        lookupConfig,
         mapper, druidLeaderClient, config,
 
 Review comment:
   Same

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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