morningman commented on pull request #4565: URL: https://github.com/apache/incubator-doris/pull/4565#issuecomment-695209242
> @morningman > I reproduce this using the latest master code; > commit:065b97 > be.conf: storage_root_path = /data1/olap/doris/storage.HDD,50 > `/data1/olap/doris/storage` is the real path exists. > > And the error log print as below: > > ``` > W0919 14:20:09.434904 31844 options.cpp:65] path can not be canonicalized. may be not exist. path=/data1/olap/doris/storage.HDD > W0919 14:20:09.434979 31844 options.cpp:142] failed to parse store path /data1/olap/doris/storage.HDD,50, res=-203 > W0919 14:20:09.434986 31844 options.cpp:147] fail to parse storage_root_path config. value=[/data1/olap/doris/storage.HDD,50] > F0919 14:20:09.434994 31844 doris_main.cpp:143] parse config storage path failed, path=/data1/olap/doris/storage.HDD,50 > ``` Do we support this? If the storage path in conf is `/data1/olap/doris/storage.HDD,50`, the real dir must be `storage.HDD`, not `storage`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
