Skip to content

NNStorage does not synchronize iteration on a synchronized list - #64

Closed
emopers wants to merge 1 commit into
apache:trunkfrom
emopers:sync_col_70
Closed

NNStorage does not synchronize iteration on a synchronized list#64
emopers wants to merge 1 commit into
apache:trunkfrom
emopers:sync_col_70

Conversation

@emopers

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec34Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
-1test4tests0The 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 _
+1mvninstall1136trunk passed
+1compile61trunk passed
+1checkstyle41trunk passed
+1mvnsite65trunk passed
+1shadedclient735branch has no errors when building and testing our client artifacts.
+1javadoc46trunk passed
0spotbugs164Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs161trunk passed
_ Patch Compile Tests _
+1mvninstall59the patch passed
+1compile58the patch passed
+1javac58the patch passed
+1checkstyle36the patch passed
+1mvnsite63the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient701patch has no errors when building and testing our client artifacts.
+1javadoc51the patch passed
+1findbugs172the patch passed
_ Other Tests _
-1unit4921hadoop-hdfs in the patch failed.
+1asflicense38The patch does not generate ASF License warnings.
8440
ReasonTests
Failed junit testshadoop.hdfs.TestReconstructStripedFile
hadoop.hdfs.web.TestWebHdfsTimeouts
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailure
hadoop.hdfs.server.datanode.TestDirectoryScanner
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 7f1b76c
Default Java1.8.0_212
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/1/testReport/
Max. process+thread count4157 (vs. ulimit of 5500)
modulesC: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/1/console
versionsgit=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec44Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
-1test4tests0The 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 _
+1mvninstall1033trunk passed
+1compile61trunk passed
+1checkstyle44trunk passed
+1mvnsite64trunk passed
+1shadedclient766branch has no errors when building and testing our client artifacts.
+1javadoc45trunk passed
0spotbugs159Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs157trunk passed
_ Patch Compile Tests _
+1mvninstall56the patch passed
+1compile54the patch passed
+1javac54the patch passed
+1checkstyle36the patch passed
+1mvnsite58the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient671patch has no errors when building and testing our client artifacts.
+1javadoc47the patch passed
+1findbugs168the patch passed
_ Other Tests _
-1unit4779hadoop-hdfs in the patch failed.
+1asflicense28The patch does not generate ASF License warnings.
8158
ReasonTests
Failed junit testshadoop.hdfs.server.blockmanagement.TestBlockReportLease
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 62efb63
Default Java1.8.0_212
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/2/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/2/testReport/
Max. process+thread count4366 (vs. ulimit of 5500)
modulesC: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/2/console
versionsgit=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec44Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
-1test4tests0The 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 _
+1mvninstall1085trunk passed
+1compile62trunk passed
+1checkstyle41trunk passed
+1mvnsite69trunk passed
+1shadedclient701branch has no errors when building and testing our client artifacts.
+1javadoc46trunk passed
0spotbugs162Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs160trunk passed
_ Patch Compile Tests _
+1mvninstall61the patch passed
+1compile56the patch passed
+1javac56the patch passed
+1checkstyle34the patch passed
+1mvnsite60the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient663patch has no errors when building and testing our client artifacts.
+1javadoc46the patch passed
-1findbugs95hadoop-hdfs in the patch failed.
_ Other Tests _
-1unit6880hadoop-hdfs in the patch failed.
-1asflicense35The patch generated 1 ASF License warnings.
10183
ReasonTests
Failed junit testshadoop.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
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / e872ceb
Default Java1.8.0_212
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/artifact/out/patch-findbugs-hadoop-hdfs-project_hadoop-hdfs.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/testReport/
asflicensehttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/artifact/out/patch-asflicense-problems.txt
Max. process+thread count4564 (vs. ulimit of 5500)
modulesC: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/3/console
versionsgit=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec100Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
-1test4tests0The 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 _
+1mvninstall1348trunk passed
+1compile73trunk passed
+1checkstyle46trunk passed
+1mvnsite72trunk passed
+1shadedclient872branch has no errors when building and testing our client artifacts.
+1javadoc54trunk passed
0spotbugs180Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs178trunk passed
_ Patch Compile Tests _
+1mvninstall67the patch passed
+1compile59the patch passed
+1javac59the patch passed
+1checkstyle41the patch passed
+1mvnsite67the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient809patch has no errors when building and testing our client artifacts.
+1javadoc52the patch passed
+1findbugs199the patch passed
_ Other Tests _
-1unit7197hadoop-hdfs in the patch failed.
+1asflicense55The patch does not generate ASF License warnings.
11351
ReasonTests
Failed junit testshadoop.hdfs.TestDFSInotifyEventInputStreamKerberized
hadoop.hdfs.server.namenode.TestNamenodeCapacityReport
hadoop.hdfs.tools.TestDFSZKFailoverController
hadoop.hdfs.server.datanode.TestLargeBlockReport
hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 00b5a27
Default Java1.8.0_212
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/4/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/4/testReport/
Max. process+thread count2494 (vs. ulimit of 5500)
modulesC: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/4/console
versionsgit=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec40Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
-1test4tests0The 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 _
+1mvninstall1119trunk passed
+1compile55trunk passed
+1checkstyle40trunk passed
+1mvnsite62trunk passed
+1shadedclient701branch has no errors when building and testing our client artifacts.
+1javadoc46trunk passed
0spotbugs164Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs161trunk passed
_ Patch Compile Tests _
+1mvninstall59the patch passed
+1compile56the patch passed
+1javac56the patch passed
+1checkstyle39the patch passed
+1mvnsite62the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient727patch has no errors when building and testing our client artifacts.
+1javadoc45the patch passed
+1findbugs156the patch passed
_ Other Tests _
-1unit4808hadoop-hdfs in the patch failed.
+1asflicense31The patch does not generate ASF License warnings.
8258
ReasonTests
Failed junit testshadoop.hdfs.TestMultipleNNPortQOP
hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap
hadoop.hdfs.server.datanode.TestDataNodeLifeline
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 8943e13
Default Java1.8.0_222
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/5/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/5/testReport/
Max. process+thread count4275 (vs. ulimit of 5500)
modulesC: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/5/console
versionsgit=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec47Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
-1test4tests0The 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 _
+1mvninstall1137trunk passed
+1compile58trunk passed
+1checkstyle41trunk passed
+1mvnsite63trunk passed
+1shadedclient727branch has no errors when building and testing our client artifacts.
+1javadoc45trunk passed
0spotbugs151Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs149trunk passed
_ Patch Compile Tests _
+1mvninstall57the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle35the patch passed
+1mvnsite56the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient685patch has no errors when building and testing our client artifacts.
+1javadoc44the patch passed
+1findbugs159the patch passed
_ Other Tests _
-1unit5462hadoop-hdfs in the patch failed.
+1asflicense35The patch does not generate ASF License warnings.
8900
ReasonTests
Failed junit testshadoop.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
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 4cb22cd
Default Java1.8.0_222
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/6/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/6/testReport/
Max. process+thread count4567 (vs. ulimit of 5500)
modulesC: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/6/console
versionsgit=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec44Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
-1test4tests0The 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 _
+1mvninstall1071trunk passed
+1compile55trunk passed
+1checkstyle36trunk passed
+1mvnsite57trunk passed
+1shadedclient708branch has no errors when building and testing our client artifacts.
+1javadoc47trunk passed
0spotbugs164Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs163trunk passed
_ Patch Compile Tests _
+1mvninstall61the patch passed
+1compile56the patch passed
+1javac56the patch passed
+1checkstyle38the patch passed
+1mvnsite74the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient700patch has no errors when building and testing our client artifacts.
+1javadoc44the patch passed
+1findbugs157the patch passed
_ Other Tests _
-1unit5685hadoop-hdfs in the patch failed.
-1asflicense31The patch generated 1 ASF License warnings.
9087
ReasonTests
Failed junit testshadoop.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
SubsystemReport/Notes
DockerClient=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 Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 28fb4b5
Default Java1.8.0_222
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/7/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/7/testReport/
asflicensehttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/7/artifact/out/patch-asflicense-problems.txt
Max. process+thread count4069 (vs. ulimit of 5500)
modulesC: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-64/7/console
versionsgit=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered byApache 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
@github-actions

Copy link
Copy Markdown
Contributor

We're closing this stale PR because it has been open for 100 days with no activity. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you feel like this was a mistake, or you would like to continue working on it, please feel free to re-open it and ask for a committer to remove the stale tag and review again.
Thanks all for your contribution.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@emopers@raviprak-altiscale@hadoop-yetus