[GitHub] [spark] Ngone51 commented on issue #24467: [SPARK-27568][CORE] Fix readLock leak while calling take()/first() on a cached rdd

2019-05-07 Thread GitBox
Ngone51 commented on issue #24467: [SPARK-27568][CORE] Fix readLock leak while calling take()/first() on a cached rdd URL: https://github.com/apache/spark/pull/24467#issuecomment-490136001 > For this particular case, I think using a task completion listener is good enough? Block

[GitHub] [spark] Ngone51 commented on issue #24467: [SPARK-27568][CORE] Fix readLock leak while calling take()/first() on a cached rdd

2019-04-28 Thread GitBox
Ngone51 commented on issue #24467: [SPARK-27568][CORE] Fix readLock leak while calling take()/first() on a cached rdd URL: https://github.com/apache/spark/pull/24467#issuecomment-487433811 @srowen Yeah, agree with that. I'm thinking of it.

[GitHub] [spark] Ngone51 commented on issue #24467: [SPARK-27568][CORE] Fix readLock leak while calling take()/first() on a cached rdd

2019-04-27 Thread GitBox
Ngone51 commented on issue #24467: [SPARK-27568][CORE] Fix readLock leak while calling take()/first() on a cached rdd URL: https://github.com/apache/spark/pull/24467#issuecomment-487299380 Jenkins, retest this please. This