Vaibhav Gumashta created HIVE-5229:
--------------------------------------

             Summary: Better thread management for HiveServer2 async threads
                 Key: HIVE-5229
                 URL: https://issues.apache.org/jira/browse/HIVE-5229
             Project: Hive
          Issue Type: Improvement
          Components: HiveServer2
            Reporter: Vaibhav Gumashta
            Assignee: Vaibhav Gumashta


[HIVE-4617|https://issues.apache.org/jira/browse/HIVE-4617] provides support 
for async execution in HS2. The async (background) thread pool currently 
creates N threads (server config), which are alive all the time. If all the 
threads in the pool are busy, a new request is added to a blocking queue. 
However, we can improve the strategy by not having all the async (background) 
threads alive when there are no corresponding requests. The async threads 
should die after a certain timeout if there are no new requests to handle. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to