Commit 3ebec0a
authored
[bugfix](cloud) Fix ms crash when set the custom config path (apache#50246)
### What problem does this PR solve?
Fix ms crash when set the custom config path
Related PR: apache#45394
How to reproduce:
set custom config path in doris_cloud.conf:
```
custom_conf_path = ./conf/doris_cloud_custom.conf
```
Then restart the ms, ms will fail to start.1 parent 4abda47 commit 3ebec0a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments