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/08/01 04:09:33 UTC

[GitHub] [hudi] garyli1019 commented on issue #1890: [SUPPORT] Failed to get record from HoodieMergedLogRecordScanner

garyli1019 commented on issue #1890:
URL: https://github.com/apache/hudi/issues/1890#issuecomment-667465216


   This issue happened to me again. Now the cause could be narrowed down.
   When the log file was larger than `HoodieStorageConfig.LOGFILE_SIZE_MAX_BYTES`(1GB in default), the log file will be split into two files. When loading these two splits, this issue happened. 
   My guess was the serializer has been reset after loading the first file. Created a ticket to track this https://issues.apache.org/jira/browse/HUDI-1141


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