[ 
https://issues.apache.org/jira/browse/TEZ-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16784769#comment-16784769
 ] 

TezQA commented on TEZ-3664:
----------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 55m  
4s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} @author {color} | {color:green}  0m  
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:red}-1{color} | {color:red} test4tests {color} | {color:red}  0m  
0s{color} | {color:red} The patch doesn't appear to include any new or modified 
tests. Please justify why no new tests are needed for this patch. Also please 
list what manual steps were performed to verify this patch. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  4m 
56s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  1m 
30s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  1m 
45s{color} | {color:green} master passed {color} |
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  3m 
 0s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  1m 
25s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green}  1m 
25s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green}  0m 
 0s{color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} xml {color} | {color:green}  0m  
1s{color} | {color:green} The patch has no ill-formed XML file. {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  1m 
28s{color} | {color:green} the patch passed {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:red}-1{color} | {color:red} unit {color} | {color:red} 13m 45s{color} 
| {color:red} root in the patch failed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green}  0m 
23s{color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 83m 54s{color} | 
{color:black} {color} |
\\
\\
|| Reason || Tests ||
| Failed junit tests | tez.dag.app.TestDAGAppMaster |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/tez:d4a62de |
| JIRA Issue | TEZ-3664 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12961200/TEZ-3664.001.patch |
| Optional Tests |  dupname  asflicense  javac  javadoc  unit  xml  compile  |
| uname | Linux de30311a9dc1 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 tool | maven |
| Personality | /testptch/patchprocess/precommit/personality/provided.sh |
| git revision | master / 8bc2e37 |
| maven | version: Apache Maven 3.3.9 |
| Default Java | 1.8.0_191 |
| unit | 
https://builds.apache.org/job/PreCommit-TEZ-Build/118/artifact/out/patch-unit-root.txt
 |
|  Test Results | 
https://builds.apache.org/job/PreCommit-TEZ-Build/118/testReport/ |
| Max. process+thread count | 239 (vs. ulimit of 10000) |
| modules | C: . U: . |
| Console output | 
https://builds.apache.org/job/PreCommit-TEZ-Build/118/console |
| Powered by | Apache Yetus 0.8.0   http://yetus.apache.org |


This message was automatically generated.



> testSingleSpill_WithPipelinedShuffle[0] fails intermittently
> ------------------------------------------------------------
>
>                 Key: TEZ-3664
>                 URL: https://issues.apache.org/jira/browse/TEZ-3664
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Yesha Vora
>            Assignee: Jonathan Eagles
>            Priority: Major
>         Attachments: TEZ-3664.001.patch
>
>
> testSingleSpill_WithPipelinedShuffle[0] unit test fails intermittently
> {code}
> Stacktrace
> java.lang.AssertionError: null
>       at org.junit.Assert.fail(Assert.java:86)
>       at org.junit.Assert.assertTrue(Assert.java:41)
>       at org.junit.Assert.assertTrue(Assert.java:52)
>       at 
> org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.baseTestWithPipelinedTransfer(TestUnorderedPartitionedKVWriter.java:503)
>       at 
> org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.testSingleSpill_WithPipelinedShuffle(TestUnorderedPartitionedKVWriter.java:414)
> Standard Output
> 2017-03-20 19:50:52,538 INFO  [main] writers.TestUnorderedPartitionedKVWriter 
> (TestUnorderedPartitionedKVWriter.java:setup(124)) - Setup. Using test dir: 
> /tmp/TestUnorderedPartitionedKVWriter
> 2017-03-20 19:50:53,065 WARN  [main] util.NativeCodeLoader 
> (NativeCodeLoader.java:<clinit>(62)) - Unable to load native-hadoop library 
> for your platform... using builtin-java classes where applicable
> 2017-03-20 19:50:53,856 INFO  [Thread-5] counters.Limits 
> (Limits.java:ensureInitialized(60)) - Counter limits initialized with 
> parameters:  GROUP_NAME_MAX=256, MAX_GROUPS=500, COUNTER_NAME_MAX=64, 
> MAX_COUNTERS=1200
> 2017-03-20 19:50:53,861 INFO  [Thread-5] 
> writers.BaseUnorderedPartitionedKVWriter 
> (BaseUnorderedPartitionedKVWriter.java:<init>(148)) - Instantiating 
> Partitioner: 
> [org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter$PartitionerForTest]
> 2017-03-20 19:50:53,870 INFO  [Thread-5] writers.UnorderedPartitionedKVWriter 
> (UnorderedPartitionedKVWriter.java:<init>(221)) - destinationVertexName: 
> numBuffers=2, sizePerBuffer=1024, skipBuffers=false, pipelinedShuffle=true, 
> numPartitions=10
> 2017-03-20 19:50:53,871 INFO  [Thread-5] writers.UnorderedPartitionedKVWriter 
> (UnorderedPartitionedKVWriter.java:setupNextBuffer(333)) - 
> destinationVertexName: Moving to next buffer and triggering spill
> 2017-03-20 19:50:53,913 INFO  [UnorderedOutSpiller {destinationVertexName}] 
> writers.UnorderedPartitionedKVWriter 
> (UnorderedPartitionedKVWriter.java:callInternal(432)) - 
> destinationVertexName: Finished spill 0
> 2017-03-20 19:50:53,934 INFO  [Thread-5] writers.UnorderedPartitionedKVWriter 
> (UnorderedPartitionedKVWriter.java:sendPipelinedEventForSpill(914)) - 
> destinationVertexName: Adding spill event for spill (final update=false), 
> spillId=0
> 2017-03-20 19:50:53,938 INFO  [Thread-5] writers.UnorderedPartitionedKVWriter 
> (UnorderedPartitionedKVWriter.java:close(473)) - destinationVertexName: 
> Waiting for all spills to complete : Pending : 0
> 2017-03-20 19:50:53,938 INFO  [Thread-5] writers.UnorderedPartitionedKVWriter 
> (UnorderedPartitionedKVWriter.java:close(492)) - destinationVertexName: All 
> spills complete
> 2017-03-20 19:50:53,948 INFO  [Thread-5] writers.UnorderedPartitionedKVWriter 
> (UnorderedPartitionedKVWriter.java:callInternal(432)) - 
> destinationVertexName: Finished spill 1
> 2017-03-20 19:50:53,959 INFO  [Thread-5] writers.UnorderedPartitionedKVWriter 
> (UnorderedPartitionedKVWriter.java:sendPipelinedEventForSpill(914)) - 
> destinationVertexName: Adding spill event for spill (final update=true), 
> spillId=1
> 2017-03-20 19:50:53,972 INFO  [main] writers.TestUnorderedPartitionedKVWriter 
> (TestUnorderedPartitionedKVWriter.java:cleanup(132)) - CleanUp{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to