AnonHxy opened a new pull request, #4050: URL: https://github.com/apache/bookkeeper/pull/4050
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
