horizonzy opened a new pull request, #21161:
URL: https://github.com/apache/pulsar/pull/21161

   ### Motivation
   #### For PulsarLedgerUnderreplicationManager#notifyLedgerReplicationEnabled: 
   it only triggers the last callback, if there are more than two callbacks, 
the previous callback won't be triggered.
   #### For 
PulsarLedgerUnderreplicationManager#notifyLostBookieRecoveryDelayChanged
   1. It only triggers the last callback, if there are more than two callbacks, 
the previous callback won't be triggered.
   2. It can only be triggered by `DELETE` event. But if the user changes the 
node value or creates the node, we should also trigger the callback.
   
   
   
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   
   


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