-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix: use new arguments #375
Conversation
…he `--state-store` to the meta node, also update images to v0.1.17 Signed-off-by: arkbriar <arkbriar@gmail.com>
Signed-off-by: arkbriar <arkbriar@gmail.com>
04c3405
to
11f6570
Compare
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!
I will proceed to remove deprecated ones in RisingWave Repo.
Codecov Report
@@ Coverage Diff @@
## main #375 +/- ##
==========================================
+ Coverage 73.11% 73.13% +0.01%
==========================================
Files 52 52
Lines 5445 5434 -11
==========================================
- Hits 3981 3974 -7
+ Misses 1398 1394 -4
Partials 66 66
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Let's see if the change can pass e2e tests. If not, then maybe we should prioritize the e2e migration. |
What's changed and what's your intention?
PLEASE DO NOT LEAVE THIS EMPTY !!!
Please explain IN DETAIL what the changes are in this PR and why they are needed:
--listen-addr
and--advertise-addr
, deprecate the usages of--host
and--client-addr
.(Deprecate: removehost
cmd line argument when starting meta node risingwave#7625, deprecate--host
and--client-address
args in v0.1.18 risingwave#7678)--state-store
and credential envs to the meta nodes. (Deprecate: Remove system params from config file risingwave#7860)v0.1.17
kubectl apply
in e2e tests and READMEAfter this change, the minimum supported RisingWave version is
v0.1.17
.Checklist
Refer to a related PR or issue link (optional)
fix CLOUD-988 CLOUD-989 CLOUD-990 CLOUD-991 CLOUD-992 CLOUD-899