mnpoonia commented on code in PR #1546:
URL: https://github.com/apache/phoenix/pull/1546#discussion_r1065305513


##########
phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java:
##########
@@ -1214,6 +1216,8 @@ private void sendBatch(Map<TableRef, 
MultiRowMutationState> commitBatch, long[]
                     serverTimeStamps == null ?
                         validateAndGetServerTimestamp(tableRef, 
multiRowMutationState) :
                         serverTimeStamps[i++];
+                long syscatTime = EnvironmentEdgeManager.currentTimeMillis() - 
startTime;

Review Comment:
   Agreed. instead of keeping the time here i pushed it down to the method 
validateAndGetServerTimestamp. 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to