Re: Is anyone having issues with the jdbc unit tests (ITTestShadedJar)?

2015-09-15 Thread Sudheesh Katkam
Yes, I see this issue too. > On Sep 15, 2015, at 5:53 PM, Chris Westin wrote: > > This seems to be because the test is getting an ExceptionInInitializer in > DrillbitClassLoader because the app.class.path property isn't set (and then > the resulting String.length() on its value throws an NPE). >

Improving Performance of SELECT * FROM hive.table LIMIT 0

2015-09-24 Thread Sudheesh Katkam
Hey y'all, ### Short Question: How do we improve performance of SELECT * FROM plugin.table LIMIT 0? ### Extended Question: While investigating DRILL-3623 , I did an analysis to see where we spend time for SELECT * FROM hive.table LIMIT 0 query

Re: Improving Performance of SELECT * FROM hive.table LIMIT 0

2015-09-24 Thread Sudheesh Katkam
me is spent on parquet reader > initialization (?) > > > > On Thu, Sep 24, 2015 at 9:32 PM, Sudheesh Katkam wrote: >> Hey y'all, >> >> ### Short Question: >> >> How do we improve performance of SELECT * FROM plugin.table LIMIT 0? >> &g

Re: Improving Performance of SELECT * FROM hive.table LIMIT 0

2015-09-29 Thread Sudheesh Katkam
; wrote: >>> >>>> The query itself is quite simple; it normally should not take 60 >>>> seconds for planning. I guess most of the planning time is spent on >>>> reading parquet metadata. The metadata caching that Steven worked >>>> should help

Re: Channel closed exception

2015-09-30 Thread Sudheesh Katkam
Can you check if there are any error messages in the drillbit.out file? - Sudheesh > On Sep 30, 2015, at 8:35 PM, Sudip Mukherjee wrote: > > Hi Devs, > > Getting into a channel closed exception when I tried to connect drill to > tableau and query a large document set. Could it be because tabl

Re: Channel closed exception

2015-09-30 Thread Sudheesh Katkam
tryFailure(DefaultPromise.java:424) > [netty-common-4.0.27.Final.jar:4.0.27.Final] > > Thanks, > Sudip > > -Original Message- > From: Sudheesh Katkam [mailto:skat...@maprtech.com] > Sent: 01 October 2015 AM 09:09 > To: dev@drill.apache.org > Subject: Re: Channe

Re: Channel closed exception

2015-09-30 Thread Sudheesh Katkam
s some > steps? > > But was able run queries from the command prompt after that > > Thanks, > Sudip > > -Original Message- > From: Sudheesh Katkam [mailto:skat...@maprtech.com] > Sent: 01 October 2015 AM 09:24 > To: dev@drill.apache.org > Subjec

Re: Channel closed exception

2015-10-01 Thread Sudheesh Katkam
> On Oct 1, 2015, at 12:43 PM, Sudip Mukherjee wrote: > > I uploaded to google drive. Should it be okay? > > https://drive.google.com/drive/folders/0ByRlB6iLvhRvSm9UQWJ4b2ZjVDQ > > Thanks, > Sudip > > -----Original Message- > From: Sudheesh Katkam [mailto:skat..

Re: Channel closed exception

2015-10-01 Thread Sudheesh Katkam
> Sudip > > -Original Message- > From: Sudheesh Katkam [mailto:skat...@maprtech.com] > Sent: 02 October 2015 AM 02:04 > To: dev@drill.apache.org > Subject: Re: Channel closed exception > > I cannot open the shared documents (“Whoops! There was a problem previewin

Re: Improving Performance of SELECT * FROM hive.table LIMIT 0

2015-10-02 Thread Sudheesh Katkam
Hey y’all, I see that DRILL-1617 <https://issues.apache.org/jira/browse/DRILL-1617> disables producer-consumer because of correctness issues. Should we enable this visitor (as Venki suggested) and resolve the issues? Thank you, Sudheesh > On Sep 29, 2015, at 6:00 PM, Sudheesh Katk

Re: Improving Performance of SELECT * FROM hive.table LIMIT 0

2015-10-07 Thread Sudheesh Katkam
result without hitting any execution code. Think >>> direct >>>> response same as explain. >>>> On Sep 24, 2015 10:46 PM, "Jinfeng Ni" wrote: >>>> >>>>> The query itself is quite simple; it normally should not take 60 >>

Re: [VOTE] Release Apache Drill 1.2.0 RC3

2015-10-14 Thread Sudheesh Katkam
+1 (non-binding) * downloaded and built from source tar-ball; ran unit tests on Mac and Linux * executed queries in embedded mode on Mac; verified states in web UI * downloaded binary tar-ball * executed queries (including cancellations) on a 3 node cluster; verified states in web UI * I did se

Re: Help with Hadoop upgrade

2015-10-22 Thread Sudheesh Katkam
Andrew, You are right, there are paths that could make that test pass, fail or even hang, based on timing. I had written the test without completely understanding the RPC thread pool usage. Please open a JIRA for that test, and add a @Ignore annotation with a TODO(DRILL-). I'll add comments to

Increased build time and failure?

2015-10-26 Thread Sudheesh Katkam
Hey y’all, I use “mvn clean install -DskipTests” to build Drill on my Mac. On the latest master, I am getting this error now. Also notice that the build time is ~23 minutes; it used to be ~7 minutes. @Julien what are the implications of your changes in DRILL-3742? [INFO] --

Re: Increased build time and failure?

2015-10-26 Thread Sudheesh Katkam
have set my environment variables to provide > more permgen. I use MAVEN_OPTS="-Xmx1g -XX:MaxPermSize=256m". > > > > > -- > Jacques Nadeau > CTO and Co-Founder, Dremio > > On Mon, Oct 26, 2015 at 2:34 PM, Sudheesh Katkam > wrote: > >> Hey y’al

[DISCUSS] Improving Fast Schema

2015-11-05 Thread Sudheesh Katkam
Hey y’all, @Jacques and @Steven, I am looking at improving the fast schema path (for LIMIT 0 queries). It seems to me that on the first call to next (the buildSchema call), in any operator, only two tasks need to be done: 1) call next exactly once on each of the incoming batches, and 2) setup t

Re: [VOTE] Release Apache Drill 1.3.0 (rc0)

2015-11-06 Thread Sudheesh Katkam
But the status thread is a daemon. So the Drillbit doesn't have to stop it, right? - Sudheesh > On Nov 6, 2015, at 6:44 PM, Jacques Nadeau wrote: > > I see that we're bleeding Workmanager Status threads that aren't shutdown > when the Drillbit is shutdown. > > I'll get a patch together. > >

Re: Announcing new committer: Sudheesh Katkam

2015-11-09 Thread Sudheesh Katkam
mber 8, 2015, Khurram Faraaz > > > > wrote: > > > > > > > > > > > Congrats Sudheesh! > > > > > > > > > > > > On Sun, Nov 8, 2015 at 3:13 PM, Jacques Nadeau < > jacq...@dremio.com > > > > > > >

Re: Java graphical application being launched during the Drill build?

2015-11-09 Thread Sudheesh Katkam
I did, on my Mac. However, I haven’t looked into it. > On Nov 9, 2015, at 2:57 PM, Jason Altekruse wrote: > > Hello all, > > Has anyone else noticed a java graphical application starting up when > running the full drill build with test? On my mac I can clearly see a new > icon appear on my task

Re: Announcing new committer: Sudheesh Katkam

2015-11-10 Thread Sudheesh Katkam
>> > > > wrote: > >> > > > > >> > > > > Congrats Sudheesh! > >> > > > > > >> > > > > On Sun, Nov 8, 2015 at 5:16 PM, Abhishek Girish < > >> > > > abhishek.gir...@gmail.com > >> > > > > >

Unusually Long Build Time

2015-11-16 Thread Sudheesh Katkam
Hey y’all, On master (cd01107), building (mvn clean install -DskipTests) takes unusually long on my Mac. Looks like every module is taking longer. This happens on multiple runs. ➜ drill git:(master) export -p typeset -x JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home

Re: Unusually Long Build Time

2015-11-16 Thread Sudheesh Katkam
like all of your modules are > order of magnitudes slower. > > > On Mon, Nov 16, 2015 at 10:24 AM, Hanifi GUNES > wrote: > >> Hey, let's not be a pessimist. It is all success =p Joke aside, I have been >> building on multiple platforms, will report my tim

Re: Unusually Long Build Time

2015-11-16 Thread Sudheesh Katkam
I restarted my Mac... and all is well. > On Nov 16, 2015, at 10:48 AM, Sudheesh Katkam wrote: > > It used to take around 7 minutes on my Mac. Glancing over the output, there > is nothing unusual. There are no downloads happening either. > >> On Nov 16, 2015, at 10:31 AM

Re: Build failed in Jenkins: drill-scm #590

2015-11-19 Thread Sudheesh Katkam
@Jason, @Andrew, Any comments on this build failure? Thank you, Sudheesh On Nov 13, 2015, at 3:07 PM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: See Changes: [altekrusejason] DRILL-3791: MySQL tests for JDBC plugin [altekru

Re: [VOTE] Release Apache Drill 1.3.0 (rc3)

2015-11-19 Thread Sudheesh Katkam
+1 (non-binding) * ran queries (including cancellations) in embedded mode using the binary tarball on Ubuntu; verified states in web UI * built (including tests) from the source tarball on Ubuntu * verified checksums on the three tarball artifacts One minor nit: > select * from sys.version; +---

Re: Announcing new committer: Ellen Friedman

2015-11-23 Thread Sudheesh Katkam
Congratulations and welcome, Ellen! > On Nov 23, 2015, at 12:32 AM, Julian Hyde wrote: > > Congratulations, Ellen! Thanks for all you’ve done for Drill so far. > > Julian > > >> On Nov 22, 2015, at 5:50 PM, Worthy LaFollette wrote: >> >> Congrats, Welcome! >> >> On Sun, Nov 22, 2015 at 6:3

Re: Drill Test Framework configuration file update

2015-11-23 Thread Sudheesh Katkam
+1 Note that if this breaking change goes in, all current users must update the config file to have this new property. > On Nov 23, 2015, at 3:21 PM, Chun Chang wrote: > > I think it's a good change to parameterize the whole connection string. > This also allows us to easily switch to other da

Re: Create 1.4 Release branch soon?

2015-12-01 Thread Sudheesh Katkam
Venki, can you please commit DRILL-4111? Thank you, Sudheesh > On Dec 1, 2015, at 6:22 PM, Jacques Nadeau wrote: > > It seems like we should also try to include: > > DRILL-4109 > DRILL-4125 > DRILL-4111 > > 4111 is ready to merge if someone wants to merge it. It looks like Sudheesh > just nee

Codehale Metrics JMXReporter Disabled?

2015-12-02 Thread Sudheesh Katkam
Jacques, Do you happen to remember why JMXReporter was disabled ? Thank you, Sudheesh

Re: Announcing new committer: Kristine Hahn

2015-12-04 Thread Sudheesh Katkam
Congratulations and welcome, Kris! > On Dec 4, 2015, at 9:19 AM, Jacques Nadeau wrote: > > The Apache Drill PMC is very pleased to announce Kristine Hahn as a new > committer. > > Kris has worked tirelessly on creating and improving the Drill > documentation. She has been extraordinary in her e

Re: [VOTE] Release Apache Drill 1.5.0 RC2

2016-02-08 Thread Sudheesh Katkam
Although my vote is non-binding , I have two concerns: * DRILL-4187 caused a critical regression noted in DRILL-4235 . There is a patch for

Re: project build fails -> drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size range

2016-02-08 Thread Sudheesh Katkam
On one of the Linux VMs, when I run mvn clean install -DskipTests -Pmapr, I get this error with 3.3.x (but not with 3.2.x). Weird. Should we disable the rule until we figure out the cause? - Sudheesh > On Feb 2, 2016, at 6:11 AM, Jacques Nadeau wrote: > > This is a bug in maven we haven't fi

Re: project build fails -> drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size range

2016-02-08 Thread Sudheesh Katkam
@Jason, does DRILL-4375 <https://issues.apache.org/jira/browse/DRILL-4375> address this issue as well? > On Feb 8, 2016, at 4:19 PM, Sudheesh Katkam wrote: > > On one of the Linux VMs, when I run mvn clean install -DskipTests -Pmapr, I > get this error with 3.3.x (but not

Re: [VOTE] Release Apache Drill 1.5.0 RC2

2016-02-08 Thread Sudheesh Katkam
port making queuing a first-class feature of Drill, >> but >>> we need to add automated tests for it if we want it to stay stable. >>> >>> I'm open to discussion on the topic, but I'm not sure we should delay the >>> release further for it.

Re: Unresolved dependencies

2016-02-10 Thread Sudheesh Katkam
I have the same issue. Sometimes, in IntelliJ, I have to manually add the Hive jars to the class path (press option + return on Mac). And sometimes, the hive subproject pom file changes, which I do not commit. I have not investigated what the underlying issue is. > On Feb 10, 2016, at 9:39 AM,

Re: [VOTE] Release Apache Drill 1.5.0 RC3

2016-02-11 Thread Sudheesh Katkam
+1 (non-binding; committer) * downloaded and built from source tar-ball; ran unit tests successfully on Ubuntu * ran simple queries (including cancellations) in embedded mode on Mac; verified states in web UI * ran simple queries (including cancellations) on a 3 node cluster; verified states in we

[DISCUSS] New Feature: Drill Client Impersonation

2016-02-19 Thread Sudheesh Katkam
Hey y’all, I plan to work on DRILL-4281 : support for inbound/client impersonation. Please review the design document , which is open for comments. There is also a

Re: [DISCUSS] New Feature: Drill Client Impersonation

2016-02-22 Thread Sudheesh Katkam
he application servers blinded them to the identity of >>> the >>>> end user accessing important corporate data. When JEE application >> servers >>>> and databases finally added the ability to impersonate that addressed a >>> lot >>>> of securi

Re: [DISCUSS] New Feature: Drill Client Impersonation

2016-02-23 Thread Sudheesh Katkam
> Do you have an interface proposal? I didn't see that. > > Also, what do you think about my comment and Keys response about moving > pooling to the Driver and then making "connection" lightweight. > > -- > Jacques Nadeau > CTO and Co-Founder, Dremio &g

Re: Hangout Happening Now!

2016-02-23 Thread Sudheesh Katkam
Same here, I am unable to connect. I get a “Requesting to join the video call..” and then nothing happens. > On Feb 23, 2016, at 10:12 AM, Parth Chandra wrote: > > Hey Jason, > > We're unable to connect to the hangout. Should we try restarting the > hangout? > > Parth > > On Tue, Feb 23, 20

Re: [DISCUSS] New Feature: Drill Client Impersonation

2016-03-01 Thread Sudheesh Katkam
the >> application. I believe some other databases like SQLServer let you change >> the user via SQL. >> >> With regards to interfacing the impersonation feature, it looks like all >> you need is the username, which is already being pass down from the >

Re: Time for the 1.6 Release

2016-03-07 Thread Sudheesh Katkam
I reopened DRILL-4384 (blocker); it is assigned to Jacques. On the latest master, the visualized and physical plan tabs on web UI are empty. Thank you, Sudheesh > On Mar 7, 2016, at 11:39 AM, Jason Altekruse wrote: > > I don't know if there a

Re: Time for the 1.6 Release

2016-03-07 Thread Sudheesh Katkam
Mar 7, 2016 at 12:37 PM, Parth Chandra > wrote: > >> DRILL-4384 is a blocker for the release though >> >> On Mon, Mar 7, 2016 at 12:01 PM, Sudheesh Katkam >> wrote: >> >>> I reopened DRILL-4384 <https://issues.apache.org/jira/browse/DRILL-4384&g

Questions about Event Loop Groups

2016-03-09 Thread Sudheesh Katkam
There are two event loop groups to handle bit-to-bit communication (“bit server” and “bit client”). (1) The “bit server” loop is used by DataServer, ControlServer and ControlClient, and “bit client” loop is used by DataClient. Is there a reason why ControlClient does not use the “bit client” lo

Re: Questions about Event Loop Groups

2016-03-09 Thread Sudheesh Katkam
onException (just like DataClient)? > On Mar 9, 2016, at 11:44 AM, Sudheesh Katkam wrote: > > There are two event loop groups to handle bit-to-bit communication (“bit > server” and “bit client”). > > (1) The “bit server” loop is used by DataServer, ControlServer and > Control

Re: [VOTE] Release Apache Drill 1.6.0 - rc0

2016-03-14 Thread Sudheesh Katkam
+1 (non-binding) * downloaded and built from source tar-ball; ran unit tests successfully on Ubuntu * ran simple queries (including cancellations) in embedded mode on Mac; verified states in web UI * ran simple queries (including cancellations) on a 3 node cluster; verified states in web UI *

Re: Getting back on Calcite master: only a few steps left

2016-03-15 Thread Sudheesh Katkam
nto master. The >>> current working branch is here: [1]. It includes the following commits >>> >>> [CALCITE-1148] Fix RelTrait conversion (e.g. distribution, collation), >>> added test cases. (Minji Kim) #77def4a >>> [CALCITE-991] Create separate Functi

Re: Invoking UDF that doesn't have parameters without paranthesis

2016-12-20 Thread Sudheesh Katkam
I do not know the exact answer. Quite likely the Calcite parser needs to be changed, this blob: https://github.com/apache/calcite/blob/master/core/src/main/codegen/templates/Parser.jj#L4765 Drill ex

[HANGOUT] Topics for 01/23/17

2017-01-23 Thread Sudheesh Katkam
Hi drillers, Our bi-weekly hangout is tomorrow (01/23/17, 10 AM PT). If you have any suggestions for hangout topics, you can add them to this thread. We will also ask around at the beginning of the hangout for topics. Thank you, Sudheesh

Re: [HANGOUT] Topics for 01/24/17

2017-01-23 Thread Sudheesh Katkam
I meant 01/24/17, 10 AM PT. > On Jan 23, 2017, at 12:43 PM, Sudheesh Katkam wrote: > > Hi drillers, > > Our bi-weekly hangout is tomorrow (01/23/17, 10 AM PT). If you have any > suggestions for hangout topics, you can add them to this thread. We will also > ask around at

Re: [HANGOUT] Topics for 01/24/17

2017-01-24 Thread Sudheesh Katkam
Join us here: https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc On Jan 23, 2017, at 6:43 PM, Sudheesh Katkam mailto:skat...@mapr.com>> wrote: I meant 01/24/17, 10 AM PT. On Jan 23, 2017, at 12:43 PM, Sudheesh Katkam mailto:skat...@mapr.com>> wrote: Hi drill

Re: [DRAFT REPORT] Apache Drill

2017-02-03 Thread Sudheesh Katkam
ng list, many new pull > requests and increased activity in JIRA. Two new committers were added in > the last period. > > ## PMC changes: > > - Currently 18 PMC members. > - No new PMC members added in the last 3 months > - Last PMC addition was Sudheesh Katkam on Wed Oct 05

Re: [ANNOUNCE] NewApache Drill Committer - Rahul Challapalli

2017-02-17 Thread Sudheesh Katkam
Congratulations, Rahul! > On Feb 15, 2017, at 1:22 PM, Aditya wrote: > > Congratulations, Rahul! > > On Wed, Feb 15, 2017 at 1:04 PM, rahul challapalli < > challapallira...@gmail.com> wrote: > >> Thank you Ramana and Khurram >> >> On Feb 15, 2017 11:19 AM, "Khurram Faraaz" wrote: >> >>> Con

Re: [ANNOUNCE] New Apache Drill Committer - Abhishek Girish

2017-02-17 Thread Sudheesh Katkam
Congratulations, Abhishek. > On Feb 15, 2017, at 1:22 PM, Aditya wrote: > > Congratulations, Abhishek! > > On Tue, Feb 14, 2017 at 10:39 PM, Khurram Faraaz wrote: > >> Congrats Abhishek! >> >> >> From: Parth Chandra >> Sent: Wednesday, February 15, 2017 9:48

Re: Time for 1.10 release

2017-02-23 Thread Sudheesh Katkam
I would like to include: + DRILL-4280: https://github.com/apache/drill/pull/578 (going through the last round of comments) Thank you, Sudheesh > On Feb 22, 2017, at 11:16 PM, Jinfeng Ni wrote: > > Hi Drillers, > > It has been almost 3 months since we release Drill 1.9. We have > resolved ple

[ANNOUNCE] New Committer: Arina Ielchiieva

2017-02-24 Thread Sudheesh Katkam
The Project Management Committee (PMC) for Apache Drill has invited Arina Ielchiieva to become a committer, and we are pleased to announce that she has accepted. Arina has a long list of contributions [1] that have touched many aspects of the product. Her work includes features such as dynamic UDF

[HANGOUT] Topics for 04/18/17

2017-04-17 Thread Sudheesh Katkam
Hi drillers, Our bi-weekly hangout is tomorrow (04/18/17, 10 AM PT). If you have any suggestions for hangout topics, you can add them to this thread. We will also ask around at the beginning of the hangout for topics. Hangout link: https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5f

Fwd: Re: Apache Drill Repository is Empty!

2017-04-28 Thread Sudheesh Katkam
FYI. I had reached out to GitHub about github.com/apache/drill being empty. -- Forwarded message -- From: "Laura Coursen (GitHub Staff)" Date: Apr 28, 2017 9:35 AM Subject: Re: Apache Drill Repository is Empty! To: "Sudheesh Katkam" Cc: Hi there, Sorry fo

Re: Fwd: Re: Apache Drill Repository is Empty!

2017-04-28 Thread Sudheesh Katkam
Back to normal now. From: Sudheesh Katkam Sent: Friday, April 28, 2017 9:45:33 AM To: dev@drill.apache.org Subject: Fwd: Re: Apache Drill Repository is Empty! FYI. I had reached out to GitHub about github.com/apache/drill being empty. -- Forwarded

Re: DRAFT - ASF Board report for Apache Drill (May 2017)

2017-05-01 Thread Sudheesh Katkam
the previous period. Three new committers > were added in the last period. > > > ## PMC changes: > > - Currently 17 PMC members. > - No new PMC members added in the last 3 months > - One PMC member has resigned due to lack of time. > - Last PMC addition was Sudheesh

Upgrading Netty

2017-05-15 Thread Sudheesh Katkam
Hi all, As part of working on DRILL-5431 [1], I found a bug in Netty [2], which is due to be fixed in 4.0.48 [3]. Drill is currently using 4.0.27 [4]. Does anyone foresee issues with upgrading to the latest version of Netty? I noticed Apache Arrow upgraded to 4.0.41 [5]. Thank you, Sudheesh [

Re: [ANNOUNCE] New Committer: Paul Rogers

2017-05-19 Thread Sudheesh Katkam
Congratulations, Paul! > On May 19, 2017, at 9:46 AM, Robert Hou wrote: > > Congrats, Paul! > > > > From: Chunhui Shi > Sent: Friday, May 19, 2017 9:44 AM > To: dev > Subject: Re: [ANNOUNCE] New Committer: Paul Rogers > > Congrats Paul! Thank you for your con

Re: [ANNOUNCE] New Committer: Paul Rogers

2017-05-19 Thread Sudheesh Katkam
Forgot to mention, not many developers know about this: https://github.com/paul-rogers/drill/wiki So thank you Paul, for that informative wiki, and all your contributions. On May 19, 2017, at 10:50 AM, Paul Rogers mailto:prog...@mapr.com>> wrote: Thanks everyone! - Paul On May 19, 2017, at 1

Re: [ANNOUNCE] New PMC member: Arina Ielchiieva

2017-08-02 Thread Sudheesh Katkam
Congratulations and thank you, Arina. On Wed, Aug 2, 2017 at 1:38 PM, Paul Rogers wrote: > The success of the Drill 1.11 release proves this is a well-deserved move. > Congratulations! > > - Paul > > > On Aug 2, 2017, at 11:23 AM, Aman Sinha wrote: > > > > I am pleased to announce that Drill PM

Re: Review Request 31938: DRILL-2275: Need implementations of sys tables for drill memory and threads profiles

2015-03-11 Thread Sudheesh Katkam
/drill/exec/store/sys/SystemTableBatchCreator.java, > > line 77 > > <https://reviews.apache.org/r/31938/diff/1/?file=891402#file891402line77> > > > > Could this be a method on the SystemTable enum instead? ^ Same as above. On March 11, 2015, 10:22 p.m.

Re: Review Request 31938: DRILL-2275: Need implementations of sys tables for drill memory and threads profiles

2015-03-11 Thread Sudheesh Katkam
824 | 395823432 | 500 | | perfnode208.perf.lab | 31010 | 1073741824 | 337127496 | 200 | | perfnode207.perf.lab | 31010 | 1073741824 | 289272760 | 200 | ++--++-+ ``` Thanks, Sudhe

Review Request 31938: DRILL-2275: Need implementations of sys tables for drill memory and threads profiles

2015-03-12 Thread Sudheesh Katkam
000 | | perfnode208.perf.lab:31010 | 1073741824 | 337127496 | 200 | | perfnode207.perf.lab:31010 | 1073741824 | 289272760 | 200 | ++--++-+ ``` Thanks, Sudheesh Katkam

Re: Review Request 31748: DRILL-2387: Enhance exception reporting

2015-03-16 Thread Sudheesh Katkam
es the messages from non-root cause are not useful. - Sudheesh --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31748/#review76676 --- On March

Re: Review Request 31748: DRILL-2387: Enhance exception reporting

2015-03-16 Thread Sudheesh Katkam
reator$ScreenRoot.innerNext():97 org.apache.drill.exec.physical.impl.BaseRootExec.next():57 org.apache.drill.exec.work.fragment.FragmentExecutor.run():121 org.apache.drill.exec.work.WorkManager$RunnableWrapper.run():303 ...():0 ``` Thanks, Sudheesh Katkam

Re: Review Request 31938: DRILL-2275: Need implementations of sys tables for drill memory and threads profiles

2015-03-16 Thread Sudheesh Katkam
010 | 1073741824 | 337127496 | 200 | | perfnode207.perf.lab | 31010 | 1073741824 | 289272760 | 200 | ++--++-+ ``` Thanks, Sudheesh Katkam

Re: Review Request 31748: DRILL-2387: Enhance exception reporting

2015-03-17 Thread Sudheesh Katkam
("exception 2", new > > Exception("exception 3"))), logger, false); > > ``` > > > > Should display: > > ``` > > Error message > > exception 1 > > exception 2 > > exception 3 > > ``` >

Re: Review Request 31748: DRILL-2387: Enhance exception reporting

2015-03-17 Thread Sudheesh Katkam
-- On March 17, 2015, 12:52 a.m., Sudheesh Katkam wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/31748/ > -

Re: Review Request 31938: DRILL-2275: Need implementations of sys tables for drill memory and threads profiles

2015-03-17 Thread Sudheesh Katkam
000 | | perfnode208.perf.lab | 31010 | 1073741824 | 337127496 | 200 | | perfnode207.perf.lab | 31010 | 1073741824 | 289272760 | 200 | ++--++-+ ``` Thanks, Sudheesh Katkam

Re: Review Request 31748: DRILL-2387: Enhance exception reporting

2015-03-17 Thread Sudheesh Katkam
..():0 ``` Thanks, Sudheesh Katkam

Re: Review Request 31651: DRILL-2322: CSV record reader should log which file and which record caused an error in the reader

2015-03-18 Thread Sudheesh Katkam
che/drill/exec/store/text/DrillTextRecordReader.java 7c1f888 Diff: https://reviews.apache.org/r/31651/diff/ Testing --- Thanks, Sudheesh Katkam

Re: Review Request 31938: DRILL-2275: Need implementations of sys tables for drill memory and threads profiles

2015-03-19 Thread Sudheesh Katkam
256 | 200 | | perfnode206.perf.lab | 31010 | 4225236992 | 311670104 | 200 | +++-+---+-+ ``` Thanks, Sudheesh Katkam

Review Request 32259: DRILL-2367: Need to remove drill.exec.storage.file.partition.column.label as BOOT option (from drill-module.conf)

2015-03-19 Thread Sudheesh Katkam
/ Testing --- Thanks, Sudheesh Katkam

Re: Review Request 31938: DRILL-2275: Need implementations of sys tables for drill memory and threads profiles

2015-03-19 Thread Sudheesh Katkam
--------- On March 19, 2015, 8:48 p.m., Sudheesh Katkam wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/31938/ >

Re: Review Request 31938: DRILL-2275: Need implementations of sys tables for drill memory and threads profiles

2015-03-19 Thread Sudheesh Katkam
is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31938/#review77119 --- On March 19, 2015, 8:48 p.m., Sudheesh Katkam wrote: > > -

Re: Review Request 31938: DRILL-2275: Need implementations of sys tables for drill memory and threads profiles

2015-03-19 Thread Sudheesh Katkam
nks, Sudheesh Katkam

Re: Review Request 31938: DRILL-2275: Need implementations of sys tables for drill memory and threads profiles

2015-03-19 Thread Sudheesh Katkam
esh --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31938/#review77148 ------- On March 20, 2015, 12:02 a.m., Sudheesh Katkam wrote: > >

Re: Review Request 32259: DRILL-2367: Need to remove drill.exec.storage.file.partition.column.label as BOOT option (from drill-module.conf)

2015-03-20 Thread Sudheesh Katkam
-exec/src/main/resources/drill-module.conf 9e807b0 Diff: https://reviews.apache.org/r/32259/diff/ Testing --- Thanks, Sudheesh Katkam

Review Request 32327: DRILL-2437: enhance exception injection to support session level injections

2015-03-20 Thread Sudheesh Katkam
/testing/TestExceptionInjection.java d0c0279 Diff: https://reviews.apache.org/r/32327/diff/ Testing --- Added test case. Passes all other tests, and builds. Thanks, Sudheesh Katkam

Test failures on Linux?

2015-03-25 Thread Sudheesh Katkam
Hey y’all,I am getting unit test failures (NPEs) on my Linux VM on the latest master (commit: 8493713). I tried this multiple times (47 errors first time, 22 second time, 7 third time, 15 fourth time ..) on multiple machines.Some setup information:root@perfnode207:~/dev# cat /proc/versionLinux vers

Review Request 32513: DRILL-2572 Test case failures on Linux

2015-03-25 Thread Sudheesh Katkam
://reviews.apache.org/r/32513/diff/ Testing --- Passes all unit tests on Mac and Linux. Thanks, Sudheesh Katkam

Re: Review Request 32513: DRILL-2572 Test case failures on Linux

2015-03-25 Thread Sudheesh Katkam
/main/java/org/apache/drill/exec/planner/logical/partition/PruneScanRule.java b8c9ebf Diff: https://reviews.apache.org/r/32513/diff/ Testing --- Passes all unit tests on Mac and Linux. Thanks, Sudheesh Katkam

Re: Test failures on Linux?

2015-03-25 Thread Sudheesh Katkam
572> The patch is attached to the JIRA. Here’s the review request: https://reviews.apache.org/r/32513 <https://reviews.apache.org/r/32513> Thank you, Sudheesh > On Mar 25, 2015, at 12:15 PM, Sudheesh Katkam wrote: > > Hey y’all, > > I am getting unit test failures (NPEs) o

Re: Review Request 32327: DRILL-2437: enhance exception injection to support session level injections

2015-03-26 Thread Sudheesh Katkam
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32327/#review77309 --- On March 20, 2015, 8:20 p.m., Sudheesh Katkam wrote: > > -

Re: Review Request 32327: DRILL-2437: enhance exception injection to support session level injections

2015-03-26 Thread Sudheesh Katkam
/exec/testing/ExceptionInjectionUtil.java bf93dee exec/java-exec/src/test/java/org/apache/drill/exec/testing/TestExceptionInjection.java d0c0279 Diff: https://reviews.apache.org/r/32327/diff/ Testing --- Added test case. Passes all other tests, and builds. Thanks, Sudheesh Katkam

RAT Error while generating sources from .proto files

2015-03-31 Thread Sudheesh Katkam
Hey y’all, I edited the BitControl.proto and I am trying to regenerate all proto sources. In the protocol dir, I executed mvn process-sources -P proto-compile, this removed all the Apache license headers and now RAT complains that there are 61 files with unapproved licenses. Did anyone face th

Re: RAT Error while generating sources from .proto files

2015-03-31 Thread Sudheesh Katkam
Fixed (thanks to Venki). In protocol directory, run: mvn clean install -Pproto-compile Thank you, Sudheesh > On Mar 31, 2015, at 5:38 PM, Sudheesh Katkam wrote: > > Hey y’all, > > I edited the BitControl.proto and I am trying to regenerate all proto > sources. > >

