wchevreuil commented on code in PR #5319:
URL: https://github.com/apache/hbase/pull/5319#discussion_r1262989547
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncConnectionImpl.java:
##########
@@ -121,6 +122,8 @@ public class AsyncConnectionImpl implements AsyncConnection
{
private final String metricsScope;
private final Optional<MetricsConnection> metrics;
+ private JvmPauseMonitor pauseMonitor;
Review Comment:
Yeah, I think we don't need to stop it when connection is closed, it may be
useful to have it running for as long the client application runs.
--
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]