onyx-platform / onyx

Distributed, masterless, high performance, fault tolerant data processing
http://www.onyxplatform.org
Eclipse Public License 1.0
2.05k stars 205 forks source link

Log playback stuck watch #844

Closed lbradstreet closed 6 years ago

lbradstreet commented 6 years ago

Fixes a problem where a watch doesn't fire by periodically polling the znode. This gets the best of both worlds from polling and watches, as it will still be notified when a watch event occurs, ensuring it can read back new log entries as fast as possible.