xiaoyuyao opened a new pull request #691: HDDS-3226. Tracing Ozone Manager DB 
write batch operations.
URL: https://github.com/apache/hadoop-ozone/pull/691
 
 
   ## What changes were proposed in this pull request?
   
   Currently the OM DB write is asynchronously handled in 
OzoneManagerDoubleBuffer. But the OM response does not have traceID properly 
populated. As a result, we can't get insight for the DB part of the OM request 
handling.
   
   This ticket is opened to add traceID properly so that the addBatch and 
commitBatch cost of the request can be shown up in properly in 
Opentracing/Jaeger.
   
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-3226
   
   ## How was this patch tested?
   docker-compose with jaeger
   
   ozone freon ockg -n100
   ozone freon rk --factor=THREE --replicationType=RATIS --numOfVolumes=10 
--numOfBuckets=10 --numOfKeys=5 --keySize=512
   
   
   ![Screen Shot 2020-03-17 at 4 40 34 
PM](https://user-images.githubusercontent.com/7039184/76911811-07382500-686f-11ea-93ce-6b51b53239e8.png)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to