You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/04/17 19:52:59 UTC

[jira] [Assigned] (SPARK-6985) Receiver maxRate over 1000 causes a StackOverflowError

     [ https://issues.apache.org/jira/browse/SPARK-6985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-6985:
-----------------------------------

    Assignee: Apache Spark

> Receiver maxRate over 1000 causes a StackOverflowError
> ------------------------------------------------------
>
>                 Key: SPARK-6985
>                 URL: https://issues.apache.org/jira/browse/SPARK-6985
>             Project: Spark
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 1.3.0
>            Reporter: David McGuire
>            Assignee: Apache Spark
>            Priority: Blocker
>
> Attempting to set the streaming receiver max rate (streaming.receiverMaxRate) for the RateLimiter to anything over 1000 causes a fatal error in the receiver with the following stacktrace:
> 15/04/16 10:41:50 ERROR KafkaReceiver: Error handling message; exiting
> java.lang.StackOverflowError
> 	at org.apache.spark.streaming.receiver.RateLimiter.waitToPush(RateLimiter.scala:66)
> 	at org.apache.spark.streaming.receiver.RateLimiter.waitToPush(RateLimiter.scala:66)
> 	at org.apache.spark.streaming.receiver.RateLimiter.waitToPush(RateLimiter.scala:66)
> 	at org.apache.spark.streaming.receiver.RateLimiter.waitToPush(RateLimiter.scala:66)
> 	at org.apache.spark.streaming.receiver.RateLimiter.waitToPush(RateLimiter.scala:66)
> 	at org.apache.spark.streaming.receiver.RateLimiter.waitToPush(RateLimiter.scala:66)
> 	at org.apache.spark.streaming.receiver.RateLimiter.waitToPush(RateLimiter.scala:66)
> 	at org.apache.spark.streaming.receiver.RateLimiter.waitToPush(RateLimiter.scala:66)
> 	at org.apache.spark.streaming.receiver.RateLimiter.waitToPush(RateLimiter.scala:66)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org