Uh oh!
There was an error while loading. Please reload this page.
[HUDI-6863] Revert auto-tuning of dedup parallelism - #9722
Conversation
nsivabalan
commented
Sep 15, 2023
Lets revisit the problems 6802 was tackliing. Main issue it was addressing is, making our shuffle parallelism dynamic and relative to the incoming df's num partitions. So, if someone is running 1000s of pipelines, they don't need to statically set the right value for shuffle parallelism for each of the 1000 pipelines. can you help me understand whats the issue we are hitting that warrants us to revert it? |
yihua
commented
Sep 15, 2023
This PR does not revert the dynamic determination of the shuffle parallelism. The decided target shuffle parallelism is passed in with " |
Uh oh!
There was an error while loading. Please reload this page.
nsivabalan
left a comment
There was a problem hiding this comment.
1 minor comments. source code changes looks good.
yihua
commented
Sep 16, 2023
Before this PR, the auto-tuning logic for dedup parallelism dictates the write parallelism so that the user-configured `hoodie.upsert.shuffle.parallelism` is ignored. This commit reverts apache#6802 to fix the issue.

Change Logs
Before this PR, the auto-tuning logic for dedup parallelism dictates the write parallelism so that the user-configured
hoodie.upsert.shuffle.parallelismis ignored. This PR reverts #6802 to fix the issue.Impact
Performance fix
Risk level
low
Documentation Update
N/A
Contributor's checklist