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 40e893ff3eb HDDS-14853. Reduce duplicate logs in 
ECReconstructionCoordinator#reconstructECBlockGroup (#9941)
40e893ff3eb is described below

commit 40e893ff3eb8e56f1c39e064fdca86c2525af5c0
Author: Sammi Chen <[email protected]>
AuthorDate: Sun Mar 22 18:44:17 2026 +0800

    HDDS-14853. Reduce duplicate logs in 
ECReconstructionCoordinator#reconstructECBlockGroup (#9941)
---
 .../ec/reconstruction/ECReconstructionCoordinator.java         | 10 ----------
 1 file changed, 10 deletions(-)

diff --git 
a/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ec/reconstruction/ECReconstructionCoordinator.java
 
b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ec/reconstruction/ECReconstructionCoordinator.java
index 9b869f4a81f..7e73fdd76ee 100644
--- 
a/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ec/reconstruction/ECReconstructionCoordinator.java
+++ 
b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ec/reconstruction/ECReconstructionCoordinator.java
@@ -34,7 +34,6 @@
 import java.util.Map;
 import java.util.Optional;
 import java.util.OptionalLong;
-import java.util.Set;
 import java.util.SortedMap;
 import java.util.TreeMap;
 import java.util.concurrent.CompletableFuture;
@@ -298,15 +297,6 @@ public void reconstructECBlockGroup(BlockLocationInfo 
blockLocationInfo,
             int readLen;
             try {
               readLen = sis.recoverChunks(bufs);
-              Set<Integer> failedIndexes = sis.getFailedIndexes();
-              if (!failedIndexes.isEmpty()) {
-                // There was a problem reading some of the block indexes, but 
we
-                // did not get an exception as there must have been spare 
indexes
-                // to try and recover from. Therefore we should log out the 
block
-                // group details in the same way as for the exception case 
below.
-                logBlockGroupDetails(blockLocationInfo, repConfig,
-                    blockDataGroup);
-              }
             } catch (IOException e) {
               // When we see exceptions here, it could be due to some transient
               // issue that causes the block read to fail when reconstructing 
it,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to