[GitHub] drill issue #1160: DRILL-6224: Publish current memory usage for Drillbits in...

2018-03-12 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1160 Looks wrong dunnit? Direct memory is (still?) showing as zero? ---

[GitHub] drill issue #1153: DRILL-6044: Fixed shutdown button in Web UI when ssl,auth...

2018-03-12 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1153 +1 ---

[GitHub] drill issue #1145: DRILL-6187: Exception in RPC communication between DataCl...

2018-03-12 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1145 +1 ---

[GitHub] drill issue #1143: DRILL-1491: Support for JDK 8

2018-03-12 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1143 +1 ---

[GitHub] drill pull request #1145: DRILL-6187: Exception in RPC communication between...

2018-03-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1145 ---

[GitHub] drill pull request #1143: DRILL-1491: Support for JDK 8

2018-03-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1143 ---

[GitHub] drill pull request #1153: DRILL-6044: Fixed shutdown button in Web UI when s...

2018-03-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1153 ---

Build failed in Jenkins: drill-scm #946

2018-03-12 Thread Apache Jenkins Server
See Changes: [parthc] DRILL-1491: Support for JDK 8 [parthc] DRILL-4547: Disabling doclint. [parthc] DRILL-6187: Exception in RPC communication between [parthc] DRILL-6044: Fixed shutdown button in Web UI when ssl,auth

[jira] [Created] (DRILL-6233) Flattening an Array column (JSON file) return no rows

2018-03-12 Thread Volodymyr Tkach (JIRA)
Volodymyr Tkach created DRILL-6233: -- Summary: Flattening an Array column (JSON file) return no rows Key: DRILL-6233 URL: https://issues.apache.org/jira/browse/DRILL-6233 Project: Apache Drill

Re: [DISCUSS] 1.13.0 release

2018-03-12 Thread Parth Chandra
Travis build is broken after the merge. I'm almost sure this was already addressed. @Volodymyr I thought this was part of the PR for DRILL-1491? On Sat, Mar 10, 2018 at 11:08 AM, Parth Chandra wrote: > Update on DRILL-1491 - > The illegal state transition (cancellation_requested -> enqueued) i

Re: [DISCUSS] 1.13.0 release

2018-03-12 Thread Arina Yelchiyeva
Parth, looks like build on Travis is still running [1]. [1] https://travis-ci.org/apache/drill/builds/352294695?utm_source=github_status&utm_medium=notification Kind regards Arina On Mon, Mar 12, 2018 at 2:26 PM, Parth Chandra wrote: > Travis build is broken after the merge. I'm almost sure

Re: [DISCUSS] 1.13.0 release

2018-03-12 Thread Parth Chandra
So it is. My mistake :). Travis is good. Will start the release process. On Mon, Mar 12, 2018 at 6:00 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Parth, > > looks like build on Travis is still running [1]. > > [1] > https://travis-ci.org/apache/drill/builds/352294695?utm_ > source

Drill release 1.13.0 branch created

2018-03-12 Thread Parth Chandra
Starting the release candidate build now. The branch is based on commit: cac2882d5a9e22fbc251e4caf622fe30242ad557

[GitHub] drill issue #1160: DRILL-6224: Publish current memory usage for Drillbits in...

2018-03-12 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1160 I think I need to put up some tooltips. We're getting the metrics from the `drill.allocator.root.[peak|used]` values. I haven't seen a metric that shows the actual Direct allocation from the

[GitHub] drill issue #1105: DRILL-6125: Fix possible memory leak when query is finish...

2018-03-12 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1105 Squashed commits. @arina-ielchiieva please let me know if you have any comments. ---

[jira] [Created] (DRILL-6234) VarCharVector setValueCount can throw out of memory exception

2018-03-12 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6234: - Summary: VarCharVector setValueCount can throw out of memory exception Key: DRILL-6234 URL: https://issues.apache.org/jira/browse/DRILL-6234 Project: Apache Drill

[GitHub] drill pull request #1158: DRILL-6145: Implement Hive MapR-DB JSON handler

2018-03-12 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1158#discussion_r173901690 --- Diff: distribution/pom.xml --- @@ -324,6 +324,14 @@ org.apache.hbase hbase-protocol + --- End d

[jira] [Resolved] (DRILL-6162) Enhance record batch sizer to retain nesting information for map columns.

2018-03-12 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi resolved DRILL-6162. - Resolution: Fixed Merged with commit ID - 47c5d1feaaaf9b6384ed8ef1011fa58b9272b362   > Enhance r

[jira] [Resolved] (DRILL-6203) Repeated Map Vector does not give correct payload bytecount.

2018-03-12 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-6203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boaz Ben-Zvi resolved DRILL-6203. - Resolution: Fixed Merged with commit ID - 0a8a3f1984b17c883dd8ee7cc1065932a4700224   > Repeated

[jira] [Created] (DRILL-6235) Flatten query leads to out of memory in RPC layer.

2018-03-12 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-6235: - Summary: Flatten query leads to out of memory in RPC layer. Key: DRILL-6235 URL: https://issues.apache.org/jira/browse/DRILL-6235 Project: Apache Drill Iss

[GitHub] drill issue #1162: DRILL-6005: Fixed TestGracefulShutdown tests to skip chec...

2018-03-12 Thread dvjyothsna
Github user dvjyothsna commented on the issue: https://github.com/apache/drill/pull/1162 @arina-ielchiieva Please review..Thank you ---

[GitHub] drill pull request #1162: DRILL-6005: Fixed TestGracefulShutdown tests to sk...

2018-03-12 Thread dvjyothsna
GitHub user dvjyothsna opened a pull request: https://github.com/apache/drill/pull/1162 DRILL-6005: Fixed TestGracefulShutdown tests to skip check for loopba… …ck address usage in distributed mode You can merge this pull request into a Git repository by running: $ git pull

Re: Drill release 1.13.0 branch created

2018-03-12 Thread Parth Chandra
Quick update: I'm hitting some issues publishing the intermediate build to the Apache repository. Working on it. On Mon, Mar 12, 2018 at 9:54 PM, Parth Chandra wrote: > > Starting the release candidate build now. > The branch is based on commit: cac2882d5a9e22fbc251e4caf622fe30242ad557 > > >

[jira] [Created] (DRILL-6236) batch sizing for hash join and hash aggregate

2018-03-12 Thread Padma Penumarthy (JIRA)
Padma Penumarthy created DRILL-6236: --- Summary: batch sizing for hash join and hash aggregate Key: DRILL-6236 URL: https://issues.apache.org/jira/browse/DRILL-6236 Project: Apache Drill Issu