Skip to content

HADOOP-11223. Create UnmodifiableConfiguration - #473

Closed
milleruntime wants to merge 1 commit into
apache:trunkfrom
milleruntime:immutable-conf
Closed

HADOOP-11223. Create UnmodifiableConfiguration#473
milleruntime wants to merge 1 commit into
apache:trunkfrom
milleruntime:immutable-conf

Conversation

@milleruntime

Copy link
Copy Markdown

Fixes https://issues.apache.org/jira/browse/HADOOP-11223 by creating an immutable Configuration class. This class will throw UnsupportedOperationException on any mutable method calls.

I am not sure what branch or version this is appropriate to apply to so I am doing a pull request against trunk.

@milleruntimemilleruntime changed the title HADOOP-11223. Create ImmutableConfigurationHADOOP-11223. Create UnmodifiableConfigurationJan 29, 2019
@milleruntime

Copy link
Copy Markdown
Author

Renaming this class to UnmodifiableConfiguration since it is not immutable. It more closely resembles the java unmodifiable collections: https://docs.oracle.com/javase/7/docs/api/java/util/Collections.html

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are probably okay to proxy.

@ctubbsiictubbsiiSep 4, 2019

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By that, I mean that is probably okay to provide an implementation that calls this.other.writeXml(...) instead of throwing UnsupportedOperationException for these methods.

@apache-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch6#473 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
GITHUB PR#473
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@apache-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch6#473 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
GITHUB PR#473
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@apache-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch7#473 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
GITHUB PR#473
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/3/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@apache-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch9#473 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
GITHUB PR#473
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/4/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@apache-yetus

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec20Docker mode activated.
_ Prechecks _
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1mvninstall1059trunk passed
+1compile934trunk passed
+1checkstyle52trunk passed
+1mvnsite81trunk passed
+1shadedclient813branch has no errors when building and testing our client artifacts.
+1findbugs110trunk passed
+1javadoc59trunk passed
_ Patch Compile Tests _
+1mvninstall49the patch passed
+1compile943the patch passed
+1javac943the patch passed
+1checkstyle56the patch passed
+1mvnsite77the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient699patch has no errors when building and testing our client artifacts.
+1findbugs109the patch passed
+1javadoc59the patch passed
_ Other Tests _
+1unit522hadoop-common in the patch passed.
+1asflicense39The patch does not generate ASF License warnings.
5731
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-473/5/artifact/out/Dockerfile
GITHUB PR#473
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 77967de197fe 4.4.0-139-generic #165~14.04.1-Ubuntu SMP Wed Oct 31 10:55:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 28d0bf9
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
findbugsv3.1.0-RC1
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/5/testReport/
Max. process+thread count1461 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/5/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec35Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1mvninstall1085trunk passed
+1compile1036trunk passed
+1checkstyle39trunk passed
+1mvnsite74trunk passed
+1shadedclient778branch has no errors when building and testing our client artifacts.
+1javadoc58trunk passed
0spotbugs115Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs113trunk passed
_ Patch Compile Tests _
+1mvninstall49the patch passed
+1compile986the patch passed
+1javac986the patch passed
+1checkstyle34the patch passed
+1mvnsite66the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient643patch has no errors when building and testing our client artifacts.
+1javadoc56the patch passed
+1findbugs135the patch passed
_ Other Tests _
-1unit531hadoop-common in the patch failed.
+1asflicense41The patch does not generate ASF License warnings.
5807
ReasonTests
Failed junit testshadoop.util.TestDiskCheckerWithDiskIo
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-473/6/artifact/out/Dockerfile
GITHUB PR#473
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 4cad6603451c 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 / cd967c7
Default Java1.8.0_212
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/6/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/6/testReport/
Max. process+thread count1426 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/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
0reexec74Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1mvninstall1149trunk passed
+1compile1121trunk passed
+1checkstyle42trunk passed
+1mvnsite76trunk passed
+1shadedclient840branch has no errors when building and testing our client artifacts.
+1javadoc61trunk passed
0spotbugs123Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs121trunk passed
_ Patch Compile Tests _
+1mvninstall48the patch passed
+1compile1021the patch passed
+1javac1021the patch passed
+1checkstyle43the patch passed
+1mvnsite73the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient710patch has no errors when building and testing our client artifacts.
+1javadoc63the patch passed
+1findbugs132the patch passed
_ Other Tests _
+1unit559hadoop-common in the patch passed.
+1asflicense44The patch does not generate ASF License warnings.
6244
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-473/7/artifact/out/Dockerfile
GITHUB PR#473
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux a2102aa3fd3e 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / c7c7a88
Default Java1.8.0_212
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/7/testReport/
Max. process+thread count1348 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/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.

