【 使用环境 】测试环境
【 OB or 其他组件 】
【 使用版本 】oceanbase v4.2.0 3 节点集群
【问题描述】oceanbase v4.2.0 集群 升级到 v4.3.2 报错
【复现路径】在obd 中控机上执行执行离线升级步骤
[root@OBD bin]# obd mirror disable remote
Disable remote ok
Trace ID: ab114b0c-4425-11ef-a575-000c292459fb
If you want to view detailed obd logs, please run: obd display-trace ab114b0c-4425-11ef-a575-000c292459fb
[root@OBD bin]# obd mirror list local | grep oceanbase-ce
| oceanbase-ce | 4.2.0.0 | 100010022023081817.el7 | x86_64 | bf178e82c99ca1324a3df9e1a21cbbb8f8c4d46c |
| oceanbase-ce-libs | 4.2.0.0 | 100010022023081817.el7 | x86_64 | f77ba7e678acf0645889967391c847ca9cf684b6 |
| oceanbase-ce | 4.3.1.0 | 100000032024051615.el7 | x86_64 | f3cd399aa780d23fbb60faed68e32a7dbd4e6a3c |
| oceanbase-ce-libs | 4.3.1.0 | 100000032024051615.el7 | x86_64 | 68f0b5f988bd5fb80d44ac29afad0c2b2f2d3763 |
[root@OBD bin]# obd cluster upgrade myoceanbase -c oceanbase-ce -V 4.3.1.0 --usable=68f0b5f988bd5fb80d44ac29afad0c2b2f2d3763
Get local repositories and plugins ok
Open ssh connection ok
Get deployment connections ok
Get standbys info ok
±----------------------------------------------------------------------------------------------------+
| Search oceanbase-ce 4.3.1.0 Result |
±-------------±--------±-----------------------±-------±-----------------------------------------+
| name | version | release | arch | md5 |
±-------------±--------±-----------------------±-------±-----------------------------------------+
| oceanbase-ce | 4.3.1.0 | 100000032024051615.el7 | x86_64 | f3cd399aa780d23fbb60faed68e32a7dbd4e6a3c |
±-------------±--------±-----------------------±-------±-----------------------------------------+
install oceanbase-ce-4.3.1.0 for local ok
Cluster status check ok
Check before upgrade observer ok
[WARN] OBD-1017: (192.168.146.21) The value of the “vm.max_map_count” must be within [327600, 1310720] (Current value: 65530, Recommended value: 655360)
[WARN] OBD-1017: (192.168.146.21) The value of the “fs.file-max” must be greater than 6573688 (Current value: 1606560, Recommended value: 6573688)
[WARN] OBD-1017: (192.168.146.22) The value of the “vm.max_map_count” must be within [327600, 1310720] (Current value: 65530, Recommended value: 655360)
[WARN] OBD-1017: (192.168.146.22) The value of the “fs.file-max” must be greater than 6573688 (Current value: 1606591, Recommended value: 6573688)
[WARN] OBD-1017: (192.168.146.23) The value of the “vm.max_map_count” must be within [327600, 1310720] (Current value: 65530, Recommended value: 655360)
[WARN] OBD-1017: (192.168.146.23) The value of the “fs.file-max” must be greater than 6573688 (Current value: 1606551, Recommended value: 6573688)
[ERROR] fail to get upgrade graph: list index out of range
See OceanBase分布式数据库-海量数据 笔笔算数 .
Trace ID: 6180e8fc-4426-11ef-adf4-000c292459fb
If you want to view detailed obd logs, please run: obd display-trace 6180e8fc-4426-11ef-adf4