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] [Commented] (SPARK-6985) Receiver maxRate over 1000 causes a StackOverflowError

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

Apache Spark commented on SPARK-6985:
-------------------------------------

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

> 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
>            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