Skip to content

MAPREDUCE-7121. add Abortable so that we can abort output - #402

Closed
bschell wants to merge 1 commit into
apache:trunkfrom
bschell:bschelle/abortable
Closed

MAPREDUCE-7121. add Abortable so that we can abort output#402
bschell wants to merge 1 commit into
apache:trunkfrom
bschell:bschelle/abortable

Conversation

@bschell

Copy link
Copy Markdown

This patch adds abortable to mapreduce outputs

In the case of using a remote filesystem with mapreduce, upon task attempt failure we ensure the file output stream gets aborted before being closed which prevents partial results from being uploaded.

This adds abortable so we can abort output in the case of a task attempt that is successful even though it failed to generate output files
@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 appears to include 1 new or modified test files.
_ trunk Compile Tests _
0mvndep25Maven dependency ordering for branch
+1mvninstall1043trunk passed
+1compile1050trunk passed
+1checkstyle150trunk passed
+1mvnsite122trunk passed
+1shadedclient986branch has no errors when building and testing our client artifacts.
+1javadoc87trunk passed
0spotbugs80Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs191trunk passed
_ Patch Compile Tests _
0mvndep22Maven dependency ordering for patch
+1mvninstall74the patch passed
+1compile1023the patch passed
-1javac1023root generated 1 new + 1476 unchanged - 0 fixed = 1477 total (was 1476)
-0checkstyle147root: The patch generated 10 new + 854 unchanged - 2 fixed = 864 total (was 856)
-1mvnsite38hadoop-mapreduce-client-core in the patch failed.
+1whitespace0The patch has no whitespace issues.
+1shadedclient635patch has no errors when building and testing our client artifacts.
+1javadoc80the patch passed
-1findbugs122hadoop-common-project/hadoop-common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1findbugs34hadoop-mapreduce-client-core in the patch failed.
_ Other Tests _
-1unit534hadoop-common in the patch failed.
-1unit41hadoop-mapreduce-client-core in the patch failed.
-1asflicense38The patch generated 2 ASF License warnings.
6522
ReasonTests
FindBugsmodule:hadoop-common-project/hadoop-common
instanceof will always return true for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:[line 881]
Failed junit testshadoop.ipc.TestIPC
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-402/1/artifact/out/Dockerfile
GITHUB PR#402
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux b0653e3166ad 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
javachttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/1/artifact/out/diff-compile-javac-root.txt
checkstylehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/1/artifact/out/diff-checkstyle-root.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/1/artifact/out/patch-mvnsite-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/1/artifact/out/new-findbugs-hadoop-common-project_hadoop-common.html
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/1/artifact/out/patch-findbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/1/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/1/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/1/testReport/
asflicensehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/1/artifact/out/patch-asflicense-problems.txt
Max. process+thread count1361 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/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
0reexec40Docker 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 _
0mvndep22Maven dependency ordering for branch
+1mvninstall1033trunk passed
+1compile1013trunk passed
+1checkstyle153trunk passed
+1mvnsite128trunk passed
+1shadedclient956branch has no errors when building and testing our client artifacts.
+1javadoc91trunk passed
0spotbugs76Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs190trunk passed
_ Patch Compile Tests _
0mvndep23Maven dependency ordering for patch
+1mvninstall77the patch passed
+1compile968the patch passed
-1javac968root generated 1 new + 1476 unchanged - 0 fixed = 1477 total (was 1476)
-0checkstyle146root: The patch generated 10 new + 854 unchanged - 2 fixed = 864 total (was 856)
+1mvnsite113the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient669patch has no errors when building and testing our client artifacts.
+1javadoc95the patch passed
-1findbugs127hadoop-common-project/hadoop-common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1findbugs90hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1unit532hadoop-common in the patch passed.
+1unit335hadoop-mapreduce-client-core in the patch passed.
-1asflicense48The patch generated 2 ASF License warnings.
6835
ReasonTests
FindBugsmodule:hadoop-common-project/hadoop-common
instanceof will always return true for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:[line 881]
FindBugsmodule:hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core
instanceof will always return false in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:[line 461]
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-402/2/artifact/out/Dockerfile
GITHUB PR#402
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 264b7516c146 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 / c7c7a88
Default Java1.8.0_212
javachttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/2/artifact/out/diff-compile-javac-root.txt
checkstylehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/2/artifact/out/diff-checkstyle-root.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/2/artifact/out/new-findbugs-hadoop-common-project_hadoop-common.html
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/2/artifact/out/new-findbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.html
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/2/testReport/
asflicensehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/2/artifact/out/patch-asflicense-problems.txt
Max. process+thread count1645 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/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
0reexec40Docker 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 _
0mvndep22Maven dependency ordering for branch
+1mvninstall1083trunk passed
+1compile1072trunk passed
+1checkstyle146trunk passed
+1mvnsite125trunk passed
+1shadedclient975branch has no errors when building and testing our client artifacts.
+1javadoc104trunk passed
0spotbugs82Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs204trunk passed
_ Patch Compile Tests _
0mvndep24Maven dependency ordering for patch
+1mvninstall78the patch passed
+1compile1020the patch passed
-1javac1020root generated 1 new + 1476 unchanged - 0 fixed = 1477 total (was 1476)
-0checkstyle148root: The patch generated 10 new + 854 unchanged - 2 fixed = 864 total (was 856)
+1mvnsite122the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient678patch has no errors when building and testing our client artifacts.
+1javadoc98the patch passed
-1findbugs136hadoop-common-project/hadoop-common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1findbugs95hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
-1unit532hadoop-common in the patch failed.
+1unit338hadoop-mapreduce-client-core in the patch passed.
-1asflicense52The patch generated 2 ASF License warnings.
7097
ReasonTests
FindBugsmodule:hadoop-common-project/hadoop-common
instanceof will always return true for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:[line 881]
FindBugsmodule:hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core
instanceof will always return false in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:[line 461]
Failed junit testshadoop.util.TestReadWriteDiskValidator
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-402/3/artifact/out/Dockerfile
GITHUB PR#402
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 5753f30a6519 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 / e872ceb
Default Java1.8.0_212
javachttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/3/artifact/out/diff-compile-javac-root.txt
checkstylehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/3/artifact/out/diff-checkstyle-root.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/3/artifact/out/new-findbugs-hadoop-common-project_hadoop-common.html
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/3/artifact/out/new-findbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.html
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/3/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/3/testReport/
asflicensehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/3/artifact/out/patch-asflicense-problems.txt
Max. process+thread count1561 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/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
0reexec62Docker mode activated.
_ Prechecks _
+1dupname1No 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 _
0mvndep22Maven dependency ordering for branch
+1mvninstall1067trunk passed
+1compile1079trunk passed
+1checkstyle147trunk passed
+1mvnsite110trunk passed
+1shadedclient999branch has no errors when building and testing our client artifacts.
+1javadoc80trunk passed
0spotbugs78Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs192trunk passed
_ Patch Compile Tests _
0mvndep28Maven dependency ordering for patch
+1mvninstall74the patch passed
+1compile1022the patch passed
-1javac1022root generated 1 new + 1476 unchanged - 0 fixed = 1477 total (was 1476)
-0checkstyle140root: The patch generated 10 new + 854 unchanged - 2 fixed = 864 total (was 856)
+1mvnsite106the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient616patch has no errors when building and testing our client artifacts.
+1javadoc82the patch passed
-1findbugs122hadoop-common-project/hadoop-common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1findbugs86hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1unit546hadoop-common in the patch passed.
-1unit27hadoop-mapreduce-client-core in the patch failed.
-1asflicense40The patch generated 2 ASF License warnings.
6640
ReasonTests
FindBugsmodule:hadoop-common-project/hadoop-common
instanceof will always return true for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:[line 881]
FindBugsmodule:hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core
instanceof will always return false in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:[line 461]
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-402/4/artifact/out/Dockerfile
GITHUB PR#402
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 59266f8ea938 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 / 00b5a27
Default Java1.8.0_222
javachttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/4/artifact/out/diff-compile-javac-root.txt
checkstylehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/4/artifact/out/diff-checkstyle-root.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/4/artifact/out/new-findbugs-hadoop-common-project_hadoop-common.html
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/4/artifact/out/new-findbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.html
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/4/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/4/testReport/
asflicensehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/4/artifact/out/patch-asflicense-problems.txt
Max. process+thread count1389 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/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
0reexec67Docker mode activated.
_ Prechecks _
+1dupname1No 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 _
0mvndep22Maven dependency ordering for branch
+1mvninstall1096trunk passed
+1compile1234trunk passed
+1checkstyle147trunk passed
+1mvnsite108trunk passed
+1shadedclient972branch has no errors when building and testing our client artifacts.
+1javadoc82trunk passed
0spotbugs75Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs199trunk passed
_ Patch Compile Tests _
0mvndep24Maven dependency ordering for patch
+1mvninstall79the patch passed
+1compile1193the patch passed
-1javac1193root generated 1 new + 1469 unchanged - 0 fixed = 1470 total (was 1469)
-0checkstyle141root: The patch generated 10 new + 854 unchanged - 2 fixed = 864 total (was 856)
+1mvnsite106the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient632patch has no errors when building and testing our client artifacts.
+1javadoc87the patch passed
-1findbugs130hadoop-common-project/hadoop-common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1findbugs81hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1unit540hadoop-common in the patch passed.
+1unit336hadoop-mapreduce-client-core in the patch passed.
-1asflicense49The patch generated 2 ASF License warnings.
7331
ReasonTests
FindBugsmodule:hadoop-common-project/hadoop-common
instanceof will always return true for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:[line 881]
FindBugsmodule:hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core
instanceof will always return false in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:[line 461]
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-402/5/artifact/out/Dockerfile
GITHUB PR#402
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 13ad574378fb 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 / e356e4f
Default Java1.8.0_222
javachttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/5/artifact/out/diff-compile-javac-root.txt
checkstylehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/5/artifact/out/diff-checkstyle-root.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/5/artifact/out/new-findbugs-hadoop-common-project_hadoop-common.html
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/5/artifact/out/new-findbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.html
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/5/testReport/
asflicensehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/5/artifact/out/patch-asflicense-problems.txt
Max. process+thread count1572 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/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
0reexec42Docker mode activated.
_ Prechecks _
+1dupname1No 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 _
0mvndep23Maven dependency ordering for branch
+1mvninstall1053trunk passed
+1compile1066trunk passed
+1checkstyle142trunk passed
+1mvnsite103trunk passed
+1shadedclient925branch has no errors when building and testing our client artifacts.
+1javadoc86trunk passed
0spotbugs80Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs199trunk passed
_ Patch Compile Tests _
0mvndep24Maven dependency ordering for patch
+1mvninstall83the patch passed
+1compile1112the patch passed
-1javac1112root generated 1 new + 1469 unchanged - 0 fixed = 1470 total (was 1469)
-0checkstyle147root: The patch generated 10 new + 854 unchanged - 2 fixed = 864 total (was 856)
+1mvnsite112the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient666patch has no errors when building and testing our client artifacts.
+1javadoc82the patch passed
-1findbugs127hadoop-common-project/hadoop-common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1findbugs83hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1unit532hadoop-common in the patch passed.
+1unit319hadoop-mapreduce-client-core in the patch passed.
-1asflicense41The patch generated 2 ASF License warnings.
6971
ReasonTests
FindBugsmodule:hadoop-common-project/hadoop-common
instanceof will always return true for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:[line 881]
FindBugsmodule:hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core
instanceof will always return false in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:[line 461]
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-402/6/artifact/out/Dockerfile
GITHUB PR#402
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux c973e0cd2bd8 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 / 094d736
Default Java1.8.0_222
javachttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/6/artifact/out/diff-compile-javac-root.txt
checkstylehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/6/artifact/out/diff-checkstyle-root.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/6/artifact/out/new-findbugs-hadoop-common-project_hadoop-common.html
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/6/artifact/out/new-findbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.html
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/6/testReport/
asflicensehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/6/artifact/out/patch-asflicense-problems.txt
Max. process+thread count1664 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/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
0reexec40Docker 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 _
0mvndep21Maven dependency ordering for branch
+1mvninstall1090trunk passed
+1compile1095trunk passed
+1checkstyle144trunk passed
+1mvnsite109trunk passed
+1shadedclient946branch has no errors when building and testing our client artifacts.
+1javadoc97trunk passed
0spotbugs73Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs197trunk passed
_ Patch Compile Tests _
0mvndep20Maven dependency ordering for patch
+1mvninstall77the patch passed
+1compile1025the patch passed
-1javac1025root generated 1 new + 1469 unchanged - 0 fixed = 1470 total (was 1469)
-0checkstyle148root: The patch generated 10 new + 854 unchanged - 2 fixed = 864 total (was 856)
+1mvnsite107the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient641patch has no errors when building and testing our client artifacts.
+1javadoc84the patch passed
-1findbugs125hadoop-common-project/hadoop-common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1findbugs28hadoop-mapreduce-client-core in the patch failed.
_ Other Tests _
-1unit502hadoop-common in the patch failed.
-1unit29hadoop-mapreduce-client-core in the patch failed.
-1asflicense41The patch generated 2 ASF License warnings.
6554
ReasonTests
FindBugsmodule:hadoop-common-project/hadoop-common
instanceof will always return true for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:[line 881]
Failed junit testshadoop.util.TestDiskChecker
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-402/7/artifact/out/Dockerfile
GITHUB PR#402
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 2b850bacb076 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
javachttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/7/artifact/out/diff-compile-javac-root.txt
checkstylehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/7/artifact/out/diff-checkstyle-root.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/7/artifact/out/new-findbugs-hadoop-common-project_hadoop-common.html
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/7/artifact/out/patch-findbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/7/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/7/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/7/testReport/
asflicensehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/7/artifact/out/patch-asflicense-problems.txt
Max. process+thread count1605 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/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
0reexec69Docker 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 _
0mvndep27Maven dependency ordering for branch
+1mvninstall1013trunk passed
+1compile977trunk passed
+1checkstyle157trunk passed
+1mvnsite132trunk passed
+1shadedclient1016branch has no errors when building and testing our client artifacts.
+1javadoc104trunk passed
0spotbugs80Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs199trunk passed
_ Patch Compile Tests _
0mvndep23Maven dependency ordering for patch
+1mvninstall77the patch passed
+1compile925the patch passed
-1javac925root generated 1 new + 1469 unchanged - 0 fixed = 1470 total (was 1469)
-0checkstyle162root: The patch generated 10 new + 854 unchanged - 2 fixed = 864 total (was 856)
+1mvnsite128the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient689patch has no errors when building and testing our client artifacts.
+1javadoc106the patch passed
-1findbugs128hadoop-common-project/hadoop-common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1findbugs89hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1unit580hadoop-common in the patch passed.
+1unit333hadoop-mapreduce-client-core in the patch passed.
-1asflicense53The patch generated 2 ASF License warnings.
6994
ReasonTests
FindBugsmodule:hadoop-common-project/hadoop-common
instanceof will always return true for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:for all non-null values in org.apache.hadoop.io.SequenceFile$Writer.abort(), since all org.apache.hadoop.fs.FSDataOutputStream are instances of org.apache.hadoop.fs.common.Abortable At SequenceFile.java:[line 881]
FindBugsmodule:hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core
instanceof will always return false in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:in org.apache.hadoop.mapred.ReduceTask.runOldReducer(JobConf, TaskUmbilicalProtocol, Task$TaskReporter, RawKeyValueIterator, RawComparator, Class, Class), since a org.apache.hadoop.mapred.ReduceTask$OldTrackingRecordWriter<OUTKEY,OUTVALUE> can't be a org.apache.hadoop.fs.common.Abortable At ReduceTask.java:[line 461]
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-402/8/artifact/out/Dockerfile
GITHUB PR#402
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
unameLinux 37a2cf466d46 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
javachttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/8/artifact/out/diff-compile-javac-root.txt
checkstylehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/8/artifact/out/diff-checkstyle-root.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/8/artifact/out/new-findbugs-hadoop-common-project_hadoop-common.html
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/8/artifact/out/new-findbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-core.html
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/8/testReport/
asflicensehttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/8/artifact/out/patch-asflicense-problems.txt
Max. process+thread count1608 (vs. ulimit of 5500)
modulesC: hadoop-common-project/hadoop-common hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/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
0reexec0Docker mode activated.
-1patch11#402 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-402/9/console
versionsgit=2.17.1
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
Add it so Samza compiles with the latest kafka.
Author: xiliu <xiliu@xiliu-ld1.linkedin.biz>
Reviewers: Boris Shkolnik <sborya@gmail.com>
Closesapache#402 from xinyuiscool/SAMZA-1553
@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.

2 participants

@bschell@hadoop-yetus