Apache9 commented on PR #7626: URL: https://github.com/apache/hbase/pull/7626#issuecomment-3763947498
> This pattern from OTEL is annoying. > > Just for a counter-idea, what if we add a notification mechanism to `TestProtobufRpcServiceImpl#pause()` , the test method registers a Future that is completed on the way out of the method. Our rpc implementation does not support this... The timeout config is at client side, so when we reach the timeout, the client side will get a RpcTimeoutException immediately, and the call entry will be removed. Later when we receive the response from server side, we will just drop it since we can not find the call entry for this call... -- 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]
