Author: hammerle <hammerle@fb.com> Reviewers: hanm@apache.org, fangmin@apache.org Closes #1189 from hammerlefb/syncrequestfix
@@ -248,8 +248,8 @@ public class SyncRequestProcessor extends ZooKeeperCriticalThread implements Req
if (this.nextProcessor instanceof Flushable) {
((Flushable) this.nextProcessor).flush();
}
- lastFlushTime = Time.currentElapsedTime();
+ lastFlushTime = Time.currentElapsedTime();
public void shutdown() {