virajjasani commented on code in PR #2252:
URL: https://github.com/apache/phoenix/pull/2252#discussion_r2277999170


##########
phoenix-core-client/src/main/java/org/apache/phoenix/query/QueryServices.java:
##########
@@ -627,6 +627,10 @@ public interface QueryServices extends SQLCloseable {
   String PHOENIX_CDC_STREAM_PARTITION_EXPIRY_MIN_AGE_MS =
     "phoenix.cdc.stream.partition.expiry.min.age.ms";
 
+  String PHOENIX_UNCOVERED_INDEX_MAX_POOL_SIZE = 
"phoenix.uncovered.index.threads.max";
+  String PHOENIX_UNCOVERED_INDEX_KEEP_ALIVE_TIME_MS =
+    "phoenix.uncovered.index.threads.keepalive.ms";

Review Comment:
   With the same change, let's also convert this to 
`phoenix.uncovered.index.threads.keepalive.sec`



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