eolivelli commented on issue #1580: (@bug W-5100764@) Write Ledger Handle listens for metadata changes URL: https://github.com/apache/bookkeeper/pull/1580#issuecomment-410434032 I agree we should make this optional, at least in a first version. Maybe in the future we will activate it by default. These days I am checking the reader part. Currently we add a watch for each reader, this is a waste of resources in some use case and it slows down reads. But this is another story, I will start a separate thread. There is a stale patch on ZK about 'persistent recursive watches' which will reduce a lot the expense of resources in cases like ours, but it is not finding enough support/consensus to be accepted. Maybe some of you could take a look. https://github.com/apache/zookeeper/pull/136
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
