You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "lucasysfeng (JIRA)" <ji...@apache.org> on 2019/04/19 03:07:00 UTC

[jira] [Created] (SPARK-27517) python.PythonRDD: Error while sending iterator

lucasysfeng created SPARK-27517:
-----------------------------------

             Summary:  python.PythonRDD: Error while sending iterator
                 Key: SPARK-27517
                 URL: https://issues.apache.org/jira/browse/SPARK-27517
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 2.2.0
            Reporter: lucasysfeng


when use collect function, occasionnally throw the exception below:

ERROR python.PythonRDD: Error while sending iterator
java.net.SocketTimeoutException: Accept timed out
 at java.net.PlainSocketImpl.socketAccept(Native Method)
 at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
 at java.net.ServerSocket.implAccept(ServerSocket.java:545)
 at java.net.ServerSocket.accept(ServerSocket.java:513)
 at org.apache.spark.api.python.PythonRDD$$anon$2.run(PythonRDD.scala:702)



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

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