Y Ethan Guo
Y Ethan Guo
@HEPBO3AH It looks like the clustering DAG is triggered twice. This needs reproducing. Could you also provide the timeline under `/.hoodie`?
@lanyu1hao It looks like the stacktrace misses some content after the following line. Could you provide more information to help diagnose the issue? Have you retried the job to see...
@BalaMahesh sorry for getting to this issue late. Have you resolved this issue by any chance? If `MARKERS.type` is not present, the logic assumes that the direct markers are stored,...
There could be issues with MOR incremental query in Hudi 0.7.0. Since then MOR incremental reads have been improved. Have you tried Hudi 0.11.1 or the latest master to see...
@alexeykudinkin based on the discussion in Slack, is there a solution to it?
@parisni the exception of `Partition already exists` shouldn't happen. Could you provide the `HiveSyncTool` command with the arguments you use for reproducing the issue?
@alexeykudinkin could you check the CI failure?
@ymZhao1001 Could you follow the process [here](https://hudi.apache.org/contribute/developer-setup#filing-jiras) by filing and claiming a Jira ticket?
@ddai-shippo This looks like a legit bug where the continuous running of the first table blocks the rest in the HoodieMultiTableDeltaStreamer. I'll work on a fix.
@brskiran1 I'll try to put up a simple fix this week so that at least the HoodieMultiTableDeltaStreamer can iterate through all tables in the continuous mode.