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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to