You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Kerasone (via GitHub)" <gi...@apache.org> on 2023/12/05 05:47:06 UTC

[PR] rsrpcservice should perform the updateConfiguration operation to priority ADMIN_QOS [hbase]

Kerasone opened a new pull request, #5557:
URL: https://github.com/apache/hbase/pull/5557

   The updateConfiguration operation called by admin should be considered a higher priority operation and given to the priority queue, but is currently considered to have the same priority as read and write requests. If the handle is occupied, the configuration cannot be updated. In fact, in our scenario, some abnormal phoenix sql is killed by controlling the amount of data that scan can filter with dynamic parameters. Abnormal sql often results in a full handle. In this case, the configuration cannot be dynamically modified to implement emergency traffic limiting.


-- 
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-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] rsrpcservice should perform the updateConfiguration operation to priority ADMIN_QOS [hbase]

Posted by "Kerasone (via GitHub)" <gi...@apache.org>.
Kerasone closed pull request #5557: rsrpcservice should perform the updateConfiguration operation  to priority  ADMIN_QOS
URL: https://github.com/apache/hbase/pull/5557


-- 
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-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org