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


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/namespace/NamespaceServiceTest.java:
##########
@@ -602,8 +602,8 @@ public void testSplitLargestBundle() throws Exception {
      */
     @Test
     public void testSplitBundleWithHighestThroughput() throws Exception {
-
         conf.setLoadManagerClassName(ModularLoadManagerImpl.class.getName());
+        conf.setLoadBalancerEnabled(false);

Review Comment:
   No, disable the load balancer just to cancel the load report task. 
   
   You can see the below code, in this test, it tries to write the mock load 
data to storage, but if the load report task starts, the mock data might be 
overridden.
   
   
https://github.com/apache/pulsar/blob/01349088f86ad8034c844fb1bbe0b0c04e2c0892/pulsar-broker/src/test/java/org/apache/pulsar/broker/namespace/NamespaceServiceTest.java#L625-L634



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