chennurchaitanya commented on issue #5846:
URL: https://github.com/apache/iceberg/issues/5846#issuecomment-1557520430

   Here is what was happening in my case.
   
   1. We have Defined below properties, so metadata can get cleanup regularly.
             write.metadata.delete-after-commit.enabled
             write.metadata.previous-versions-max
   2. If your multiple ingestion process running concurrently , these 
properties might contradict.
   3. i am retaining my metadata for bigger value so this issue will not 
happen. Below are my settings.
         write.metadata.delete-after-commit.enabled= false
         write.metadata.previous-versions-max=200
   


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