[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

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

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-07 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143331950 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -165,12 +165,24 @@ public

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-07 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143331929 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-06 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143315906 --- Diff: zookeeper.out --- @@ -0,0 +1,31 @@ +2017-10-05 20:21:32,418 [myid:] - INFO [main:QuorumPeerConfig@124] - Reading configuration from:

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-06 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143315980 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -74,23 +79,66 @@ -Encryption Info +

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-06 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143315088 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-06 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143315595 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-06 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143154343 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-06 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143152928 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-06 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143147464 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -74,23 +79,66 @@ -Encryption Info +

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-06 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143149580 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/AbstractResourceManager.java --- @@ -0,0 +1,68 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-06 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143147148 --- Diff: zookeeper.out --- @@ -0,0 +1,31 @@ +2017-10-05 20:21:32,418 [myid:] - INFO [main:QuorumPeerConfig@124] - Reading configuration from:

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143086373 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -392,10 +419,12 @@ drill.exec.options: { exec.query_profile.debug_mode:

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143084043 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143082027 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,121 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143085902 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/EmbeddedQueryQueue.java --- @@ -0,0 +1,147 @@ +/* + * Licensed to

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143082265 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143088158 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -392,10 +419,12 @@ drill.exec.options: { exec.query_profile.debug_mode:

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143084915 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DynamicResourceManager.java --- @@ -0,0 +1,125 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143085678 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/EmbeddedQueryQueue.java --- @@ -0,0 +1,147 @@ +/* + * Licensed to

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143083580 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143086005 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/EmbeddedQueryQueue.java --- @@ -0,0 +1,147 @@ +/* + * Licensed to

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143084292 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143102000 --- Diff: protocol/src/main/java/org/apache/drill/exec/proto/UserBitShared.java --- @@ -12140,6 +12140,31 @@ public Builder clearDef() { */

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143085493 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DynamicResourceManager.java --- @@ -0,0 +1,125 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143100991 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -74,23 +74,66 @@ -Encryption Info +

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143082463 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143083783 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143082012 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,121 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143084974 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DynamicResourceManager.java --- @@ -0,0 +1,125 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143086088 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/QueryQueue.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r143081467 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/AbstractResourceManager.java --- @@ -0,0 +1,68 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142948996 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/EmbeddedQueryQueue.java --- @@ -0,0 +1,147 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142702103 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -74,23 +74,66 @@ -Encryption Info +

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142718897 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,121 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142946871 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142944789 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,121 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142726899 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DynamicResourceManager.java --- @@ -0,0 +1,125 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142943128 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DynamicResourceManager.java --- @@ -0,0 +1,125 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142723896 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142954623 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142967011 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -392,10 +419,12 @@ drill.exec.options: {

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142935606 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142727260 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/EmbeddedQueryQueue.java --- @@ -0,0 +1,147 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142933298 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/AbstractResourceManager.java --- @@ -0,0 +1,68 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142726171 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DynamicResourceManager.java --- @@ -0,0 +1,125 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142721394 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142719680 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/QueryQueue.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142721931 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,342 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142944163 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/EmbeddedQueryQueue.java --- @@ -0,0 +1,147 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-10-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r142707486 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -74,23 +74,66 @@ -Encryption Info +

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-07 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r137641407 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-07 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r137544136 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DynamicResourceManager.java --- @@ -0,0 +1,113 @@ +/* + * Licensed to

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-07 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r137543248 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-07 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r137543377 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-07 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r137535649 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r13075 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,122 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136670348 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/QueryQueue.java --- @@ -0,0 +1,129 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136670503 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/ResourceManager.java --- @@ -0,0 +1,62 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136667375 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r13985 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,122 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136669083 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136669494 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136668566 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136670926 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/ThrottledResourceManager.java --- @@ -0,0 +1,305 @@ +/* + *

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r13424 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,122 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136671513 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -344,6 +357,20 @@ drill.exec: { # Full workspace name should be indicated

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136667146 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,122 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136670130 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DynamicResourceManager.java --- @@ -0,0 +1,113 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136668047 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136665398 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -373,13 +373,26 @@ String AVERAGE_FIELD_WIDTH_KEY =

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136665632 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/DrillRestServer.java --- @@ -186,9 +187,10 @@ public void

[GitHub] drill pull request #928: DRILL-5716: Queue-driven memory allocation

2017-09-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r13594 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,122 @@ +/* + * Licensed

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136448394 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136499555 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DynamicResourceManager.java --- @@ -0,0 +1,113 @@ +/* + * Licensed to

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136490253 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136491684 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/QueryQueue.java --- @@ -0,0 +1,129 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136489994 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,122 @@ +/* + * Licensed to

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136471827 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136491168 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136333709 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -394,6 +394,8 @@ DoubleValidator QUEUE_MEMORY_RATIO = new

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136491938 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/ResourceManager.java --- @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136489458 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,122 @@ +/* + * Licensed to

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136451559 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/ThrottledResourceManager.java --- @@ -0,0 +1,305 @@ +/* + * Licensed to

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136471965 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136446729 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,122 @@ +/* + * Licensed to

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136468725 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DistributedQueryQueue.java --- @@ -0,0 +1,272 @@ +/* + * Licensed to the

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136489778 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,122 @@ +/* + * Licensed to

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136490058 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/DefaultResourceManager.java --- @@ -0,0 +1,122 @@ +/* + * Licensed to

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136335585 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/work/foreman/rm/TestQueues.java --- @@ -1,86 +0,0 @@ -/* - * Licensed to the Apache

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136450731 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -344,6 +357,20 @@ drill.exec: { # Full workspace name should be indicated

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136495651 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/DrillRestServer.java --- @@ -186,9 +187,10 @@ public void dispose(WebUserConnection

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136336256 --- Diff: protocol/src/main/java/org/apache/drill/exec/proto/UserBitShared.java --- @@ -12140,6 +12140,31 @@ public Builder clearDef() { */

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-31 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/928#discussion_r136376799 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -373,13 +373,26 @@ String AVERAGE_FIELD_WIDTH_KEY =

[GitHub] drill pull request #928: Drill 5716: Queue-driven memory allocation

2017-08-30 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/928 Drill 5716: Queue-driven memory allocation Please see [DRILL-5716](https://issues.apache.org/jira/browse/DRILL-5716) for an overview. This PR provides five commits that implement a