QuakeWang opened a new pull request, #8853:
URL: https://github.com/apache/paimon/pull/8853

   ### Purpose
   
   `global-index.thread-num` accepted zero or negative values, creating a 
semaphored executor without available permits and causing global index reads to 
block during task submission.
   
   Validate the thread count at the shared pool boundary and fail fast with a 
clear error.
   
   ### Tests
   
   - `mvn -pl paimon-core -am -DfailIfNoTests=false -DwildcardSuites=none 
-Dtest=GlobalIndexReadThreadPoolTest test`


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