[jira] [Commented] (FLINK-2464) BufferSpillerTest sometimes fails

2015-08-04 Thread Gyula Fora (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14653236#comment-14653236
 ] 

Gyula Fora commented on FLINK-2464:
---

Here is also one:
https://travis-ci.org/apache/flink/jobs/73797711

 BufferSpillerTest sometimes fails
 -

 Key: FLINK-2464
 URL: https://issues.apache.org/jira/browse/FLINK-2464
 Project: Flink
  Issue Type: Bug
  Components: Streaming
Reporter: Gyula Fora
Priority: Minor

 The BufferSpillerTest failed with the following error:
 org.apache.flink.streaming.runtime.io.BufferSpillerTest
 testSpillWhileReading(org.apache.flink.streaming.runtime.io.BufferSpillerTest)
   Time elapsed: 3.28 sec   FAILURE!
 java.lang.AssertionError: wrong buffer contents expected:0 but was:58
   at org.junit.Assert.fail(Assert.java:88)
   at org.junit.Assert.failNotEquals(Assert.java:743)
   at org.junit.Assert.assertEquals(Assert.java:118)
   at org.junit.Assert.assertEquals(Assert.java:555)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.validateBuffer(BufferSpillerTest.java:290)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.access$200(BufferSpillerTest.java:42)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-2464) BufferSpillerTest sometimes fails

2015-08-03 Thread Sachin Goel (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14652852#comment-14652852
 ] 

Sachin Goel commented on FLINK-2464:


I observed a failure on this case. 
https://travis-ci.org/sachingoel0101/flink/jobs/73983646

[It's one of my branches to fix flink-2472.]

 BufferSpillerTest sometimes fails
 -

 Key: FLINK-2464
 URL: https://issues.apache.org/jira/browse/FLINK-2464
 Project: Flink
  Issue Type: Bug
  Components: Streaming
Reporter: Gyula Fora
Priority: Minor

 The BufferSpillerTest failed with the following error:
 org.apache.flink.streaming.runtime.io.BufferSpillerTest
 testSpillWhileReading(org.apache.flink.streaming.runtime.io.BufferSpillerTest)
   Time elapsed: 3.28 sec   FAILURE!
 java.lang.AssertionError: wrong buffer contents expected:0 but was:58
   at org.junit.Assert.fail(Assert.java:88)
   at org.junit.Assert.failNotEquals(Assert.java:743)
   at org.junit.Assert.assertEquals(Assert.java:118)
   at org.junit.Assert.assertEquals(Assert.java:555)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.validateBuffer(BufferSpillerTest.java:290)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.access$200(BufferSpillerTest.java:42)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-2464) BufferSpillerTest sometimes fails

2015-08-03 Thread Stephan Ewen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14651546#comment-14651546
 ] 

Stephan Ewen commented on FLINK-2464:
-

Just ran the {{BufferSpillerTest}} for 10h in a loop. No failure occurring. 
Hard to reproduce on a setup other than Travis...

 BufferSpillerTest sometimes fails
 -

 Key: FLINK-2464
 URL: https://issues.apache.org/jira/browse/FLINK-2464
 Project: Flink
  Issue Type: Bug
  Components: Streaming
Reporter: Gyula Fora
Priority: Minor

 The BufferSpillerTest failed with the following error:
 org.apache.flink.streaming.runtime.io.BufferSpillerTest
 testSpillWhileReading(org.apache.flink.streaming.runtime.io.BufferSpillerTest)
   Time elapsed: 3.28 sec   FAILURE!
 java.lang.AssertionError: wrong buffer contents expected:0 but was:58
   at org.junit.Assert.fail(Assert.java:88)
   at org.junit.Assert.failNotEquals(Assert.java:743)
   at org.junit.Assert.assertEquals(Assert.java:118)
   at org.junit.Assert.assertEquals(Assert.java:555)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.validateBuffer(BufferSpillerTest.java:290)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.access$200(BufferSpillerTest.java:42)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-2464) BufferSpillerTest sometimes fails

2015-08-03 Thread Gyula Fora (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14651584#comment-14651584
 ] 

Gyula Fora commented on FLINK-2464:
---

