Demogorgon314 commented on code in PR #22487:
URL: https://github.com/apache/pulsar/pull/22487#discussion_r1574550415


##########
tests/integration/src/test/java/org/apache/pulsar/tests/integration/loadbalance/ExtensibleLoadManagerTest.java:
##########
@@ -405,7 +405,7 @@ public void testIsolationPolicy() throws Exception {
                         admin.lookups().lookupTopicAsync(topic).get(5, 
TimeUnit.SECONDS);
                     } catch (Exception ex) {
                         log.error("Failed to lookup topic: ", ex);

Review Comment:
   This PR should not cause the `TimeoutException`, I think we should merge 
this PR first, then I will try to find the root cause and push another PR to 
fix it.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to