[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-10-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/958 ---

[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-10-11 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/958#discussion_r143976358 --- Diff: exec/memory/base/src/main/java/org/apache/drill/exec/memory/Accountant.java --- @@ -22,16 +22,67 @@ import javax.annotation.concurrent

[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-09-30 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/958#discussion_r140960874 --- Diff: exec/memory/base/src/main/java/org/apache/drill/exec/memory/Accountant.java --- @@ -80,6 +119,23 @@ public Accountant(Accountant parent, long re

[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-09-30 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/958#discussion_r140960868 --- Diff: exec/memory/base/src/main/java/org/apache/drill/exec/memory/Accountant.java --- @@ -22,16 +22,55 @@ import javax.annotation.concurrent.Thre

[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-09-25 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/958#discussion_r140939608 --- Diff: exec/memory/base/src/main/java/org/apache/drill/exec/memory/Accountant.java --- @@ -80,6 +119,23 @@ public Accountant(Accountant parent, long re

[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-09-25 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/958#discussion_r140939480 --- Diff: exec/memory/base/src/main/java/org/apache/drill/exec/memory/Accountant.java --- @@ -22,16 +22,55 @@ import javax.annotation.concurrent.Thre

[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-09-25 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/958#discussion_r140939339 --- Diff: exec/memory/base/src/main/java/org/apache/drill/exec/memory/Accountant.java --- @@ -22,16 +22,55 @@ import javax.annotation.concurrent.Thre

[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-09-25 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/958#discussion_r140938324 --- Diff: exec/memory/base/src/main/java/org/apache/drill/exec/memory/Accountant.java --- @@ -80,6 +119,23 @@ public Accountant(Accountant parent, long reserv

[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-09-25 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/958#discussion_r140870691 --- Diff: exec/memory/base/src/main/java/org/apache/drill/exec/memory/Accountant.java --- @@ -22,16 +22,55 @@ import javax.annotation.concurrent.ThreadSa

[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-09-25 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/958#discussion_r140869257 --- Diff: exec/memory/base/src/main/java/org/apache/drill/exec/memory/Accountant.java --- @@ -22,16 +22,55 @@ import javax.annotation.concurrent.ThreadSa

[GitHub] drill pull request #958: DRILL-5808: Reduce memory allocator strictness for ...

2017-09-24 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/958 DRILL-5808: Reduce memory allocator strictness for "managed" operators The "managed" external sort and the hash agg operators now actively attempt to stay within a memory "budget." Out