charlesconnell commented on code in PR #6167: URL: https://github.com/apache/hbase/pull/6167#discussion_r1742018813
########## hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncTableImpl.java: ########## @@ -92,6 +95,11 @@ class RawAsyncTableImpl implements AsyncTable<AdvancedScanResultConsumer> { private static final Logger LOG = LoggerFactory.getLogger(RawAsyncTableImpl.class); + private static final HashedWheelTimer HWT = new HashedWheelTimer( Review Comment: Yes, I can use the one in AsyncConnectionImpl -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org