heesung-sn commented on code in PR #21668:
URL: https://github.com/apache/pulsar/pull/21668#discussion_r1416053744


##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -2661,6 +2661,27 @@ The delayed message index time step(in seconds) in per 
bucket snapshot segment,
     )
     private boolean loadBalancerSheddingBundlesWithPoliciesEnabled = false;
 
+    @FieldContext(
+            category = CATEGORY_LOAD_BALANCER,
+            doc = "Time to wait before fixing any stuck in-flight service unit 
states. "
+                    + "The leader monitor fixes any in-flight service 
unit(bundle) states "
+                    + "by reassigning the ownerships if stuck too long, longer 
than this period."
+                    + "(only used in load balancer extension logics)"
+    )
+    private long loadBalancerInFlightServiceUnitStateWaitingTimeInMillis = 30 
* 1000;

Review Comment:
   I updated the PIP-192 to list the ExtensibleLoadBalancer's Service 
Configurations.
   I shared this info in the mailing list. 
https://lists.apache.org/thread/zz612q2bhh6rccl04w3jz2mvt0z5kch8



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