virajjasani commented on code in PR #2138:
URL: https://github.com/apache/phoenix/pull/2138#discussion_r2082402588
##########
phoenix-core-client/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java:
##########
@@ -417,6 +427,8 @@ public ConnectionInfo getConnectionInfo() {
private Connection invalidateMetadataCacheConnection = null;
private final Object invalidateMetadataCacheConnLock = new Object();
private MetricsMetadataCachingSource metricsMetadataCachingSource;
+ private ThreadPoolExecutor threadPoolExecutor = null;
+ private static AtomicInteger threadPoolNumber = new AtomicInteger(1);
Review Comment:
nit: `private static final AtomicInteger THREAD_POOL_NUM = new
AtomicInteger(1)`
--
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]