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 2022/09/23 14:39:49 UTC

[GitHub] [hudi] codope commented on pull request #6130: [HUDI-4412] Multiple writers NPE when Insert_overwrite

codope commented on PR #6130:
URL: https://github.com/apache/hudi/pull/6130#issuecomment-1256302287

   > ```
   > 22/07/30 23:35:16 INFO ApplicationMaster: Unregistering ApplicationMaster with FAILED (diag message: User class threw exception: java.lang.NullPointerException
   >     at org.apache.hudi.client.transaction.ConcurrentOperation.getFileIdsFromRequestedReplaceMetadata(ConcurrentOperation.java:162)
   > ```
   > 
   > this PR can fix the above NPE bug, but I got another error after some successful commit `Caused by: org.apache.hadoop.ipc.RemoteException(java.io.FileNotFoundException): File does not exist: /xxxx/.hoodie/20220731151951392.replacecommit.requested`
   > 
   > I will keep Investigate the root cause, should not be relevant
   
   I don't think the above issue is due to this patch as it does not attempt to change the timeline in any way. At worst, it can abort a transaction but it won't remove the requested replacecommit.


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org