[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream

2015-02-09 Thread Hari Shreedharan (JIRA)

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

Hari Shreedharan commented on SPARK-4905:
-

Thanks [~joshrosen]!

> Flaky FlumeStreamSuite test: 
> org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
> -
>
> Key: SPARK-4905
> URL: https://issues.apache.org/jira/browse/SPARK-4905
> Project: Spark
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 1.3.0
>Reporter: Josh Rosen
>Assignee: Hari Shreedharan
>  Labels: flaky-test
> Fix For: 1.3.0, 1.2.2
>
>
> It looks like the "org.apache.spark.streaming.flume.FlumeStreamSuite.flume 
> input stream" test might be flaky 
> ([link|https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24647/testReport/junit/org.apache.spark.streaming.flume/FlumeStreamSuite/flume_input_stream/]):
> {code}
> Error Message
> The code passed to eventually never returned normally. Attempted 106 times 
> over 10.045097243 seconds. Last failure message: ArrayBuffer("", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "") was not equal to Vector("1", "2", "3", "4", "5", "6", "7", "8", "9", 
> "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", 
> "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", 
> "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", 
> "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", 
> "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", 
> "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", 
> "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", 
> "100").
> Stacktrace
> sbt.ForkMain$ForkError: The code passed to eventually never returned 
> normally. Attempted 106 times over 10.045097243 seconds. Last failure 
> message: ArrayBuffer("", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "") was not equal to Vector("1", "2", 
> "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", 
> "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
> "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", 
> "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", 
> "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", 
> "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", 
> "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", 
> "95", "96", "97", "98", "99", "100").
>   at 
> org.scalatest.concurrent.Eventually$class.tryTryAgain$1(Eventually.scala:420)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:438)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:307)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.writeAndVerify(FlumeStreamSuite.scala:142)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.org$apache$spark$streaming$flume$FlumeStreamSuite$$testFlumeStream(FlumeStreamSuite.scala:74)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply$mcV$sp(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
>   at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
>   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
>   at org.scalatest.Transformer.apply(Transformer.scala:22)
>   at org.scalatest.Transformer.apply(Transformer.scala:20)
> 

[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream

2015-02-04 Thread Apache Spark (JIRA)

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

Apache Spark commented on SPARK-4905:
-

User 'harishreedharan' has created a pull request for this issue:
https://github.com/apache/spark/pull/4371

> Flaky FlumeStreamSuite test: 
> org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
> -
>
> Key: SPARK-4905
> URL: https://issues.apache.org/jira/browse/SPARK-4905
> Project: Spark
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 1.3.0
>Reporter: Josh Rosen
>  Labels: flaky-test
>
> It looks like the "org.apache.spark.streaming.flume.FlumeStreamSuite.flume 
> input stream" test might be flaky 
> ([link|https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24647/testReport/junit/org.apache.spark.streaming.flume/FlumeStreamSuite/flume_input_stream/]):
> {code}
> Error Message
> The code passed to eventually never returned normally. Attempted 106 times 
> over 10.045097243 seconds. Last failure message: ArrayBuffer("", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "") was not equal to Vector("1", "2", "3", "4", "5", "6", "7", "8", "9", 
> "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", 
> "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", 
> "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", 
> "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", 
> "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", 
> "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", 
> "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", 
> "100").
> Stacktrace
> sbt.ForkMain$ForkError: The code passed to eventually never returned 
> normally. Attempted 106 times over 10.045097243 seconds. Last failure 
> message: ArrayBuffer("", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "") was not equal to Vector("1", "2", 
> "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", 
> "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
> "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", 
> "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", 
> "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", 
> "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", 
> "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", 
> "95", "96", "97", "98", "99", "100").
>   at 
> org.scalatest.concurrent.Eventually$class.tryTryAgain$1(Eventually.scala:420)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:438)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:307)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.writeAndVerify(FlumeStreamSuite.scala:142)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.org$apache$spark$streaming$flume$FlumeStreamSuite$$testFlumeStream(FlumeStreamSuite.scala:74)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply$mcV$sp(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
>   at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
>   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
>   at org.scalatest.Transformer.apply(Transformer.scala:22)
>   at org.scalatest.Transformer.apply(Transformer.scala:20)
>

[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream

2015-02-03 Thread Hari Shreedharan (JIRA)

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

Hari Shreedharan commented on SPARK-4905:
-

Is there a recent instance of failure? I can't reproduce this at all.

> Flaky FlumeStreamSuite test: 
> org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
> -
>
> Key: SPARK-4905
> URL: https://issues.apache.org/jira/browse/SPARK-4905
> Project: Spark
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 1.3.0
>Reporter: Josh Rosen
>  Labels: flaky-test
>
> It looks like the "org.apache.spark.streaming.flume.FlumeStreamSuite.flume 
> input stream" test might be flaky 
> ([link|https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24647/testReport/junit/org.apache.spark.streaming.flume/FlumeStreamSuite/flume_input_stream/]):
> {code}
> Error Message
> The code passed to eventually never returned normally. Attempted 106 times 
> over 10.045097243 seconds. Last failure message: ArrayBuffer("", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "") was not equal to Vector("1", "2", "3", "4", "5", "6", "7", "8", "9", 
> "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", 
> "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", 
> "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", 
> "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", 
> "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", 
> "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", 
> "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", 
> "100").
> Stacktrace
> sbt.ForkMain$ForkError: The code passed to eventually never returned 
> normally. Attempted 106 times over 10.045097243 seconds. Last failure 
> message: ArrayBuffer("", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "") was not equal to Vector("1", "2", 
> "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", 
> "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
> "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", 
> "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", 
> "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", 
> "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", 
> "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", 
> "95", "96", "97", "98", "99", "100").
>   at 
> org.scalatest.concurrent.Eventually$class.tryTryAgain$1(Eventually.scala:420)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:438)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:307)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.writeAndVerify(FlumeStreamSuite.scala:142)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.org$apache$spark$streaming$flume$FlumeStreamSuite$$testFlumeStream(FlumeStreamSuite.scala:74)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply$mcV$sp(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
>   at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
>   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
>   at org.scalatest.Transformer.apply(Transformer.scala:22)
>   at org.scalatest.Transformer.apply(Transformer.scala:20)
>   at org.scalatest.FunSui

[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream

2015-02-03 Thread Tathagata Das (JIRA)

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

Tathagata Das commented on SPARK-4905:
--

Can you please take care of this. This must be fixed before 1.3

> Flaky FlumeStreamSuite test: 
> org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
> -
>
> Key: SPARK-4905
> URL: https://issues.apache.org/jira/browse/SPARK-4905
> Project: Spark
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 1.3.0
>Reporter: Josh Rosen
>  Labels: flaky-test
>
> It looks like the "org.apache.spark.streaming.flume.FlumeStreamSuite.flume 
> input stream" test might be flaky 
> ([link|https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24647/testReport/junit/org.apache.spark.streaming.flume/FlumeStreamSuite/flume_input_stream/]):
> {code}
> Error Message
> The code passed to eventually never returned normally. Attempted 106 times 
> over 10.045097243 seconds. Last failure message: ArrayBuffer("", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "") was not equal to Vector("1", "2", "3", "4", "5", "6", "7", "8", "9", 
> "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", 
> "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", 
> "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", 
> "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", 
> "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", 
> "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", 
> "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", 
> "100").
> Stacktrace
> sbt.ForkMain$ForkError: The code passed to eventually never returned 
> normally. Attempted 106 times over 10.045097243 seconds. Last failure 
> message: ArrayBuffer("", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "") was not equal to Vector("1", "2", 
> "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", 
> "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
> "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", 
> "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", 
> "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", 
> "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", 
> "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", 
> "95", "96", "97", "98", "99", "100").
>   at 
> org.scalatest.concurrent.Eventually$class.tryTryAgain$1(Eventually.scala:420)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:438)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:307)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.writeAndVerify(FlumeStreamSuite.scala:142)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.org$apache$spark$streaming$flume$FlumeStreamSuite$$testFlumeStream(FlumeStreamSuite.scala:74)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply$mcV$sp(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
>   at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
>   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
>   at org.scalatest.Transformer.apply(Transformer.scala:22)
>   at org.scalatest.Transformer.apply(Transformer.scala:20)
>   at org.scalatest.FunSuiteLike$$anon

[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream

2015-01-06 Thread Tathagata Das (JIRA)

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

Tathagata Das commented on SPARK-4905:
--

Any insights yet?

> Flaky FlumeStreamSuite test: 
> org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
> -
>
> Key: SPARK-4905
> URL: https://issues.apache.org/jira/browse/SPARK-4905
> Project: Spark
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 1.3.0
>Reporter: Josh Rosen
>  Labels: flaky-test
>
> It looks like the "org.apache.spark.streaming.flume.FlumeStreamSuite.flume 
> input stream" test might be flaky 
> ([link|https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24647/testReport/junit/org.apache.spark.streaming.flume/FlumeStreamSuite/flume_input_stream/]):
> {code}
> Error Message
> The code passed to eventually never returned normally. Attempted 106 times 
> over 10.045097243 seconds. Last failure message: ArrayBuffer("", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "") was not equal to Vector("1", "2", "3", "4", "5", "6", "7", "8", "9", 
> "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", 
> "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", 
> "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", 
> "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", 
> "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", 
> "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", 
> "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", 
> "100").
> Stacktrace
> sbt.ForkMain$ForkError: The code passed to eventually never returned 
> normally. Attempted 106 times over 10.045097243 seconds. Last failure 
> message: ArrayBuffer("", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "") was not equal to Vector("1", "2", 
> "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", 
> "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
> "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", 
> "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", 
> "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", 
> "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", 
> "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", 
> "95", "96", "97", "98", "99", "100").
>   at 
> org.scalatest.concurrent.Eventually$class.tryTryAgain$1(Eventually.scala:420)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:438)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:307)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.writeAndVerify(FlumeStreamSuite.scala:142)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.org$apache$spark$streaming$flume$FlumeStreamSuite$$testFlumeStream(FlumeStreamSuite.scala:74)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply$mcV$sp(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
>   at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
>   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
>   at org.scalatest.Transformer.apply(Transformer.scala:22)
>   at org.scalatest.Transformer.apply(Transformer.scala:20)
>   at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:166)
>   at or

