bharatviswa504 commented on a change in pull request #691:
URL: https://github.com/apache/hadoop-ozone/pull/691#discussion_r412628975
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerDoubleBuffer.java
##########
@@ -147,7 +160,11 @@ private void flushTransactions() {
});
long startTime = Time.monotonicNowNanos();
- omMetadataManager.getStore().commitBatchOperation(batchOperation);
+ try (Scope s2 = TracingUtil.importAndCreateScope(
+ "DB-commitWriteBatch", lastTraceId.get())) {
Review comment:
One more question, here for DB commit Batch we are using last trace id,
so DB Batch commit span will be linked with the last operation in the queue?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]