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 2021/08/13 22:01:05 UTC

[GitHub] [hudi] vinothchandar edited a comment on pull request #3210: [HUDI-2119] Ensure the rolled-back instance was previously synced to the Metadata Table when syncing a Rollback Instant.

vinothchandar edited a comment on pull request #3210:
URL: https://github.com/apache/hudi/pull/3210#issuecomment-898740933


   >But if tableMetadata is ever null then baseTableMetadata would also be null and that would be another NPE.
   
   its initialized in the constructor. the issue is more about re-creation on sync. NPE I saw is because of accessing a closed reader.
   
   `sync()` is already called with a lock on the view object. 


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