Jacob Isaac created PHOENIX-7638: ------------------------------------ Summary: Creating a large number of views leads to OS thread exhaustion Key: PHOENIX-7638 URL: https://issues.apache.org/jira/browse/PHOENIX-7638 Project: Phoenix Issue Type: Bug Reporter: Jacob Isaac Attachments: Screenshot 2025-06-11 at 9.26.36 AM.png
When creating a large number of views, as is evident from the stacktrace - every call to getHTableForCoprocessorScan(...) result in a new HTable being created and with it a new executor pool (by calling getDefaultExecutor() ) as the passed in pool to the HTable constructor is null. !Screenshot 2025-06-11 at 9.26.36 AM.png! -- This message was sent by Atlassian Jira (v8.20.10#820010)