jpisaac commented on code in PR #1440:
URL: https://github.com/apache/phoenix/pull/1440#discussion_r873960217


##########
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java:
##########
@@ -223,11 +223,13 @@ public class QueryServicesOptions {
      * HConstants#HIGH_QOS is the max we will see to a standard table. We go 
higher to differentiate
      * and give some room for things in the middle
      */
+    public static final int DEFAULT_SERVER_SIDE_PRIORITY = 500;

Review Comment:
   The priority is only used to dispatch to the right RPCExecutor. In this 
case, since the index, metadata and server-server use separate Executors not 
sure whether the actual value matters?



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