Tanuj Khurana created PHOENIX-7656: -------------------------------------- Summary: Per CQSI Phoenix query threadpool Key: PHOENIX-7656 URL: https://issues.apache.org/jira/browse/PHOENIX-7656 Project: Phoenix Issue Type: Improvement Affects Versions: 5.2.0, 5.3.0 Reporter: Tanuj Khurana
[PHOENIX-7605|https://issues.apache.org/jira/browse/PHOENIX-7605] allowed the HTable thread pool to be managed at the CQSI level. This Jira proposes to extend that to the Phoenix query thread pool. The motivation is the same as [PHOENIX-7605|https://issues.apache.org/jira/browse/PHOENIX-7605] to reduce noisy neighbor issues. Also, when using HA client connections like ParallelConnection having 2 separate phoenix thread pools for querying will increase the availability of the query if one cluster is having issues and its thread pool is saturated, the query can be executed by another thread pool. -- This message was sent by Atlassian Jira (v8.20.10#820010)