Eric Hammerle created ZOOKEEPER-3656: ----------------------------------------
Summary: SyncRequestProcessor doesn't update lastFlushTime correctly on observers Key: ZOOKEEPER-3656 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3656 Project: ZooKeeper Issue Type: Bug Reporter: Eric Hammerle This issues was introduced in [ZOOKEEPER-3311|https://github.com/apache/zookeeper/pull/851]. The lastFlushTime used to decide the batch window is not updated correctly for the observer case when the nextProcessor is always be null. This can cause observers to fall behind and their sync queue to grow indefinitely. -- This message was sent by Atlassian Jira (v8.3.4#803005)