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

Fault tolerance not work: Allreduce Recovered data size do not match the specification of function call #63

Closed
chinwy opened this issue Aug 6, 2018 · 3 comments

Comments

@chinwy
Copy link

chinwy commented Aug 6, 2018

I ran xgboost on yarn and test if fault tolerance could work. I started 4 workers. When xgboost started to update model, I killed one worker(called worker0). Yarn started a worker named worker0_1 instead. But the worker failed finally due to this error:  Allreduce Recovered data size do not match the specification of function call.
The responding code is,

allreduce_robust.cc(line 817)
if (role == kRequestData || role == kHaveData) {
utils::Check(data_size == size,
"Allreduce Recovered data size do not match the specification of function call.\n"
"Please check if calling sequence of recovered program is the "
"same the original one in current VersionNumber");
}

I printed some details then. data_size is 800 and size is 8. But I don't know the reason.

@CodingCat
Copy link
Member

@chenqin FYI....long way to go

@chenqin
Copy link
Contributor

chenqin commented Aug 2, 2019

please try this chenqin/xgboost@bca9103

@hcho3
Copy link
Contributor

hcho3 commented Nov 5, 2020

Closing, as Rabit have been moved into dmlc/xgboost. See discussion in dmlc/xgboost#5995.

@hcho3 hcho3 closed this as completed Nov 5, 2020
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

No branches or pull requests

4 participants