跪求大佬指导一下,doris be节点其中一个磁盘故障后更换新磁盘后无法重启be服务

Viewed 15

我Doris集群中一个be节点共有10个盘,其中一个磁盘故障,挂载目录是/data06,我更换以后重新挂载到原来的目录(/data06),然后磁盘目录能正常读写,权限也是跟原来一模一样,现在重启be时提示发现损坏的目录,具体日志如下:

W20250605 23:55:05.905375 482173 local_file_system.cpp:340] [E-256]failed to get available space for path /data06/doris-storage/wal
I20250605 23:55:05.905439 482173 wal_dirs_info.cpp:98] failed to update wal dir used info, err: {}
W20250605 23:55:06.005554 482173 local_file_system.cpp:340] [E-256]failed to get available space for path /data06/doris-storage/wal
I20250605 23:55:06.005607 482173 wal_dirs_info.cpp:98] failed to update wal dir used info, err: {}
W20250605 23:55:06.105717 482173 local_file_system.cpp:340] [E-256]failed to get available space for path /data06/doris-storage/wal
I20250605 23:55:06.105769 482173 wal_dirs_info.cpp:98] failed to update wal dir used info, err: {}
W20250605 23:55:06.205880 482173 local_file_system.cpp:340] [E-256]failed to get available space for path /data06/doris-storage/wal
I20250605 23:55:06.205932 482173 wal_dirs_info.cpp:98] failed to update wal dir used info, err: {}
W20250605 23:55:06.306041 482173 local_file_system.cpp:340] [E-256]failed to get available space for path /data06/doris-storage/wal
I20250605 23:55:06.306093 482173 wal_dirs_info.cpp:98] failed to update wal dir used info, err: {}
W20250605 23:55:06.406214 482173 local_file_system.cpp:340] [E-256]failed to get available space for path /data06/doris-storage/wal
I20250605 23:55:06.406280 482173 wal_dirs_info.cpp:98] failed to update wal dir used info, err: {}
W20250605 23:55:06.506402 482173 local_file_system.cpp:340] [E-256]failed to get available space for path /data06/doris-storage/wal
I20250605 23:55:06.506461 482173 wal_dirs_info.cpp:98] failed to update wal dir used info, err: {}
W20250605 23:55:06.606600 482173 local_file_system.cpp:340] [E-256]failed to get available space for pI20250606 00:28:38.685163 550603 doris_main.cpp:382]  version doris-2.1.5-rc02(AVX2) RELEASE (build git://efd9163aa4b3@a4c33e62ccc0f858de97761af0720f1abfa9969c)
Built on Mon, 23 Sep 2024 01:19:52 UTC by efd9163aa4b3
E20250606 00:28:38.687769 550603 doris_main.cpp:432] a broken disk is found /data06/doris-storage
I20250606 00:29:09.110967 552232 doris_main.cpp:382]  version doris-2.1.5-rc02(AVX2) RELEASE (build git://efd9163aa4b3@a4c33e62ccc0f858de97761af0720f1abfa9969c)
Built on Mon, 23 Sep 2024 01:19:52 UTC by efd9163aa4b3
E20250606 00:29:09.112926 552232 doris_main.cpp:432] a broken disk is found /data06/doris-storage
I20250606 00:29:39.368991 554157 doris_main.cpp:382]  version doris-2.1.5-rc02(AVX2) RELEASE (build git://efd9163aa4b3@a4c33e62ccc0f858de97761af0720f1abfa9969c)
Built on Mon, 23 Sep 2024 01:19:52 UTC by efd9163aa4b3
E20250606 00:29:39.370992 554157 doris_main.cpp:432] a broken disk is found /data06/doris-storage
I20250606 00:30:09.620994 557426 doris_main.cpp:382]  version doris-2.1.5-rc02(AVX2) RELEASE (build git://efd9163aa4b3@a4c33e62ccc0f858de97761af0720f1abfa9969c)
Built on Mon, 23 Sep 2024 01:19:52 UTC by efd9163aa4b3
E20250606 00:30:09.623117 557426 doris_main.cpp:432] a broken disk is found /data06/doris-storage
I20250606 00:30:39.869973 558749 doris_main.cpp:382]  version doris-2.1.5-rc02(AVX2) RELEASE (build git://efd9163aa4b3@a4c33e62ccc0f858de97761af0720f1abfa9969c)
Built on Mon, 23 Sep 2024 01:19:52 UTC by efd9163aa4b3

1 Answers

看 be/conf/be_customer 文件中是否标记了这个路径,把标记的路径注释掉就行