Alright, let's not worry about it then. Maybe at one point we will get some 
more insight from the travis logs :)

 BufferSpillerTest sometimes fails
 -

 Key: FLINK-2464
 URL: https://issues.apache.org/jira/browse/FLINK-2464
 Project: Flink
  Issue Type: Bug
  Components: Streaming
Reporter: Gyula Fora
Priority: Minor

 The BufferSpillerTest failed with the following error:
 org.apache.flink.streaming.runtime.io.BufferSpillerTest
 testSpillWhileReading(org.apache.flink.streaming.runtime.io.BufferSpillerTest)
   Time elapsed: 3.28 sec   FAILURE!
 java.lang.AssertionError: wrong buffer contents expected:0 but was:58
   at org.junit.Assert.fail(Assert.java:88)
   at org.junit.Assert.failNotEquals(Assert.java:743)
   at org.junit.Assert.assertEquals(Assert.java:118)
   at org.junit.Assert.assertEquals(Assert.java:555)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.validateBuffer(BufferSpillerTest.java:290)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.access$200(BufferSpillerTest.java:42)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-2464) BufferSpillerTest sometimes fails

2015-08-03 Thread Stephan Ewen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14652119#comment-14652119
 ] 

Stephan Ewen commented on FLINK-2464:
-

Can you paste the build on which that happened? I have the suspicion that there 
may be an issue with Java 6.

The {{BarrierBufferMassiveRandomTest}} sometimes crash the JVM on Java 6 
builds, which almost looks like the I/O code causes a segfault, or a similar 
critical issue. Since we are not using any unsafe stuff in that code, it may be 
a Java issue.

If the barrier buffer I/O is affected by that, it may also explain the failures 
of the {{BufferSpillerTest}} and the {{StreamCheckpointingITCase}}.

 BufferSpillerTest sometimes fails
 -

 Key: FLINK-2464
 URL: https://issues.apache.org/jira/browse/FLINK-2464
 Project: Flink
  Issue Type: Bug
  Components: Streaming
Reporter: Gyula Fora
Priority: Minor

 The BufferSpillerTest failed with the following error:
 org.apache.flink.streaming.runtime.io.BufferSpillerTest
 testSpillWhileReading(org.apache.flink.streaming.runtime.io.BufferSpillerTest)
   Time elapsed: 3.28 sec   FAILURE!
 java.lang.AssertionError: wrong buffer contents expected:0 but was:58
   at org.junit.Assert.fail(Assert.java:88)
   at org.junit.Assert.failNotEquals(Assert.java:743)
   at org.junit.Assert.assertEquals(Assert.java:118)
   at org.junit.Assert.assertEquals(Assert.java:555)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.validateBuffer(BufferSpillerTest.java:290)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.access$200(BufferSpillerTest.java:42)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-2464) BufferSpillerTest sometimes fails

2015-08-02 Thread Stephan Ewen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14651206#comment-14651206
 ] 

Stephan Ewen commented on FLINK-2464:
-

I have seen a similar failure as well. It seems very strange, because that 
check means that for a buffer, the first 57 bytes are as expected and the 58th 
is unexpected. And the length is correct as well. I have no idea how that could 
happen...

 BufferSpillerTest sometimes fails
 -

 Key: FLINK-2464
 URL: https://issues.apache.org/jira/browse/FLINK-2464
 Project: Flink
  Issue Type: Bug
  Components: Streaming
Reporter: Gyula Fora
Priority: Minor

 The BufferSpillerTest failed with the following error:
 org.apache.flink.streaming.runtime.io.BufferSpillerTest
 testSpillWhileReading(org.apache.flink.streaming.runtime.io.BufferSpillerTest)
   Time elapsed: 3.28 sec   FAILURE!
 java.lang.AssertionError: wrong buffer contents expected:0 but was:58
   at org.junit.Assert.fail(Assert.java:88)
   at org.junit.Assert.failNotEquals(Assert.java:743)
   at org.junit.Assert.assertEquals(Assert.java:118)
   at org.junit.Assert.assertEquals(Assert.java:555)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.validateBuffer(BufferSpillerTest.java:290)
   at 
 org.apache.flink.streaming.runtime.io.BufferSpillerTest.access$200(BufferSpillerTest.java:42)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)