-
Notifications
You must be signed in to change notification settings - Fork 818
Add shuffle sharding grouper/planner (Clone of PR 4357) #4621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shuffle sharding grouper/planner (Clone of PR 4357) #4621
Conversation
Signed-off-by: Albert <[email protected]>
Signed-off-by: Albert <[email protected]>
Signed-off-by: Albert <[email protected]>
Signed-off-by: Albert <[email protected]>
Signed-off-by: Albert <[email protected]>
Signed-off-by: ac1214 <[email protected]>
Signed-off-by: ac1214 <[email protected]>
Signed-off-by: Alvin Lin <[email protected]>
c76479a
to
568d256
Compare
Signed-off-by: Alvin Lin <[email protected]>
48627dc
to
ac51bb1
Compare
Signed-off-by: Alvin Lin <[email protected]>
Signed-off-by: Alvin Lin <[email protected]>
Since the original PR was reviewed and approved, I will go ahead and merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test. Should I be able to approve here?! 👀
Edit: Ah you can but apparently you need write-access. I was worried for a sec, hehe
I was hoping your approval can allow me to merge :-), guess not. |
Alright, we will use #4624 instead. Closing this one. |
This is just a workbench to get #4357 merged.
Below is a copy from the original PR:
Signed-off-by: Albert [email protected]
What this PR does:
Implements generation of parallelize plans for the proposal outlined in #4272 using a shuffle sharding grouper and planner. Currently the parallelizable plans are generated but every compactor runs every planned compaction, the actual sharding will happen in a subsequent PR.
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]