Swaminathan Balachandran created HDDS-13451: -----------------------------------------------
Summary: Exception handling for unchecked exception for deleteBlock command from SCM Key: HDDS-13451 URL: https://issues.apache.org/jira/browse/HDDS-13451 Project: Apache Ozone Issue Type: Bug Reporter: Swaminathan Balachandran When an unchecked exception is thrown right now DN doesn't return a false value back to the SCM. This can lead to the SCM not knowing about the txn status. Another throwable catch block should be added to catch all the exceptions thrown. https://github.com/apache/ozone/blob/ece9330d8d0324abb1696e3441cb1eb562117d32/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/DeleteBlocksCommandHandler.java#L327-L336 -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org