You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/06/26 03:15:26 UTC

[GitHub] [hudi] umehrot2 edited a comment on issue #1764: [SUPPORT] Commits stays INFLIGHT forever after S3 consistency check fails when Hudi tries to delete duplicate datafiles

umehrot2 edited a comment on issue #1764:
URL: https://github.com/apache/hudi/issues/1764#issuecomment-649932495


   So this seems like a bug in Hudi. The simplest and reasonable solution seems to me to move `createMarkerFile` call after the `storageWriter` is instantiated so that we never create lingering marker files.
   https://github.com/apache/hudi/blob/master/hudi-client/src/main/java/org/apache/hudi/io/HoodieCreateHandle.java#L70
   
   I will make this change and test for my failing workload, and put up a PR if this seems fine. cc @vinothchandar


----------------------------------------------------------------
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:
users@infra.apache.org