nsivabalan opened a new pull request, #7035:
URL: https://github.com/apache/hudi/pull/7035

   ### Change Logs
   
   If a user enabled clustering and after sometime disabled it due to whatever 
reason, there is a chance that there is a pending clustering left in the 
timeline. But once clustering is disabled, this could just be lying around. but 
this could affect metadata table compaction whcih in turn might affect the data 
table archival. 
   Fix: 
   Introduce a new config (`hoodie.rollback.pending.clustering`) which users 
can enable to rollback any pending clustering. Once this is enabled and if 
clustering in general is disabled, hudi will rollback any pending clustering 
from the timeline. 
   
   
   ### Impact
   
   Will help making archival progress w/ metadata enabled. 
   
   ### Risk level (write none, low medium or high below)
   
   Medium. If not for this patch, metadata compaction will not happen and could 
end up in a state where table is un-usable for queries. 
   
   ### Documentation Update
   
   A new config is added. Website will be updated during regular release 
process. 
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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