Hexin created KUDU-2601:
---------------------------
Summary: There is two same condition to check whether created_dirs
is empty
Key: KUDU-2601
URL: https://issues.apache.org/jira/browse/KUDU-2601
Project: Kudu
Issue Type: Bug
Components: fs
Affects Versions: 1.7.1
Reporter: Hexin
I have found a small mistake in the line 442 of
[fs_manager.cc|http://fs_manager.cc/]. The condition should check whether the
created_files is empty rather than check the created_dirs. If the condition
is to check the created_dirs, it will output two information in the INFO LOG
when the created_dirs is not empty.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)