@hadoop-yetus

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec83Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1mvninstall1095trunk passed
+1compile1233trunk passed
+1checkstyle52trunk passed
+1mvnsite83trunk passed
+1shadedclient802branch has no errors when building and testing our client artifacts.
+1javadoc63trunk passed
0spotbugs127Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs124trunk passed
_ Patch Compile Tests _
+1mvninstall58the patch passed
+1compile1356the patch passed
+1javac1356the patch passed
+1checkstyle50the patch passed
+1mvnsite77the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient638patch has no errors when building and testing our client artifacts.
+1javadoc57the patch passed
+1findbugs122the patch passed
_ Other Tests _
+1unit526hadoop-common in the patch passed.
+1asflicense40The patch does not generate ASF License warnings.
6513
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-473/8/artifact/out/Dockerfile
GITHUB PR#473
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 6d295867db1b 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 / c2d00c8
Default Java1.8.0_222
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/8/testReport/
Max. process+thread count1406 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/8/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
0reexec34Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1mvninstall1203trunk passed
+1compile1118trunk passed
+1checkstyle44trunk passed
+1mvnsite77trunk passed
+1shadedclient861branch has no errors when building and testing our client artifacts.
+1javadoc68trunk passed
0spotbugs128Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs126trunk passed
_ Patch Compile Tests _
+1mvninstall51the patch passed
+1compile1001the patch passed
+1javac1001the patch passed
+1checkstyle47the patch passed
+1mvnsite75the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient747patch has no errors when building and testing our client artifacts.
+1javadoc65the patch passed
+1findbugs143the patch passed
_ Other Tests _
+1unit565hadoop-common in the patch passed.
+1asflicense45The patch does not generate ASF License warnings.
6332
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-473/9/artifact/out/Dockerfile
GITHUB PR#473
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 546234c2dc1b 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / b0131bc
Default Java1.8.0_222
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/9/testReport/
Max. process+thread count1475 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/9/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.

@ctubbsii

Copy link
Copy Markdown
Member

Is Yetus just going to keep spamming this issue indefinitely, with it never being merged? If so, I'm going to stop following this issue.

@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 appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1mvninstall1170trunk passed
+1compile1138trunk passed
+1checkstyle42trunk passed
+1mvnsite75trunk passed
+1shadedclient858branch has no errors when building and testing our client artifacts.
+1javadoc61trunk passed
0spotbugs123Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs121trunk passed
_ Patch Compile Tests _
+1mvninstall48the patch passed
+1compile1047the patch passed
+1javac1047the patch passed
+1checkstyle44the patch passed
+1mvnsite74the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient734patch has no errors when building and testing our client artifacts.
+1javadoc66the patch passed
+1findbugs136the patch passed
_ Other Tests _
+1unit559hadoop-common in the patch passed.
+1asflicense44The patch does not generate ASF License warnings.
6317
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-473/10/artifact/out/Dockerfile
GITHUB PR#473
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 0d6b8c5ad101 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / e356e4f
Default Java1.8.0_222
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/10/testReport/
Max. process+thread count1476 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/10/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
0reexec134Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1mvninstall1432trunk passed
+1compile1291trunk passed
+1checkstyle61trunk passed
+1mvnsite108trunk passed
+1shadedclient1075branch has no errors when building and testing our client artifacts.
+1javadoc82trunk passed
0spotbugs164Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs161trunk passed
_ Patch Compile Tests _
+1mvninstall64the patch passed
+1compile1223the patch passed
+1javac1223the patch passed
+1checkstyle55the patch passed
+1mvnsite87the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient756patch has no errors when building and testing our client artifacts.
+1javadoc63the patch passed
+1findbugs131the patch passed
_ Other Tests _
-1unit540hadoop-common in the patch failed.
+1asflicense43The patch does not generate ASF License warnings.
7358
ReasonTests
Failed junit testshadoop.security.TestRaceWhenRelogin
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-473/11/artifact/out/Dockerfile
GITHUB PR#473
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 9b0e13b8901d 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 / 094d736
Default Java1.8.0_222
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/11/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/11/testReport/
Max. process+thread count1339 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/11/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
0reexec77Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1mvninstall1254trunk passed
+1compile1233trunk passed
+1checkstyle47trunk passed
+1mvnsite78trunk passed
+1shadedclient880branch has no errors when building and testing our client artifacts.
+1javadoc61trunk passed
0spotbugs124Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs122trunk passed
_ Patch Compile Tests _
+1mvninstall52the patch passed
+1compile1145the patch passed
+1javac1145the patch passed
+1checkstyle49the patch passed
+1mvnsite94the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient775patch has no errors when building and testing our client artifacts.
+1javadoc64the patch passed
+1findbugs131the patch passed
_ Other Tests _
-1unit585hadoop-common in the patch failed.
+1asflicense45The patch does not generate ASF License warnings.
6753
ReasonTests
Failed junit testshadoop.security.TestRaceWhenRelogin
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-473/12/artifact/out/Dockerfile
GITHUB PR#473
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux dbfcfbd04a9e 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 / 69ddb36
Default Java1.8.0_222
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/12/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/12/testReport/
Max. process+thread count1341 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/12/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.

