-
Notifications
You must be signed in to change notification settings - Fork 594
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
Help Wanted: Not able to upgrade to 1.6.0 #14556
Comments
It's a cluster issue not related to risingwave, close it |
Still have this issue, the compute pods keep crash with exist code 1 after startup, no other message collected |
I have try to enlarge the probe timeout and delay time, but not help |
what's the log of RW what's the status of pods, what does it say in the |
I just rerun the upgrade test for Normally, if the upgrade fails, there should be some logs about certain inconsistencies, e.g.:
They must trigger some panic and will be shown in the log. |
Thank you for the test, I didn't collect any panic log from compute node, maybe it's another new instance up, or somthing Based on your test, later today(once our tester not using current env) I will start another upgrade to see if there any usefull log |
Hi @sheltonsuen could you check if "connector node" is still set to replica "1" in the yaml file? If it is, please delete it or set the replica to 0. The connector node is embedded into compute node, and no longer need to be set explicitly. |
It's working after setting replica to 0, thanks |
FYI, connector node should be disabled in helm via
|
Describe the bug
When tring to upgrade from 1.5.4 to 1.6.0
the compute node keep crash due to probe failed, but no other error logs in compute node and meta node
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
helm upgrade
The version of RisingWave
1.6.0
Additional context
No response
The text was updated successfully, but these errors were encountered: