-
Notifications
You must be signed in to change notification settings - Fork 246
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
Adjust retry policy factor and cache invalidation #326
Conversation
Novemser
commented
Apr 24, 2018
•
edited
Loading
edited
- Enlarge time gap between retry requests.
- Send stale epoch invalidation information back to driver.
- Improve cache invalidate framework.
Hi contributor, thanks for your PR. This patch needs to be approved by someone of admins. They should reply with "/ok-to-test" to accept this PR for running test automatically. |
/run-all-tests |
/run-all-tests |
/run-all-tests |
/rebuild |
/run-all-tests |
PTAL @ilovesoup @birdstorm for the coming RC2. |
Some test result on TPCH100-Q1 concerning : | Test | Scenario | Run Time | Failed tasks on Spark UI | Job Succeed | Encountered Errors |
| ---- | ------------------------------------------------------- | -------- | ------------------------ | ----------- | ------------------------------------------------------------ |
| 1 | Kill all TiKV during query | 4.1m | 3011/25 | True | - NotLeader(including 0 store id and non-zero store id) <br />- Request Out dated |
| 2 | TiKVs recovered from test 1 and rerun the same query | 1.3m | 3011/0 | True | - Few NotLeader<br />- Few Stale command |
| 3 | Loading data into TiKVs, expects region stales | / | / | True | - Region stale, drop cache, re-split and retry. |
| 4 | Decrease TiKVs' end-point processing capacity(2000->10) | 1.9m | 3011/2 | True | - Server is busy, retry. |
| 5 | Kill all TiKV then kill all Pd-server during query | 3.7m | 3011/96 | True | - NotLeader(including 0 store id and non-zero store id)<br />- Server is busy |
|
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