-
Notifications
You must be signed in to change notification settings - Fork 316
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
cluster: Allows setting other storage config for TiFlash when storage.main
is not defined
#2161
Conversation
…defined Signed-off-by: Wish <breezewish@outlook.com>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2161 +/- ##
===========================================
- Coverage 56.07% 42.15% -13.92%
===========================================
Files 317 317
Lines 33575 33567 -8
===========================================
- Hits 18825 14147 -4678
- Misses 12501 17735 +5234
+ Partials 2249 1685 -564
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 125 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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
@JaySon-Huang: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
@kaaaaaaang: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 598a9c8
|
What problem does this PR solve?
TiUP Cluster will reject the deployment for the following TiFlash config:
Actually this is fine: TiFlash does not require
storage.main
defined in this case.What is changed and how it works?
Only check
storage.main
exists whenstorage.latest
orstorage.raft
is defined.Check List
Tests
Release notes: