bvaradar commented on PR #8385: URL: https://github.com/apache/hudi/pull/8385#issuecomment-1521159303
> Should we completely remove all usages of "aux" folder with this patch? <img alt="image" width="669" src="https://user-images.githubusercontent.com/513218/234157269-4e18e48c-2060-41af-8991-1ed9d15c5592.png"> > > I don't see any other usages after this patch. > > Also, @bvaradar : can you help me understand what will happen in this case. if a compaction plan was written to aux but failed to add to ".hoodie" just before upgrade. after upgrade, if we delete the entire "aux" folder, we should be good right. there won't be any other traces of that failed compaction schedule ? @nsivabalan : It is still used for bootstrap. Bootstrap folder is under aux Regarding the partial write case, it should be fine since we rely on timeline (.hoodie/) to figure out pending compactions. In both upgrade and normal case, this would be as if no compaction is pending. -- 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]
