horizonzy commented on issue #3751:
URL: https://github.com/apache/bookkeeper/issues/3751#issuecomment-1423958186
Could you check the timeoutOpLogger metrics, I want to know the value of the
timeout.
```
void timeout() {
errorOut(BKException.Code.TimeoutException);
timeoutOpLogger.registerSuccessfulEvent(latency(),
TimeUnit.NANOSECONDS);
}
```
--
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]