You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by dataknocker <gi...@git.apache.org> on 2018/06/22 06:58:34 UTC

[GitHub] spark pull request #18324: [SPARK-21045][PYSPARK]Fixed executor blocked beca...

Github user dataknocker commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18324#discussion_r197355680
  
    --- Diff: python/pyspark/worker.py ---
    @@ -177,8 +180,11 @@ def process():
                 process()
         except Exception:
             try:
    +            exc_info = traceback.format_exc()
    +            if isinstance(exc_info, unicode):
    +                exc_info = exc_info.encode('utf-8')
    --- End diff --
    
    cc @jiangxb1987 


---

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