eolivelli commented on a change in pull request #855: ZOOKEEPER-3310: Add 
metrics for prep processor
URL: https://github.com/apache/zookeeper/pull/855#discussion_r266233397
 
 

 ##########
 File path: 
zookeeper-server/src/main/java/org/apache/zookeeper/server/Request.java
 ##########
 @@ -78,6 +78,8 @@ public Request(long sessionId, int xid, int type, TxnHeader 
hdr, Record txn, lon
 
     public final long createTime = Time.currentElapsedTime();
 
+    public long prepQueueStartTime= -1;
 
 Review comment:
   Is -1 meaningful?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to