Skip to content

Fix so dfs.client.failover.max.attempts is respected correctly - #699

Closed
jbarefoot wants to merge 1 commit into
apache:trunkfrom
jbarefoot:patch-1
Closed

Fix so dfs.client.failover.max.attempts is respected correctly#699
jbarefoot wants to merge 1 commit into
apache:trunkfrom
jbarefoot:patch-1

Conversation

@jbarefoot

Copy link
Copy Markdown

Without this change, you would get incorrect behavior in that you would always have to set dfs.client.failover.max.attempts to be +1 greater to have the desired behavior, e.g. if you want it to attempt failover exactly once, you would have to set dfs.client.failover.max.attempts=2.

Without this change, if you set dfs.client.failover.max.attempts=1, to attempt to failover just once time, instead it wouldn't try at all, and you see this log message:

org.apache.hadoop.io.retry.RetryInvocationHandler - Exception while invoking class org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileInfo over hadoop-node-01.docker.infra.atscale.com/127.0.0.21:8020. Not retrying because failovers (1) exceeded maximum allowed (1)

Note that the non-failover retries just below this change is correct.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec26Docker mode activated.
_ Prechecks _
+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 _
+1mvninstall1027trunk passed
+1compile979trunk passed
+1checkstyle46trunk passed
+1mvnsite72trunk passed
+1shadedclient753branch has no errors when building and testing our client artifacts.
+1findbugs95trunk passed
+1javadoc55trunk passed
_ Patch Compile Tests _
+1mvninstall43the patch passed
+1compile936the patch passed
+1javac936the patch passed
+1checkstyle52the patch passed
+1mvnsite77the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient655patch has no errors when building and testing our client artifacts.
+1findbugs110the patch passed
+1javadoc60the patch passed
_ Other Tests _
-1unit489hadoop-common in the patch failed.
+1asflicense45The patch does not generate ASF License warnings.
5573
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
hadoop.ha.TestZKFailoverController
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/1/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 6c32d6f96f27 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 / d2141ef
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
findbugsv3.1.0-RC1
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/1/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/1/testReport/
Max. process+thread count1463 (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-699/1/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
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 _
+1mvninstall1025trunk passed
+1compile1026trunk passed
+1checkstyle44trunk passed
+1mvnsite81trunk passed
+1shadedclient760branch has no errors when building and testing our client artifacts.
+1javadoc59trunk passed
0spotbugs116Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs115trunk passed
_ Patch Compile Tests _
+1mvninstall45the patch passed
+1compile1082the patch passed
+1javac1082the patch passed
+1checkstyle39the patch passed
+1mvnsite69the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient606patch has no errors when building and testing our client artifacts.
+1javadoc51the patch passed
+1findbugs131the patch passed
_ Other Tests _
-1unit509hadoop-common in the patch failed.
+1asflicense40The patch does not generate ASF License warnings.
5758
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/2/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 3f2c41df6486 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 / cd967c7
Default Java1.8.0_212
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/2/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/2/testReport/
Max. process+thread count1507 (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-699/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
0reexec43Docker 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 _
+1mvninstall1058trunk passed
+1compile1125trunk passed
+1checkstyle40trunk passed
+1mvnsite75trunk passed
+1shadedclient796branch has no errors when building and testing our client artifacts.
+1javadoc61trunk passed
0spotbugs123Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs122trunk passed
_ Patch Compile Tests _
+1mvninstall50the patch passed
+1compile1097the patch passed
+1javac1097the patch passed
+1checkstyle38the patch passed
+1mvnsite72the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient629patch has no errors when building and testing our client artifacts.
+1javadoc60the patch passed
+1findbugs131the patch passed
_ Other Tests _
-1unit539hadoop-common in the patch failed.
+1asflicense44The patch does not generate ASF License warnings.
6032
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/3/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 8280560c21e0 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 / c0a0c35
Default Java1.8.0_212
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/3/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/3/testReport/
Max. process+thread count1446 (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-699/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
0reexec80Docker 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 _
+1mvninstall1222trunk passed
+1compile1160trunk passed
+1checkstyle44trunk passed
+1mvnsite81trunk passed
+1shadedclient885branch has no errors when building and testing our client artifacts.
+1javadoc63trunk passed
0spotbugs128Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs126trunk passed
_ Patch Compile Tests _
+1mvninstall51the patch passed
+1compile1113the patch passed
+1javac1113the patch passed
+1checkstyle45the patch passed
+1mvnsite76the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient757patch has no errors when building and testing our client artifacts.
+1javadoc68the patch passed
+1findbugs148the patch passed
_ Other Tests _
-1unit548hadoop-common in the patch failed.
+1asflicense48The patch does not generate ASF License warnings.
6584
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/4/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux dbf5908f2fcd 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 / e20b195
Default Java1.8.0_222
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/4/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/4/testReport/
Max. process+thread count1345 (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-699/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
0reexec77Docker 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 _
+1mvninstall1226trunk passed
+1compile1122trunk passed
+1checkstyle48trunk passed
+1mvnsite89trunk passed
+1shadedclient940branch has no errors when building and testing our client artifacts.
+1javadoc66trunk passed
0spotbugs133Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs131trunk passed
_ Patch Compile Tests _
+1mvninstall48the patch passed
+1compile1067the patch passed
+1javac1067the patch passed
+1checkstyle49the patch passed
+1mvnsite86the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient743patch has no errors when building and testing our client artifacts.
+1javadoc63the patch passed
+1findbugs131the patch passed
_ Other Tests _
-1unit526hadoop-common in the patch failed.
+1asflicense41The patch does not generate ASF License warnings.
6507
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/5/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 4391f1b04cdf 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 / 70b4617
Default Java1.8.0_222
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/5/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/5/testReport/
Max. process+thread count1713 (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-699/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.

@jojochuang

Copy link
Copy Markdown
Contributor

Is there a jira filed for this?

@jojochuang

Copy link
Copy Markdown
Contributor

Please follow this doc to file a jira and contribute https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
Thanks!

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec42Docker mode activated.
_ Prechecks _
+1dupname1No 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 _
+1mvninstall1090trunk passed
+1compile1192trunk passed
+1checkstyle42trunk passed
+1mvnsite78trunk passed
+1shadedclient756branch has no errors when building and testing our client artifacts.
+1javadoc61trunk passed
0spotbugs118Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs116trunk passed
_ Patch Compile Tests _
+1mvninstall46the patch passed
+1compile1061the patch passed
+1javac1061the patch passed
+1checkstyle36the patch passed
+1mvnsite72the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient650patch has no errors when building and testing our client artifacts.
+1javadoc63the patch passed
+1findbugs122the patch passed
_ Other Tests _
-1unit527hadoop-common in the patch failed.
+1asflicense39The patch does not generate ASF License warnings.
6044
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
hadoop.util.TestReadWriteDiskValidator
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/6/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 1ac925886d57 4.4.0-157-generic #185-Ubuntu SMP Tue Jul 23 09:17:01 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 397a563
Default Java1.8.0_212
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/6/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/6/testReport/
Max. process+thread count1424 (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-699/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
0reexec86Docker 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 _
+1mvninstall1276trunk passed
+1compile1071trunk passed
+1checkstyle42trunk passed
+1mvnsite80trunk passed
+1shadedclient844branch has no errors when building and testing our client artifacts.
+1javadoc66trunk passed
0spotbugs124Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs122trunk passed
_ Patch Compile Tests _
+1mvninstall49the patch passed
+1compile1114the patch passed
+1javac1114the patch passed
+1checkstyle48the patch passed
+1mvnsite89the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient750patch has no errors when building and testing our client artifacts.
+1javadoc66the patch passed
+1findbugs146the patch passed
_ Other Tests _
-1unit556hadoop-common in the patch failed.
+1asflicense42The patch does not generate ASF License warnings.
6516
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/7/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 2360f0c08d62 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
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/7/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/7/testReport/
Max. process+thread count1345 (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-699/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
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 _
+1mvninstall1050trunk passed
+1compile1143trunk passed
+1checkstyle39trunk passed
+1mvnsite70trunk passed
+1shadedclient739branch has no errors when building and testing our client artifacts.
+1javadoc56trunk passed
0spotbugs110Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs107trunk passed
_ Patch Compile Tests _
+1mvninstall43the patch passed
+1compile1027the patch passed
+1javac1027the patch passed
+1checkstyle37the patch passed
+1mvnsite66the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient646patch has no errors when building and testing our client artifacts.
+1javadoc57the patch passed
+1findbugs124the patch passed
_ Other Tests _
-1unit484hadoop-common in the patch failed.
+1asflicense41The patch does not generate ASF License warnings.
5828
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/8/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux f3d6053765b9 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 / 094d736
Default Java1.8.0_222
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/8/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/8/testReport/
Max. process+thread count1379 (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-699/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
0reexec39Docker 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 _
+1mvninstall1109trunk passed
+1compile1050trunk passed
+1checkstyle37trunk passed
+1mvnsite71trunk passed
+1shadedclient749branch has no errors when building and testing our client artifacts.
+1javadoc60trunk passed
0spotbugs118Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs116trunk passed
_ Patch Compile Tests _
+1mvninstall44the patch passed
+1compile1027the patch passed
+1javac1027the patch passed
+1checkstyle39the patch passed
+1mvnsite72the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient671patch has no errors when building and testing our client artifacts.
+1javadoc64the patch passed
+1findbugs135the patch passed
_ Other Tests _
-1unit512hadoop-common in the patch failed.
+1asflicense51The patch does not generate ASF License warnings.
5910
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/9/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 75df786e9d9f 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 / 69ddb36
Default Java1.8.0_222
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/9/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/9/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-699/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.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec37Docker 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 _
+1mvninstall1207trunk passed
+1compile1133trunk passed
+1checkstyle42trunk passed
+1mvnsite79trunk passed
+1shadedclient864branch has no errors when building and testing our client artifacts.
+1javadoc65trunk passed
0spotbugs125Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs123trunk passed
_ Patch Compile Tests _
+1mvninstall48the patch passed
+1compile1080the patch passed
+1javac1080the patch passed
+1checkstyle45the patch passed
+1mvnsite73the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient729patch has no errors when building and testing our client artifacts.
+1javadoc65the patch passed
+1findbugs138the patch passed
_ Other Tests _
-1unit559hadoop-common in the patch failed.
+1asflicense47The patch does not generate ASF License warnings.
6403
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/10/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 5d3264d27ac4 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
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/10/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/10/testReport/
Max. process+thread count1326 (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-699/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
0reexec33Docker mode activated.
_ Prechecks _
+1dupname1No 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 _
+1mvninstall1251trunk passed
+1compile1118trunk passed
+1checkstyle45trunk passed
+1mvnsite77trunk passed
+1shadedclient862branch has no errors when building and testing our client artifacts.
+1javadoc72trunk passed
0spotbugs147Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs144trunk passed
_ Patch Compile Tests _
+1mvninstall58the patch passed
+1compile1143the patch passed
+1javac1143the patch passed
+1checkstyle50the patch passed
+1mvnsite84the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient737patch has no errors when building and testing our client artifacts.
+1javadoc72the patch passed
+1findbugs143the patch passed
_ Other Tests _
-1unit538hadoop-common in the patch failed.
+1asflicense42The patch does not generate ASF License warnings.
6538
ReasonTests
Failed junit testshadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-699/11/artifact/out/Dockerfile
GITHUB PR#699
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux e4f4d6cbf791 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 / 915cbc9
Default Java1.8.0_222
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/11/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-699/11/testReport/
Max. process+thread count1494 (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-699/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.

shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
Author: bharathkk <codin.martial@gmail.com>
Reviewers: Prateek Maheshwari <pmaheshwari@apache.org>, Shanthoosh Venkatraman <svenkatr@linkedin.com>
Closesapache#699 from bharathkk/bug-fix
@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

@jbarefoot@hadoop-yetus@jojochuang