[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1197 ---

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179557189 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -190,8 +223,59 @@ public void

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179552510 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -38,7 +39,16 @@ * Wrapper class for

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179552379 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -38,7 +39,16 @@ * Wrapper class for

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179552086 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -190,8 +223,59 @@ public void

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179551936 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -190,8 +223,59 @@ public void

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179551687 --- Diff: exec/java-exec/src/main/resources/rest/profile/profile.ftl --- @@ -372,6 +372,16 @@ table.sortable thead .sorting_desc { background-image:

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179406094 --- Diff: exec/java-exec/src/main/resources/rest/profile/profile.ftl --- @@ -372,6 +372,16 @@ table.sortable thead .sorting_desc { background-image:

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179403081 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -38,7 +39,16 @@ * Wrapper class

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179405507 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -190,8 +223,59 @@ public void

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179405848 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -190,8 +223,59 @@ public void

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179402877 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -38,7 +39,16 @@ * Wrapper class

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-04-05 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1197#discussion_r179403811 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/OperatorWrapper.java --- @@ -190,8 +223,59 @@ public void

[GitHub] drill pull request #1197: DRILL-6279: UI indicates operators that spilled in...

2018-03-30 Thread kkhatua
GitHub user kkhatua opened a pull request: https://github.com/apache/drill/pull/1197 DRILL-6279: UI indicates operators that spilled in-memory data to disk 1. Detect the presence of an operator that has spilled to disk, in the Operators Overview section of a query's profile page.