Skip to content
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

Update dedup logic to use dedup_save_plans #7929

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

jonb377
Copy link
Collaborator

@jonb377 jonb377 commented Aug 29, 2024

dedup_tensors comes with a flaw which will erase all WriteItems for duplicate shards contained within a single save plan. This surfaced in #7919.

Further, the upstream deduplication logic now supports load balancing through the dedup_save_plans API.

@jonb377 jonb377 requested a review from JackCaoG August 29, 2024 19:56
@jonb377
Copy link
Collaborator Author

jonb377 commented Aug 29, 2024

@JackCaoG This takes a dep on the private dedup_save_plans API, should we work with the upstream to make it public or pull a copy of the implementation into our repo instead?

@JackCaoG
Copy link
Collaborator

it is like one experimental api depends on another api.. it is OK but we should communicate with the upstream and see what's their plan with this api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants