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

Use neighborhood Targets if a Put fails to place to local Targets #163

Merged
merged 2 commits into from
Mar 18, 2021

Conversation

ChristopherHogan
Copy link
Collaborator

Closes #147

We attempt a data placement three times: first with node-local targets, then with neighborhood targets, then with global targets (not implemented yet), only expanding the target list if the placement fails.

Also removes duplicated code from Put. Now all three Puts go through the "multi" or "vector" Put.

If data placement fails with local targets, we then try again with a
neighborhood target list.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 85.133% when pulling bfef763 on chogan/issue_147 into 11ccde3 on master.

@ChristopherHogan ChristopherHogan merged commit 04f0eae into master Mar 18, 2021
@ChristopherHogan ChristopherHogan deleted the chogan/issue_147 branch March 18, 2021 15:06
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.

Go to neighborhood Targets if a Put fails on local Targets
3 participants