nsivabalan commented on issue #6900:
URL: https://github.com/apache/hudi/issues/6900#issuecomment-1284352768

   this is similar to another issue I have debugged recently. As of now, you 
can't disable auto clean and thats a limitation. 
   
   If you disable auto clean, cleaning is essentially not happening. But 
archival assumes that cleaning is enabled and makes progress. And it will 
result in dangling data files where timeline files are archived, but data files 
are left dangling since the cleaner could not run. 
   
   If you wish to run cleaner as a separate process, can you disable archival 
as well w/ regular writer. 
   I have filed a tracking jira here 
https://issues.apache.org/jira/browse/HUDI-5054
   


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