smengcl commented on code in PR #6859: URL: https://github.com/apache/ozone/pull/6859#discussion_r1676450860
########## hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java: ########## @@ -537,26 +553,26 @@ ContainerCommandResponseProto> executePutBlock(boolean close, } catch (InterruptedException ex) { Thread.currentThread().interrupt(); handleInterruptedException(ex, false); + // never reach, just to make compiler happy. + return null; Review Comment: is compiler complaining, or is it findbugs? -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org