[
https://issues.apache.org/jira/browse/KUDU-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hexin updated KUDU-2601:
------------------------
Description: I have found a small mistake in the line 442 of
[fs_manager.cc|https://github.com/cloudera/kudu/blob/master/src/kudu/fs/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.
(was: I have found a small mistake in the line 442 of fs_manager.cc[link
title|https://github.com/cloudera/kudu/blob/master/src/kudu/fs/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.)
> 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
> Priority: Major
>
> I have found a small mistake in the line 442 of
> [fs_manager.cc|https://github.com/cloudera/kudu/blob/master/src/kudu/fs/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)