-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
session: fix unseccessfully isolation read engines init session (#16465) #16482
session: fix unseccessfully isolation read engines init session (#16465) #16482
Conversation
Signed-off-by: sre-bot <sre-bot@pingcap.com>
/run-all-tests |
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.
@lzmhhh123 Please resolve the conflicting files.
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.
@lzmhhh123 please fix CI:
[2020-04-17T08:20:29.741Z] main_test.go:43:
[2020-04-17T08:20:29.741Z] c.Assert(variable.SysVars[variable.TiDBIsolationReadEngines].Value, Equals, "tikv, tiflash, tidb")
[2020-04-17T08:20:29.741Z] ... obtained string = "tikv, tiflash"
[2020-04-17T08:20:29.741Z] ... expected string = "tikv, tiflash, tidb"
/run-all-tests |
3261848
to
0f03107
Compare
/run-all-tests |
/run-all-tests |
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.
LGTM
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.
LGTM
/run-all-tests |
/run-all-tests |
cherry-pick #16465 to release-3.1
What problem does this PR solve?
Problem Summary: as the title says.
What is changed and how it works?
What's Changed: isolation read engines should be re-init after config load.
Related changes
Check List
Tests
Side effects