Aaron Davidson created SPARK-1601: ------------------------------------- Summary: CacheManager#getOrCompute() does not return an InterruptibleIterator Key: SPARK-1601 URL: https://issues.apache.org/jira/browse/SPARK-1601 Project: Spark Issue Type: Bug Components: Spark Core Affects Versions: 1.0.0, 0.9.1 Reporter: Aaron Davidson Assignee: Reynold Xin Fix For: 1.0.0
When getOrCompute goes down the "compute" path for an RDD that should be stored in memory, it returns an iterator over an array, which is not interruptible. This mainly means that any consumers of that iterator, which may consume slowly, will not be interrupted in a timely manner. -- This message was sent by Atlassian JIRA (v6.2#6252)