heesung-sn commented on issue #21299:
URL: https://github.com/apache/pulsar/issues/21299#issuecomment-1783606532

       @FieldContext(
               dynamic = true,
               category = CATEGORY_LOAD_BALANCER,
               doc = "In the UniformLoadShedder strategy, the minimum message 
that triggers unload."
       )
       private int minUnloadMessage = 1000;
   
       @FieldContext(
               dynamic = true,
               category = CATEGORY_LOAD_BALANCER,
               doc = "In the UniformLoadShedder strategy, the minimum 
throughput that triggers unload."
       )
       private int minUnloadMessageThroughput = 1 * 1024 * 1024;
       
   
   I think the UniformLoadShedder logic has these min thresholds to trigger 
unloading. Please put smaller thresholds for these in broker.conf and try.
   
   Again, ThresholdShedder strategy is the default one(and recommended in the 
current pulsar version).
   
       


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