AnonHxy opened a new pull request, #4123: URL: https://github.com/apache/bookkeeper/pull/4123
Descriptions of the changes in this PR: ### Motivation Currently the type of `CleanupLedgerManager#callbacks` is map, and the key and value are both the same `callbacks`. We just used it as as set. So this patch will change the `callbacks` from map to set ### Changes Change `callbacks` in `CleanupLedgerManager` as a Set -- 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]
