frostruan commented on PR #7261: URL: https://github.com/apache/hbase/pull/7261#issuecomment-3288531872
`final boolean toScanQueue = getNumScanQueues() > 0 && level == INTERNAL_READ_QOS;` if number of scan queues is 0, the meta request will be dispatched to read queue, and for RWQueueRpcExecutor we get 1 write queue and 1 read queue at least, so it's not likely meta request will be blocked... -- 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]
