This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 8c62cbfc0526c50db78ee70bbe2ea5d456937c4b Author: Lightman <[email protected]> AuthorDate: Thu May 16 16:06:17 2024 +0800 [improve](fslog) The error log should be printed by caller (#34935) --- be/src/io/fs/file_system.h | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/io/fs/file_system.h b/be/src/io/fs/file_system.h index 3307267f6b8..a8ccc8756bb 100644 --- a/be/src/io/fs/file_system.h +++ b/be/src/io/fs/file_system.h @@ -42,7 +42,6 @@ namespace doris::io { AsyncIO::run_task(task, _type); \ } \ if (!_s) { \ - LOG(WARNING) << _s; \ _s = Status::Error<false>(_s.code(), _s.msg()); \ } \ return _s; \ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
