This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 435dee9896 HDDS-12703. Close pipeline command should display error on
failure (#8169)
435dee9896 is described below
commit 435dee9896b2ccc6c9ca68fd796daacc337dd450
Author: Venkat Sambath <[email protected]>
AuthorDate: Thu Mar 27 11:05:16 2025 +0530
HDDS-12703. Close pipeline command should display error on failure (#8169)
---
.../java/org/apache/hadoop/hdds/scm/server/SCMClientProtocolServer.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMClientProtocolServer.java
b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMClientProtocolServer.java
index 4d09ddb64c..9524094631 100644
---
a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMClientProtocolServer.java
+++
b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMClientProtocolServer.java
@@ -801,6 +801,7 @@ public void closePipeline(HddsProtos.PipelineID pipelineID)
} catch (Exception ex) {
AUDIT.logWriteFailure(buildAuditMessageForFailure(
SCMAction.CLOSE_PIPELINE, auditMap, ex));
+ throw ex;
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]