avijayanhwx opened a new pull request #1363: HDDS-1783 : Latency metric for 
applyTransaction in ContainerStateMach…
URL: https://github.com/apache/hadoop/pull/1363
 
 
   …ine.
   
   applyTransaction is invoked from the Ratis pipeline and the 
ContainerStateMachine uses a async executor to complete the task.
   
   We require a latency metric to track the performance of log apply operations 
in the state machine. This will measure the end-to-end latency of apply which 
includes the queueing delay in the executor queues. Combined with the latency 
measurement in HddsDispatcher, this will be an indicator if the executors are 
overloaded.

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