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

executor: add recover mechanism for index lookup reader workers #5913

Merged
merged 4 commits into from
Feb 28, 2018

Conversation

zz-jason
Copy link
Member

No description provided.

task.doneCh <- errors.Errorf("%v", r)
}
}()
for ok := true; ok; {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If ok is false, it will return at line 833.

@shenli
Copy link
Member

shenli commented Feb 27, 2018

LGTM

@shenli
Copy link
Member

shenli commented Feb 27, 2018

/run-all-tests

@zz-jason
Copy link
Member Author

@tiancaiamao @coocood PTAL

Copy link
Member

@coocood coocood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@coocood coocood merged commit fb69fa9 into pingcap:master Feb 28, 2018
@zz-jason zz-jason deleted the dev/recover/indexlookupreader branch February 28, 2018 05:47
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.

3 participants