Open PhantomHunt opened 1 year ago
@PhantomHunt Can you share us the timeline.
@PhantomHunt Can you share us the timeline.
I have shared the timelines in the above error description & log.
The specific logcompaction timeline is this [==>20230508084702100logcompactionINFLIGHT]
Other than this do you need any other timeline?
@PhantomHunt This is the common error which hudi users faces when two concurrent writers or table services run at same time and table gets into bad state.
Similar issue here - https://github.com/apache/hudi/issues/9213
Okay. But we have only one writer and its a non-streaming job.
Hi Team Hudi, Today we changed our Hudi merge-on-read(mor) table (0.13.0) configuration in our hudi_writer job.
Before:
After:
We are getting errors after this change -
-> Bad request response due to client view behind server view. Last known instant from client was 20230508085556469 but server has the following timeline [[20230504231649917__clean__COMPLETED], [20230504233121181__clean__COMPLETED], [20230505060150491__clean__COMPLETED], [20230505125204529__clean__COMPLETED], [20230505125658677__clean__COMPLETED], [20230505142315642__clean__COMPLETED], [20230505150117271__clean__COMPLETED], [20230505152529387__deltacommit__COMPLETED], [20230505153528490__deltacommit__COMPLETED], [20230505153612056__clean__COMPLETED], [20230505154028493__deltacommit__COMPLETED], [20230505154110705__clean__COMPLETED], [20230505160621946__deltacommit__COMPLETED], [20230505160656523__clean__COMPLETED], [20230505162028078__deltacommit__COMPLETED], [20230508052013526__deltacommit__COMPLETED], [20230508061027670__deltacommit__COMPLETED], [20230508061528064__deltacommit__COMPLETED], [20230508061607863__clean__COMPLETED], [20230508062527946__deltacommit__COMPLETED], [20230508063027621__deltacommit__COMPLETED], [20230508063527411__deltacommit__COMPLETED], [20230508075122470__deltacommit__COMPLETED], [20230508075206444__clean__COMPLETED], [20230508080027707__deltacommit__COMPLETED], [20230508080644245__deltacommit__COMPLETED], [20230508082114443__deltacommit__COMPLETED], [20230508082527941__deltacommit__COMPLETED], [20230508083028439__deltacommit__COMPLETED], [20230508083526967__deltacommit__COMPLETED], [20230508084027830__deltacommit__COMPLETED], [20230508084628273__deltacommit__COMPLETED], [==>20230508084702100__logcompaction__INFLIGHT], [20230508085556469__deltacommit__COMPLETED]]
and later on got this error -
Refer to snippet for detailed log (Hudi_error_after_change.txt)
We reverted the configuration back to the old one and now we are encountering this error -
Environment Description
Hudi version : 0.13.0
Spark version : 3.3.1
Storage (HDFS/S3/GCS..) : S3
Job type : Python3 job on EC2 ubuntu instance
Detailed log snippet - Hudi_error_after_change.txt