[
https://issues.apache.org/jira/browse/KUDU-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Wong updated KUDU-2601:
------------------------------
Resolution: Fixed
Fix Version/s: 1.8.0
Status: Resolved (was: In Review)
Submitted as 31e3d4616042093d1a621e6de820ba76f1cc767a
> 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
> Assignee: Andrew Wong
> Priority: Major
> Fix For: 1.8.0
>
>
> 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)