wchevreuil commented on code in PR #5319:
URL: https://github.com/apache/hbase/pull/5319#discussion_r1258120860


##########
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:
   Make this a singleton, instead? In the case of applications opening or 
pooling multiple connections, we don't need a separate JvmPauseMonitor per 
connection, just a single one for the whole application.



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

Reply via email to