Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NNStorage does not synchronize iteration on a synchronized list #64

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

emopers
Copy link

@emopers emopers commented Dec 30, 2015

In line 839 of NNStroage.java#reportErrorsOnDirectories, the synchronized list, sds
is iterated in an unsynchronized manner, but according to Oracle Java 7 API specification,
this is not thread-safe and can lead to non-deterministic behavior.
This pull request adds a fix by synchronizing the iteration on sds. The synchronized list is passed to method reportErrorsOnDirectories from here

@raviprak-altiscale
Copy link
Contributor

Thanks for your contribution emopers. Could you please follow these steps? https://wiki.apache.org/hadoop/HowToContribute

timmyyao pushed a commit to timmyyao/hadoop that referenced this pull request May 8, 2017
Add getCommandsTableItem() in DBAdapter
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 34 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1 mvninstall 1136 trunk passed
+1 compile 61 trunk passed
+1 checkstyle 41 trunk passed
+1 mvnsite 65 trunk passed
+1 shadedclient 735 branch has no errors when building and testing our client artifacts.
+1 javadoc 46 trunk passed
0 spotbugs 164 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 161 trunk passed
_ Patch Compile Tests _
+1 mvninstall 59 the patch passed
+1 compile 58 the patch passed
+1 javac 58 the patch passed
+1 checkstyle 36 the patch passed
+1 mvnsite 63 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 701 patch has no errors when building and testing our client artifacts.
+1 javadoc 51 the patch passed
+1 findbugs 172 the patch passed
_ Other Tests _
-1 unit 4921 hadoop-hdfs in the patch failed.
+1 asflicense 38 The patch does not generate ASF License warnings.
8440
Reason Tests
Failed junit tests hadoop.hdfs.TestReconstructStripedFile
hadoop.hdfs.web.TestWebHdfsTimeouts
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailure
hadoop.hdfs.server.datanode.TestDirectoryScanner
Subsystem Report/Notes
Docker Client=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-64/1/artifact/out/Dockerfile
GITHUB PR #64
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 7036f66e8582 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 7f1b76c
Default Java 1.8.0_212
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-64/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-64/1/testReport/
Max. process+thread count 4157 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-64/1/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 44 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1 mvninstall 1033 trunk passed
+1 compile 61 trunk passed
+1 checkstyle 44 trunk passed
+1 mvnsite 64 trunk passed
+1 shadedclient 766 branch has no errors when building and testing our client artifacts.
+1 javadoc 45 trunk passed
0 spotbugs 159 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 157 trunk passed
_ Patch Compile Tests _
+1 mvninstall 56 the patch passed
+1 compile 54 the patch passed
+1 javac 54 the patch passed
+1 checkstyle 36 the patch passed
+1 mvnsite 58 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 671 patch has no errors when building and testing our client artifacts.
+1 javadoc 47 the patch passed
+1 findbugs 168 the patch passed
_ Other Tests _
-1 unit 4779 hadoop-hdfs in the patch failed.
+1 asflicense 28 The patch does not generate ASF License warnings.
8158
Reason Tests
Failed junit tests hadoop.hdfs.server.blockmanagement.TestBlockReportLease
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-64/2/artifact/out/Dockerfile
GITHUB PR #64
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 7f37a69d7534 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 62efb63
Default Java 1.8.0_212
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-64/2/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-64/2/testReport/
Max. process+thread count 4366 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-64/2/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 44 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1 mvninstall 1085 trunk passed
+1 compile 62 trunk passed
+1 checkstyle 41 trunk passed
+1 mvnsite 69 trunk passed
+1 shadedclient 701 branch has no errors when building and testing our client artifacts.
+1 javadoc 46 trunk passed
0 spotbugs 162 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 160 trunk passed
_ Patch Compile Tests _
+1 mvninstall 61 the patch passed
+1 compile 56 the patch passed
+1 javac 56 the patch passed
+1 checkstyle 34 the patch passed
+1 mvnsite 60 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 663 patch has no errors when building and testing our client artifacts.
+1 javadoc 46 the patch passed
-1 findbugs 95 hadoop-hdfs in the patch failed.
_ Other Tests _
-1 unit 6880 hadoop-hdfs in the patch failed.
-1 asflicense 35 The patch generated 1 ASF License warnings.
10183
Reason Tests
Failed junit tests hadoop.hdfs.TestDatanodeDeath
hadoop.hdfs.server.datanode.TestLargeBlockReport
hadoop.hdfs.TestLeaseRecoveryStriped
hadoop.hdfs.qjournal.client.TestQJMWithFaults
hadoop.hdfs.TestReconstructStripedFile
hadoop.hdfs.TestStateAlignmentContextWithHA
hadoop.hdfs.TestDecommissionWithStriped
hadoop.hdfs.TestErasureCodingMultipleRacks
hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy
hadoop.hdfs.server.namenode.TestReconstructStripedBlocks
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped
hadoop.hdfs.TestEncryptedTransfer
hadoop.hdfs.server.namenode.TestFSImageWithSnapshot
hadoop.hdfs.server.blockmanagement.TestReplicationPolicy
hadoop.hdfs.protocol.datatransfer.sasl.TestSaslDataTransfer
hadoop.hdfs.TestUnsetAndChangeDirectoryEcPolicy
hadoop.hdfs.TestFileChecksum
hadoop.hdfs.server.datanode.TestDataNodeLifeline
hadoop.hdfs.server.namenode.TestNamenodeRetryCache
hadoop.hdfs.TestDistributedFileSystem
hadoop.hdfs.TestFileChecksumCompositeCrc
hadoop.hdfs.server.blockmanagement.TestPendingReconstruction
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/artifact/out/Dockerfile
GITHUB PR #64
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 18e8f0377a4b 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / e872ceb
Default Java 1.8.0_212
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/artifact/out/patch-findbugs-hadoop-hdfs-project_hadoop-hdfs.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/testReport/
asflicense https://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 4564 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 100 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1 mvninstall 1348 trunk passed
+1 compile 73 trunk passed
+1 checkstyle 46 trunk passed
+1 mvnsite 72 trunk passed
+1 shadedclient 872 branch has no errors when building and testing our client artifacts.
+1 javadoc 54 trunk passed
0 spotbugs 180 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 178 trunk passed
_ Patch Compile Tests _
+1 mvninstall 67 the patch passed
+1 compile 59 the patch passed
+1 javac 59 the patch passed
+1 checkstyle 41 the patch passed
+1 mvnsite 67 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 809 patch has no errors when building and testing our client artifacts.
+1 javadoc 52 the patch passed
+1 findbugs 199 the patch passed
_ Other Tests _
-1 unit 7197 hadoop-hdfs in the patch failed.
+1 asflicense 55 The patch does not generate ASF License warnings.
11351
Reason Tests
Failed junit tests hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized
hadoop.hdfs.server.namenode.TestNamenodeCapacityReport
hadoop.hdfs.tools.TestDFSZKFailoverController
hadoop.hdfs.server.datanode.TestLargeBlockReport
hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-64/4/artifact/out/Dockerfile
GITHUB PR #64
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 71c95f6cdb7d 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 00b5a27
Default Java 1.8.0_212
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-64/4/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-64/4/testReport/
Max. process+thread count 2494 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-64/4/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 40 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1 mvninstall 1119 trunk passed
+1 compile 55 trunk passed
+1 checkstyle 40 trunk passed
+1 mvnsite 62 trunk passed
+1 shadedclient 701 branch has no errors when building and testing our client artifacts.
+1 javadoc 46 trunk passed
0 spotbugs 164 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 161 trunk passed
_ Patch Compile Tests _
+1 mvninstall 59 the patch passed
+1 compile 56 the patch passed
+1 javac 56 the patch passed
+1 checkstyle 39 the patch passed
+1 mvnsite 62 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 727 patch has no errors when building and testing our client artifacts.
+1 javadoc 45 the patch passed
+1 findbugs 156 the patch passed
_ Other Tests _
-1 unit 4808 hadoop-hdfs in the patch failed.
+1 asflicense 31 The patch does not generate ASF License warnings.
8258
Reason Tests
Failed junit tests hadoop.hdfs.TestMultipleNNPortQOP
hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap
hadoop.hdfs.server.datanode.TestDataNodeLifeline
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-64/5/artifact/out/Dockerfile
GITHUB PR #64
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux ad03ab34d8e8 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 8943e13
Default Java 1.8.0_222
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-64/5/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-64/5/testReport/
Max. process+thread count 4275 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-64/5/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 47 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1 mvninstall 1137 trunk passed
+1 compile 58 trunk passed
+1 checkstyle 41 trunk passed
+1 mvnsite 63 trunk passed
+1 shadedclient 727 branch has no errors when building and testing our client artifacts.
+1 javadoc 45 trunk passed
0 spotbugs 151 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 149 trunk passed
_ Patch Compile Tests _
+1 mvninstall 57 the patch passed
+1 compile 52 the patch passed
+1 javac 52 the patch passed
+1 checkstyle 35 the patch passed
+1 mvnsite 56 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 685 patch has no errors when building and testing our client artifacts.
+1 javadoc 44 the patch passed
+1 findbugs 159 the patch passed
_ Other Tests _
-1 unit 5462 hadoop-hdfs in the patch failed.
+1 asflicense 35 The patch does not generate ASF License warnings.
8900
Reason Tests
Failed junit tests hadoop.hdfs.TestDFSStripedOutputStream
hadoop.hdfs.server.namenode.TestFsck
hadoop.hdfs.TestDFSStripedOutputStreamWithFailure
hadoop.hdfs.TestErasureCodingPoliciesWithRandomECPolicy
hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency
hadoop.hdfs.TestDFSClientRetries
hadoop.hdfs.TestEncryptedTransfer
hadoop.hdfs.TestReconstructStripedFile
hadoop.hdfs.TestErasureCodingPolicyWithSnapshotWithRandomECPolicy
hadoop.hdfs.TestSetrepIncreasing
hadoop.hdfs.TestAbandonBlock
hadoop.hdfs.TestReadStripedFileWithDNFailure
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-64/6/artifact/out/Dockerfile
GITHUB PR #64
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux fb3a12463138 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 4cb22cd
Default Java 1.8.0_222
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-64/6/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-64/6/testReport/
Max. process+thread count 4567 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-64/6/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 44 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1 mvninstall 1071 trunk passed
+1 compile 55 trunk passed
+1 checkstyle 36 trunk passed
+1 mvnsite 57 trunk passed
+1 shadedclient 708 branch has no errors when building and testing our client artifacts.
+1 javadoc 47 trunk passed
0 spotbugs 164 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 163 trunk passed
_ Patch Compile Tests _
+1 mvninstall 61 the patch passed
+1 compile 56 the patch passed
+1 javac 56 the patch passed
+1 checkstyle 38 the patch passed
+1 mvnsite 74 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 700 patch has no errors when building and testing our client artifacts.
+1 javadoc 44 the patch passed
+1 findbugs 157 the patch passed
_ Other Tests _
-1 unit 5685 hadoop-hdfs in the patch failed.
-1 asflicense 31 The patch generated 1 ASF License warnings.
9087
Reason Tests
Failed junit tests hadoop.hdfs.TestDFSStripedOutputStream
hadoop.hdfs.client.impl.TestBlockReaderLocal
hadoop.hdfs.TestErasureCodingPolicies
hadoop.hdfs.TestDFSStripedOutputStreamWithFailure
hadoop.hdfs.TestReadStripedFileWithDecodingCorruptData
hadoop.hdfs.TestFileChecksumCompositeCrc
hadoop.hdfs.TestErasureCodingExerciseAPIs
hadoop.hdfs.TestReconstructStripedFile
hadoop.hdfs.TestErasureCodingPolicyWithSnapshotWithRandomECPolicy
hadoop.hdfs.server.namenode.TestDecommissioningStatus
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-64/7/artifact/out/Dockerfile
GITHUB PR #64
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux ad1cfbbacd0d 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 28fb4b5
Default Java 1.8.0_222
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-64/7/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-64/7/testReport/
asflicense https://builds.apache.org/job/hadoop-multibranch/job/PR-64/7/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 4069 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-64/7/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

saxenapranav added a commit to saxenapranav/hadoop that referenced this pull request Jun 20, 2023
…eason

Retry-reason in x-ms-client-request-id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants