[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-21 Thread Yi Zhou (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14900562#comment-14900562 ] Yi Zhou commented on SPARK-10474: - Hi [~andrewor14] I found a new error like below after apply this PR.

[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-21 Thread Andrew Or (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14901043#comment-14901043 ] Andrew Or commented on SPARK-10474: --- I see, thanks for reporting. I think the fix was correct, but it

[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-21 Thread Jiri Syrovy (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14900787#comment-14900787 ] Jiri Syrovy commented on SPARK-10474: - Completely the same problem java.lang.RuntimeException:

[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-18 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14876307#comment-14876307 ] Apache Spark commented on SPARK-10474: -- User 'andrewor14' has created a pull request for this issue:

[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-17 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14791708#comment-14791708 ] Reynold Xin commented on SPARK-10474: - It seems like the problem is that although we reserve a page,

[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-17 Thread Cheng Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14802912#comment-14802912 ] Cheng Hao commented on SPARK-10474: --- The root reason for this failure, is because of the

[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-17 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14802906#comment-14802906 ] Apache Spark commented on SPARK-10474: -- User 'chenghao-intel' has created a pull request for this

[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-15 Thread Yi Zhou (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14746929#comment-14746929 ] Yi Zhou commented on SPARK-10474: - BTW, the "spark.shuffle.safetyFraction" is not public .. >

[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-15 Thread Yi Zhou (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14746881#comment-14746881 ] Yi Zhou commented on SPARK-10474: - Thanks [~chenghao]. It's better not to throw such exception. >

[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-15 Thread Cheng Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14744969#comment-14744969 ] Cheng Hao commented on SPARK-10474: --- The root causes for the exception is the executor don't have

[jira] [Commented] (SPARK-10474) Aggregation failed with unable to acquire memory

2015-09-15 Thread Cheng Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14745008#comment-14745008 ] Cheng Hao commented on SPARK-10474: --- But from the current implementation, we'd better not to throw