Dawn2111 opened a new pull request #2065:
URL: https://github.com/apache/hive/pull/2065


   ### What changes were proposed in this pull request?
    Currently, the Workload management move trigger kills the query being moved 
to a different pool if destination pool does not have enough capacity. This PR 
introduces a "delayed move" configuration which lets the query run in the 
source pool as long as possible, if the destination pool is full. It will 
attempt the move to destination pool only when there is claim upon the source 
pool. If the destination pool is not full, delayed move behaves as normal move 
i.e. the move will happen immediately.
   
   ### Why are the changes needed?
   For better utilization of cluster resources. 
   
   ### Does this PR introduce _any_ user-facing change? Yes
   
   ### How was this patch tested? Unit 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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to