veghlaci05 opened a new pull request, #3172:
URL: https://github.com/apache/hive/pull/3172

   ### What changes were proposed in this pull request?
   Currently the users can manually trigger multiple compactions for the same 
table/partition in a short period. As a result, after the first request, all 
the others will set to 'ready for cleaning' state, but actually there's nothing 
to clean.
   
   ### Why are the changes needed?
   Changes in this PR prevent the users from submitting multiple compaction 
requests for the same table. After the first request, all subsequent requests 
will be refused until there is a change in the table.
   
   ### Does this PR introduce _any_ user-facing change?
   NO
   
   ### How was this patch tested?
   Manually and through unit tests


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


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

Reply via email to