You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/12/13 11:55:19 UTC

[GitHub] sijie opened a new pull request #838: Issue-326: Replace observer/observable with a simplified watcher/watchable implementation

sijie opened a new pull request #838: Issue-326:  Replace observer/observable with a simplified watcher/watchable implementation
URL: https://github.com/apache/bookkeeper/pull/838
 
 
   Descriptions of the changes in this PR:
   
   - long poll only need one-time notification on lac updates
   - replace observer/observable with a simplified watcher/watchable implementation. watchers are removed after they are fired.
   - add `RecycableHashSet` for `Watchable` keeping the list of watchers
   - object pooling on `Watchable` and `LastAddConfirmedUpdateNotification`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services