@ctubbsii

ctubbsii commented Aug 22, 2019

Copy link
Copy Markdown
Member

I think I might actually have to block @hadoop-yetus and @apache-yetus . It's so spammy and drowns out human conversation. I don't see value in its checks as a bot commenting in the thread for humans. It should run as an app instead, like Travis CI, etc.

EDIT: blocking doesn't seem to remove the spammy comments from my view.

@hadoop-yetus

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec52Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1mvninstall1091trunk passed
+1compile1080trunk passed
+1checkstyle48trunk passed
+1mvnsite86trunk passed
+1shadedclient791branch has no errors when building and testing our client artifacts.
+1javadoc65trunk passed
0spotbugs129Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs126trunk passed
_ Patch Compile Tests _
+1mvninstall46the patch passed
+1compile1029the patch passed
+1javac1029the patch passed
+1checkstyle48the patch passed
+1mvnsite78the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient672patch has no errors when building and testing our client artifacts.
+1javadoc72the patch passed
+1findbugs140the patch passed
_ Other Tests _
+1unit590hadoop-common in the patch passed.
+1asflicense50The patch does not generate ASF License warnings.
6135
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-473/13/artifact/out/Dockerfile
GITHUB PR#473
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 1d05847d1084 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 3329257
Default Java1.8.0_222
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/13/testReport/
Max. process+thread count1378 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-473/13/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.

@ctubbsii

Copy link
Copy Markdown
Member

Can somebody from Hadoop respond to this PR? Please either merge it or close it as rejected. The spam from the yetus bot is overwhelming, annoying, and unnecessary.

@milleruntime

Copy link
Copy Markdown
Author

Closing to stop the yetus spam.

@ctubbsii

Copy link
Copy Markdown
Member

Thanks @milleruntime ; while I would have preferred a response from the Hadoop developers, I suppose that is the second best option.

shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
* Tests to benchmark the performance of the system consumers and producers.
* Config to test the benchmark for the event hub system producer and consumer.
SystemConsumerBench and SystemProducerBench provides base generic implementation to test the benchmark for the system producers and consumers. Any new system that needs benchmark test needs a properties file.
The benchmark test itself is single threaded in the way it consumes and produces events. Scaling the benchmark tests right now involves running multiple processes of these tests in parallel.
Right now we just calculate the event rate, But in future we could create a logging metrics registry to hookup other metrics and log them in console along with event rate while the benchmark tests are being run.
Author: Srinivasulu Punuru <spunuru@linkedin.com>
Reviewers: Jagadish <jagadish@apache.org>, Wei Song<wsong@linkedin.com>
Closesapache#473 from srinipunuru/benchmark.1
Sign up for freeto 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.

4 participants

@milleruntime@apache-yetus@hadoop-yetus@ctubbsii