drill git commit: DRILL-2750: Running 1 or more queries against Drillbits having insufficient DirectMem renders the Drillbits in an unusable state

2015-05-13 Thread jacques
Repository: drill Updated Branches: refs/heads/master 880dff8e2 - d1526f946 DRILL-2750: Running 1 or more queries against Drillbits having insufficient DirectMem renders the Drillbits in an unusable state Fix memory leaks found at operator tree construction time if there is an allocation

[2/2] drill git commit: DRILL-2993: Unthrottle at cancel() to fix post-cancelation hangs.

2015-05-13 Thread mehant
DRILL-2993: Unthrottle at cancel() to fix post-cancelation hangs. Added unthrottling in close(). Cleaned up throttling logic code: - Applied AtomicBoolean to eliminate race conditions. - Extracted methods for starting/stopping throttling. Made small edits to some message: - Fixed missed,

[2/2] drill git commit: DRILL-3037: Fix impersonation issue with HDFS based filesystem plugins.

2015-05-13 Thread venki
DRILL-3037: Fix impersonation issue with HDFS based filesystem plugins. We have common code where we impersonate the owner of scan (proxy user) while creating a filesystem object. When impersonation is enabled the proxy user is either query user or view owner (if the query involves views). When

[1/2] drill git commit: DRILL-3020: Copy cause exception's message to thrown SQLException's message.

2015-05-13 Thread mehant
Repository: drill Updated Branches: refs/heads/master ffbb9c7ad - 97a01b2c6 DRILL-3020: Copy cause exception's message to thrown SQLException's message. Changed SQLException construction to set SQLException's message to the cause exception's toString(). Also: - Narrowed one SQLException to

drill git commit: DRILL-2936: Use SpoolingRawBatchBuffer for HashToMergeExchange In order to avoid deadlocks

2015-05-13 Thread smp
Repository: drill Updated Branches: refs/heads/master c04a8f9fe - 814f553f2 DRILL-2936: Use SpoolingRawBatchBuffer for HashToMergeExchange In order to avoid deadlocks Refactored common code in UnlimitedRawBatchBuffer and SpoolingRawBatchBuffer into BaseRawBatchBuffer Removed

[2/3] drill git commit: DRILL-2998: Implement heartbeat in C++ client

2015-05-13 Thread parthc
http://git-wip-us.apache.org/repos/asf/drill/blob/ffbb9c7a/contrib/native/client/src/protobuf/User.pb.cc -- diff --git a/contrib/native/client/src/protobuf/User.pb.cc b/contrib/native/client/src/protobuf/User.pb.cc index

[8/8] drill git commit: DRILL-3053: add unchecked exception injection site in ChildAllocator

2015-05-13 Thread jacques
DRILL-3053: add unchecked exception injection site in ChildAllocator Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/583ca4a9 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/583ca4a9 Diff:

[2/8] drill git commit: DRILL-3079: Move execution fragment json parsing from RPC message to fragment start.

2015-05-13 Thread jacques
http://git-wip-us.apache.org/repos/asf/drill/blob/4ad42611/protocol/src/main/java/org/apache/drill/exec/proto/BitControl.java -- diff --git a/protocol/src/main/java/org/apache/drill/exec/proto/BitControl.java

[6/8] drill git commit: DRILL-3069: Fix StreamingAggBatch to appropriately set current index when it receives empty batches

2015-05-13 Thread jacques
DRILL-3069: Fix StreamingAggBatch to appropriately set current index when it receives empty batches Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/97a63168 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/97a63168

[4/8] drill git commit: DRILL-3074: Fix infinite loop issue in ReconnectingConnection

2015-05-13 Thread jacques
DRILL-3074: Fix infinite loop issue in ReconnectingConnection Also use the remaining timeout incase of interruption Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/b1b75f6a Tree:

[1/2] drill git commit: DRILL-2229: For SqlParseException, SqlUnsupportedException, throw UserException

2015-05-13 Thread amansinha
Repository: drill Updated Branches: refs/heads/master 4199e6bb3 - 880dff8e2 DRILL-2229: For SqlParseException, SqlUnsupportedException, throw UserException Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/880dff8e Tree: