[jira] [Created] (DRILL-6212) A simple join is recursing too deep in planning and eventually throwing stack overflow.

2018-03-05 Thread Hanumath Rao Maduri (JIRA)
Hanumath Rao Maduri created DRILL-6212: -- Summary: A simple join is recursing too deep in planning and eventually throwing stack overflow. Key: DRILL-6212 URL: https://issues.apache.org/jira/browse/DRILL-6212

[GitHub] drill issue #1150: DRILL-6210: Enhanced test schema utilities

2018-03-05 Thread ppadma
Github user ppadma commented on the issue: https://github.com/apache/drill/pull/1150 This is very useful for testing complex types. LGTM. +1. ---

Re: Drill Hangout tomorrow at 10 am PST

2018-03-05 Thread Sorabh Hamirwasia
Hi Arina, I can complete the design discussion on Lateral and Unnest leftover from last hangout. Thanks, Sorabh From: Arina Ielchiieva Sent: Monday, March 5, 2018 9:13:50 AM To: dev@drill.apache.org Subject: Drill Hangout tomorrow at 10 am

Re: Drill Blog on Medium.com

2018-03-05 Thread Charles Givre
+1 > On Mar 5, 2018, at 15:01, Saurabh Mahapatra > wrote: > > Hi all, > > I would like to propose a Drill blog at medium.com. As a blogging platform, > it is very easy to use, maintain and has excellent reach across all kinds > of users. What I really like about

[jira] [Created] (DRILL-6211) Optimizations for SelectionVectorRemover

2018-03-05 Thread Kunal Khatua (JIRA)
Kunal Khatua created DRILL-6211: --- Summary: Optimizations for SelectionVectorRemover Key: DRILL-6211 URL: https://issues.apache.org/jira/browse/DRILL-6211 Project: Apache Drill Issue Type: Bug

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

2018-03-05 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1105 @arina-ielchiieva Applied review comments. ---

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

2018-03-05 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1105#discussion_r172327066 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/fragment/FragmentExecutor.java --- @@ -245,6 +244,8 @@ public Void run() throws Exception

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

2018-03-05 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1105#discussion_r172327159 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionSenderRootExec.java --- @@ -358,7 +357,7 @@ public void

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

2018-03-05 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1105#discussion_r172327106 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionSenderRootExec.java --- @@ -231,7 +231,7 @@ public

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

2018-03-05 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1105 @vrozov The main issue is that InnerNext and Close should not execute concurrently. Even when we are using AtomicReferences and volatile the following sequence of events could happen which could

Drill Blog on Medium.com

2018-03-05 Thread Saurabh Mahapatra
Hi all, I would like to propose a Drill blog at medium.com. As a blogging platform, it is very easy to use, maintain and has excellent reach across all kinds of users. What I really like about this platform is the speed with which we can get posts out. Many of you have reached out to me asking

[GitHub] drill issue #1011: Drill 1170: Drill-on-YARN

2018-03-05 Thread kr-arjun
Github user kr-arjun commented on the issue: https://github.com/apache/drill/pull/1011 @paul-rogers I was able to resolve this issue by workaround of setting 'yarn.timeline-service.enabled' to false ( Copied yarn-site.xml with this property set to $DRILL_SITE directory).

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

2018-03-05 Thread vrozov
Github user vrozov commented on the issue: https://github.com/apache/drill/pull/1105 @ilooner What state is protected by `syncrhonized`? Why is it not sufficient to use `volatile` and `AtomicReference`? ---

Re: [DISCUSS] 1.13.0 release

2018-03-05 Thread Volodymyr Tkach
*Update for:* DRILL-1491: Support for JDK 8 Currently we have 1 unit tests fail on test cluster. If ignored, all other tests succeed. Failed tests:

Interesting in contributing to Drill

2018-03-05 Thread Raahul Seshadri
Hello, I'm interesting in contributing to Drill. I've downloaded the source code and am trying to understand the architecture and where all the pieces fit. I tried going back in time to the initial git commits, so that I could understand how things came to be, but it's still a pretty big

[GitHub] drill pull request #897: Drill-5703 Added Syntax Highlighting and Limited Au...

2018-03-05 Thread cgivre
Github user cgivre closed the pull request at: https://github.com/apache/drill/pull/897 ---

Re: Non-batch review comments?

2018-03-05 Thread Parth Chandra
No idea what changed and whether it is an admin feature on Github. But with gmail filters and conversation view I find this is not an annoyance at all. On Mon, Mar 5, 2018 at 1:05 PM, Paul Rogers wrote: > Hi All, > Two years ago, when I started with Drill, Github

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

2018-03-05 Thread vladimirtkach
Github user vladimirtkach commented on a diff in the pull request: https://github.com/apache/drill/pull/1143#discussion_r172141644 --- Diff: .travis.yml --- @@ -17,9 +17,9 @@ before_install: git fetch --unshallow sudo: required language: java jdk: - - openjdk7