-
Notifications
You must be signed in to change notification settings - Fork 411
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
upgrade from v5.2.4 to v6.0.0 fail, tiflash upgrade fail #4705
Comments
the waring can be ignored. Do you use tiup to upgrade the cluster? use |
tiup report upgrade fail and exit |
change wait-time to 300s, still fail Upgrading component tiflash Error: failed to restart: 172.16.5.101 tiflash-9000.service, please check the instance's log(/home/tidb/deploy/tiflash-9000/log) for more detail.: timed out waiting for tiflash 172.16.5.101:9000 to be ready after 300s: Get "http://172.16.5.101:20292/tiflash/store-status": dial tcp 172.16.5.101:20292: connect: connection refused |
find fatal in tiflash_tikv.log
|
according to this fatal message, please remove 'disable_write_stall' in the config. |
no config set in topo file |
PR merged. No other version affected. Can we close this one? @seiya-annie |
ok, I closed it |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
install tidb cluster with v5.2.4, using default config
upgrade to v6.0.0
2. What did you expect to see? (Required)
upgrade success
3. What did you see instead (Required)
upgrade fail with:
2022.04.19 17:34:36.789966 [ 1 ] Application: The configuration "path" is deprecated. Check [storage] section for new style.
[2022/04/19 17:37:36.138 +08:00] [WARN] [StorageConfigParser.cpp:229] ["Application:The configuration "path" is deprecated. Check [storage] section for new style."] [thread_id=1]
4. What is your TiFlash version? (Required)
[2022/04/19 17:34:36.564 +08:00] [INFO] [] ["TiFlash build info: TiFlash\nRelease Version: v5.2.4\nEdition: Community\nGit Commit Hash: 493855d\nGit Branch: heads/refs/tags/v5.2.4\nUTC Build Time: 2022-04-18 03:16:43\nProfile: RELWITHDEBINFO\n"] [thread_id=1]
The text was updated successfully, but these errors were encountered: