adoroszlai commented on code in PR #8893: URL: https://github.com/apache/ozone/pull/8893#discussion_r2253888752
########## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java: ########## Review Comment: - For reviewers: "Real" change can be viewed with `git diff --ignore-space-change` - @Tejaskriya You can reduce change in such case by extracting code to a private method and calling it from the `try` block. This will keep indent of the extracted code at the same level. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
