bookkeeper
bookkeeper copied to clipboard
Fix duplicated call zkGetLogSegmentNames in getLogSegmentNames
Descriptions of the changes in this PR:
Motivation
Fix duplicated call zkGetLogSegmentNames in getLogSegmentNames.
We have called zkGetLogSegmentNames at line425 and got the result, so there is no need call zkGetLogSegmentNames again at line430.
Changes
Remove duplicated zkGetLogSegmentNames at line430.
rerun failure checks
rerun failure checks
rerun failure checks
rerun failure checks
re-triggering CI by close/open