vamshikrishnakyatham commented on PR #13852:
URL: https://github.com/apache/hudi/pull/13852#issuecomment-3264138442

   The NPE occurs due to concurrent timeline operations causing metadata files 
to be missing/empty. On exploring, found out in `TimelineArchiverV2`, in 
`getInstantsToArchive` method, In line 310, 
   ```
   // For archive, we need to include instant's all states.
   // The re-instantiation of the timeline may result in inconsistencies with 
the existing meta client active timeline,
   // When there is no lock guard of the archiving process, the 'raw' timeline 
could contain less distinct instants
   // because of the metadata file removing from another archiving process.
   //TODO: HARDCODED TIMELINE OBJECT
   ```
   When I retrigger the CI, it runs successfully @danny0405 


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