Re: RAT Error while generating sources from .proto files

2015-04-02 Thread Sudheesh Katkam
n the protocol directory that > describes that. > > On Tue, Mar 31, 2015 at 6:34 PM, Sudheesh Katkam > wrote: > >> Fixed (thanks to Venki). >> >> In protocol directory, run: mvn clean install -Pproto-compile >> >> Thank you, >> Sudheesh >> &

Review Request 32795: DRILL-2383: Add exception and pause injections for testing drillbit stability

2015-04-02 Thread Sudheesh Katkam
d516d3 protocol/src/main/java/org/apache/drill/exec/proto/BitControl.java 813d961 protocol/src/main/java/org/apache/drill/exec/proto/SchemaBitControl.java 5e7562e protocol/src/main/java/org/apache/drill/exec/proto/beans/PlanFragment.java f6fbce1 protocol/src/main/protobuf/BitControl.proto 0424725 Diff: https://reviews.apache.org/r/32795/diff/ Testing --- Unit tests in TestDrillbitResilience, TestExceptionInjection and TestPauseInjection. Successful Jenkins builds. Thanks, Sudheesh Katkam

Re: Timing out unit tests on master

2015-04-03 Thread Sudheesh Katkam
I am getting these on my Mac: Four timeouts, other than the ones mentioned by Jason. > TestParquetWriter.testTPCHReadWrite7:131->runTestAndValidate:465->BaseTestQuery.testRunAndReturn:205 > » > testTPCHReadWrite7(org.apache.drill.exec.physical.impl.writer.TestParquetWriter) > Time elapsed: 50.5

Re: Timing out unit tests on master

2015-04-03 Thread Sudheesh Katkam
; On Fri, Apr 3, 2015 at 10:58 AM, Sudheesh Katkam > wrote: > >> I am getting these on my Mac: >> >> Four timeouts, other than the ones mentioned by Jason. >>> >> TestParquetWriter.testTPCHReadWrite7:131->runTestAndValidate:465->

Re: Review Request 32795: DRILL-2383: Add exception and pause injections for testing drillbit stability

2015-04-03 Thread Sudheesh Katkam
795/diff/1/?file=914184#file914184line102> > > > > How does this get called (@JsonCreator) if it's private? I'd just like > > to understand how that works. Tbh, I tried and it worked :) > On April 3, 2015, 10:58 p.m., Chris Westin wrote: >

Re: Review Request 32795: DRILL-2383: Add exception and pause injections for testing drillbit stability

2015-04-06 Thread Sudheesh Katkam
src/main/java/org/apache/drill/exec/proto/beans/PlanFragment.java f6fbce1 protocol/src/main/protobuf/BitControl.proto 0424725 Diff: https://reviews.apache.org/r/32795/diff/ Testing --- Unit tests in TestDrillbitResilience, TestExceptionInjection and TestPauseInjection. Successful Jenkins builds. Thanks, Sudheesh Katkam

Re: Review Request 32795: DRILL-2383: Add exception and pause injections for testing drillbit stability

2015-04-06 Thread Sudheesh Katkam
.txt bd516d3 protocol/src/main/java/org/apache/drill/exec/proto/BitControl.java 813d961 protocol/src/main/java/org/apache/drill/exec/proto/SchemaBitControl.java 5e7562e protocol/src/main/java/org/apache/drill/exec/proto/beans/PlanFragment.java f6fbce1 protocol/src/main/protobuf/BitControl.proto 0424725 Diff: https://reviews.apache.org/r/32795/diff/ Testing --- Unit tests in TestDrillbitResilience, TestExceptionInjection and TestPauseInjection. Successful Jenkins builds. Thanks, Sudheesh Katkam

Re: Review Request 32795: DRILL-2383: Add exception and pause injections for testing drillbit stability

2015-04-07 Thread Sudheesh Katkam
3line47> > > > > Can you please move to using JsonCreator and doing all validation at > > deserialization time? This should also remove the need for two separate > > classes. Incorrect values should throw a ValidationException. Validation at deseri

Re: Review Request 32795: DRILL-2383: Add exception and pause injections for testing drillbit stability

2015-04-07 Thread Sudheesh Katkam
when I rebased on top of current master (with "split QueryResult into two patch"). - Sudheesh Katkam On April 6, 2015, 10:53 p.m., Sudheesh Katkam wrote: > > --- > This is an automatically generated e-mail.

  1   2   3   4   5   >