bwu2 edited a comment on issue #1128: [HUDI-453] Fix throw failed to archive 
commits error when writing data to MOR/COW table
URL: https://github.com/apache/incubator-hudi/pull/1128#issuecomment-593578500
 
 
   I'm not sure if this is a separate issue or not (seems very similar but not 
identical), so am leaving a comment here. Somehow, we have an empty `.clean` 
file (the commit was successful). This has caused:
   
   `20/03/02 18:17:56 ERROR HoodieCommitArchiveLog: Failed to archive commits, 
.commit file: 20200221211054.clean
   java.io.IOException: Not an Avro data file`
   
   Note this was created by a production release (0.5.0) version of Hudi. We 
updated our Hudi version to 0.5.1 (and 0.5.2) and it's still not able to handle 
it. I guess we can delete the 0 byte offending `.clean` file and everything 
will work....
   
   Yes, so deleting that file worked. I'm not sure if the `.clean` files are 
supposed to be archived as well as the `.commit` files (they are not, at the 
moment)?
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to