[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream

2015-01-05 Thread Hari Shreedharan (JIRA)

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

Hari Shreedharan commented on SPARK-4905:
-

I am not sure. It might have something to do with the encoding/decoding. The 
events even have the headers, but the body is empty (there is comparison of the 
headers for each event)

> Flaky FlumeStreamSuite test: 
> org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
> -
>
> Key: SPARK-4905
> URL: https://issues.apache.org/jira/browse/SPARK-4905
> Project: Spark
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 1.3.0
>Reporter: Josh Rosen
>  Labels: flaky-test
>
> It looks like the "org.apache.spark.streaming.flume.FlumeStreamSuite.flume 
> input stream" test might be flaky 
> ([link|https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24647/testReport/junit/org.apache.spark.streaming.flume/FlumeStreamSuite/flume_input_stream/]):
> {code}
> Error Message
> The code passed to eventually never returned normally. Attempted 106 times 
> over 10.045097243 seconds. Last failure message: ArrayBuffer("", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "") was not equal to Vector("1", "2", "3", "4", "5", "6", "7", "8", "9", 
> "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", 
> "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", 
> "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", 
> "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", 
> "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", 
> "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", 
> "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", 
> "100").
> Stacktrace
> sbt.ForkMain$ForkError: The code passed to eventually never returned 
> normally. Attempted 106 times over 10.045097243 seconds. Last failure 
> message: ArrayBuffer("", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "") was not equal to Vector("1", "2", 
> "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", 
> "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
> "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", 
> "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", 
> "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", 
> "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", 
> "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", 
> "95", "96", "97", "98", "99", "100").
>   at 
> org.scalatest.concurrent.Eventually$class.tryTryAgain$1(Eventually.scala:420)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:438)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:307)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.writeAndVerify(FlumeStreamSuite.scala:142)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.org$apache$spark$streaming$flume$FlumeStreamSuite$$testFlumeStream(FlumeStreamSuite.scala:74)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply$mcV$sp(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
>   at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
>   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
>   at org.scalatest.Transformer.apply(Trans

[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream

2015-01-05 Thread Tathagata Das (JIRA)

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

Tathagata Das commented on SPARK-4905:
--

What is the reason behind such a behavior where the number of records received 
is same as sent, but all the records are empty?

TD

> Flaky FlumeStreamSuite test: 
> org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
> -
>
> Key: SPARK-4905
> URL: https://issues.apache.org/jira/browse/SPARK-4905
> Project: Spark
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 1.3.0
>Reporter: Josh Rosen
>  Labels: flaky-test
>
> It looks like the "org.apache.spark.streaming.flume.FlumeStreamSuite.flume 
> input stream" test might be flaky 
> ([link|https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24647/testReport/junit/org.apache.spark.streaming.flume/FlumeStreamSuite/flume_input_stream/]):
> {code}
> Error Message
> The code passed to eventually never returned normally. Attempted 106 times 
> over 10.045097243 seconds. Last failure message: ArrayBuffer("", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "") was not equal to Vector("1", "2", "3", "4", "5", "6", "7", "8", "9", 
> "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", 
> "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", 
> "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", 
> "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", 
> "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", 
> "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", 
> "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", 
> "100").
> Stacktrace
> sbt.ForkMain$ForkError: The code passed to eventually never returned 
> normally. Attempted 106 times over 10.045097243 seconds. Last failure 
> message: ArrayBuffer("", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "") was not equal to Vector("1", "2", 
> "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", 
> "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
> "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", 
> "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", 
> "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", 
> "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", 
> "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", 
> "95", "96", "97", "98", "99", "100").
>   at 
> org.scalatest.concurrent.Eventually$class.tryTryAgain$1(Eventually.scala:420)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:438)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:307)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.writeAndVerify(FlumeStreamSuite.scala:142)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.org$apache$spark$streaming$flume$FlumeStreamSuite$$testFlumeStream(FlumeStreamSuite.scala:74)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply$mcV$sp(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
>   at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
>   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
>   at org.scalatest.Transformer.apply(Transformer.scala:22)
>   at org.scalatest.Transformer.app

[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream

2015-01-05 Thread Hari Shreedharan (JIRA)

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

Hari Shreedharan commented on SPARK-4905:
-

I can't reproduce this - but once Jenkins is back, I will look at the logs to 
see if there is any info there.

> Flaky FlumeStreamSuite test: 
> org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
> -
>
> Key: SPARK-4905
> URL: https://issues.apache.org/jira/browse/SPARK-4905
> Project: Spark
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 1.3.0
>Reporter: Josh Rosen
>  Labels: flaky-test
>
> It looks like the "org.apache.spark.streaming.flume.FlumeStreamSuite.flume 
> input stream" test might be flaky 
> ([link|https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24647/testReport/junit/org.apache.spark.streaming.flume/FlumeStreamSuite/flume_input_stream/]):
> {code}
> Error Message
> The code passed to eventually never returned normally. Attempted 106 times 
> over 10.045097243 seconds. Last failure message: ArrayBuffer("", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "") was not equal to Vector("1", "2", "3", "4", "5", "6", "7", "8", "9", 
> "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", 
> "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", 
> "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", 
> "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", 
> "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", 
> "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", 
> "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", 
> "100").
> Stacktrace
> sbt.ForkMain$ForkError: The code passed to eventually never returned 
> normally. Attempted 106 times over 10.045097243 seconds. Last failure 
> message: ArrayBuffer("", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "") was not equal to Vector("1", "2", 
> "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", 
> "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
> "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", 
> "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", 
> "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", 
> "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", 
> "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", 
> "95", "96", "97", "98", "99", "100").
>   at 
> org.scalatest.concurrent.Eventually$class.tryTryAgain$1(Eventually.scala:420)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:438)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:307)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.writeAndVerify(FlumeStreamSuite.scala:142)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.org$apache$spark$streaming$flume$FlumeStreamSuite$$testFlumeStream(FlumeStreamSuite.scala:74)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply$mcV$sp(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
>   at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
>   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
>   at org.scalatest.Transformer.apply(Transformer.scala:22)
>   at org.scalatest.Transformer.apply(Transformer.

[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream

2015-01-05 Thread Hari Shreedharan (JIRA)

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

Hari Shreedharan commented on SPARK-4905:
-

Taking a look now.

> Flaky FlumeStreamSuite test: 
> org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
> -
>
> Key: SPARK-4905
> URL: https://issues.apache.org/jira/browse/SPARK-4905
> Project: Spark
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 1.3.0
>Reporter: Josh Rosen
>  Labels: flaky-test
>
> It looks like the "org.apache.spark.streaming.flume.FlumeStreamSuite.flume 
> input stream" test might be flaky 
> ([link|https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24647/testReport/junit/org.apache.spark.streaming.flume/FlumeStreamSuite/flume_input_stream/]):
> {code}
> Error Message
> The code passed to eventually never returned normally. Attempted 106 times 
> over 10.045097243 seconds. Last failure message: ArrayBuffer("", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "") was not equal to Vector("1", "2", "3", "4", "5", "6", "7", "8", "9", 
> "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", 
> "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", 
> "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", 
> "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", 
> "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", 
> "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", 
> "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", 
> "100").
> Stacktrace
> sbt.ForkMain$ForkError: The code passed to eventually never returned 
> normally. Attempted 106 times over 10.045097243 seconds. Last failure 
> message: ArrayBuffer("", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "") was not equal to Vector("1", "2", 
> "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", 
> "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
> "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", 
> "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", 
> "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", 
> "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", 
> "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", 
> "95", "96", "97", "98", "99", "100").
>   at 
> org.scalatest.concurrent.Eventually$class.tryTryAgain$1(Eventually.scala:420)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:438)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:307)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.writeAndVerify(FlumeStreamSuite.scala:142)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.org$apache$spark$streaming$flume$FlumeStreamSuite$$testFlumeStream(FlumeStreamSuite.scala:74)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply$mcV$sp(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
>   at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
>   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
>   at org.scalatest.Transformer.apply(Transformer.scala:22)
>   at org.scalatest.Transformer.apply(Transformer.scala:20)
>   at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:166)
> 

[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream

2015-01-02 Thread Tathagata Das (JIRA)

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

Tathagata Das commented on SPARK-4905:
--

[~hshreedharan] Can you take a look at this please!! I have been seeing this 
once in a while. I has seen this when the test sent one message at a time, and 
to increase the chances of success, i modified the test to send one whole bunch 
at a time, repeatedly, until all got through or nothing got through. But it 
still seems to failing. I have no idea why empty string are being send when i 
trying to send "1", 2", "3", etc. Please take a look.

> Flaky FlumeStreamSuite test: 
> org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
> -
>
> Key: SPARK-4905
> URL: https://issues.apache.org/jira/browse/SPARK-4905
> Project: Spark
>  Issue Type: Bug
>  Components: Streaming
>Affects Versions: 1.3.0
>Reporter: Josh Rosen
>  Labels: flaky-test
>
> It looks like the "org.apache.spark.streaming.flume.FlumeStreamSuite.flume 
> input stream" test might be flaky 
> ([link|https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24647/testReport/junit/org.apache.spark.streaming.flume/FlumeStreamSuite/flume_input_stream/]):
> {code}
> Error Message
> The code passed to eventually never returned normally. Attempted 106 times 
> over 10.045097243 seconds. Last failure message: ArrayBuffer("", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "") was not equal to Vector("1", "2", "3", "4", "5", "6", "7", "8", "9", 
> "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", 
> "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", 
> "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", 
> "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", 
> "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", 
> "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", 
> "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", 
> "100").
> Stacktrace
> sbt.ForkMain$ForkError: The code passed to eventually never returned 
> normally. Attempted 106 times over 10.045097243 seconds. Last failure 
> message: ArrayBuffer("", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
> "", "", "", "", "", "", "", "", "", "") was not equal to Vector("1", "2", 
> "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", 
> "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", 
> "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", 
> "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", 
> "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", 
> "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", 
> "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", 
> "95", "96", "97", "98", "99", "100").
>   at 
> org.scalatest.concurrent.Eventually$class.tryTryAgain$1(Eventually.scala:420)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:438)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:307)
>   at org.scalatest.concurrent.Eventually$.eventually(Eventually.scala:478)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.writeAndVerify(FlumeStreamSuite.scala:142)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite.org$apache$spark$streaming$flume$FlumeStreamSuite$$testFlumeStream(FlumeStreamSuite.scala:74)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply$mcV$sp(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.apache.spark.streaming.flume.FlumeStreamSuite$$anonfun$2.apply(FlumeStreamSuite.scala:62)
>   at 
> org.