You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Adam Binford (Jira)" <ji...@apache.org> on 2022/03/24 00:01:00 UTC

[jira] [Created] (SPARK-38640) NPE with unpersisting memory-only RDD with RDD fetching from shuffle service enabled

Adam Binford created SPARK-38640:
------------------------------------

             Summary: NPE with unpersisting memory-only RDD with RDD fetching from shuffle service enabled
                 Key: SPARK-38640
                 URL: https://issues.apache.org/jira/browse/SPARK-38640
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 3.2.1
            Reporter: Adam Binford


If you have RDD fetching from shuffle service enabled, memory-only cached RDDs will fail to unpersist.

 

```

// spark.shuffle.service.fetch.rdd.enabled=true
val df = spark.range(5)
  .persist(StorageLevel.MEMORY_ONLY)

df.count()
df.unpersist(true)
```



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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