[jira] [Created] (DRILL-6430) Drill Should Not Fail If It Sees Deprecated Options Stored In Zookeeper Or Locally

2018-05-18 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6430:
-

 Summary: Drill Should Not Fail If It Sees Deprecated Options 
Stored In Zookeeper Or Locally
 Key: DRILL-6430
 URL: https://issues.apache.org/jira/browse/DRILL-6430
 Project: Apache Drill
  Issue Type: Improvement
Reporter: Timothy Farkas
Assignee: Timothy Farkas


This is required for resource management since we will likely remove many 
options.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (DRILL-6429) SortImpl Should Not Use BufferAllocator.setLenient()

2018-05-18 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6429:
-

 Summary: SortImpl Should Not Use BufferAllocator.setLenient()
 Key: DRILL-6429
 URL: https://issues.apache.org/jira/browse/DRILL-6429
 Project: Apache Drill
  Issue Type: Improvement
Reporter: Timothy Farkas
Assignee: Timothy Farkas






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (DRILL-6428) HashAgg should not use BufferAllocator.setLenient()

2018-05-18 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6428:
-

 Summary: HashAgg should not use BufferAllocator.setLenient()
 Key: DRILL-6428
 URL: https://issues.apache.org/jira/browse/DRILL-6428
 Project: Apache Drill
  Issue Type: Improvement
Reporter: Timothy Farkas
Assignee: Timothy Farkas


Memory limits should not be lenient, they need to be explicit and 
deterministic. This is required for resource management.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (DRILL-6427) outputBatchSize is missing from the DEBUG output for HashJoinBatch operator

2018-05-18 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-6427:
-

 Summary: outputBatchSize is missing from the DEBUG output for 
HashJoinBatch operator 
 Key: DRILL-6427
 URL: https://issues.apache.org/jira/browse/DRILL-6427
 Project: Apache Drill
  Issue Type: Bug
Reporter: Khurram Faraaz
Assignee: Padma Penumarthy


Drill 1.14.0-SNAPSHOT commit : f99d1f1323c0a5bac99842d6283d3025f3cb527f 
outputBatchSize is missing from the DEBUG output for HashJoinBatch operator 

Query used in test,
{noformat}
select count(*) from `twovarchar_asc_128MB.parquet` t1, 
`twovarchar_asc_16MB.parquet` t2 WHERE t1.Varbinaryvalue = t2.Varbinaryvalue
{noformat} 
 
Snippet from drillbit.log 
{noformat}
2018-05-18 11:23:59,655 [2500e5c3-8f54-1f92-6eeb-7a81499a8abd:frag:0:0] DEBUG 
o.a.d.e.p.impl.join.HashJoinBatch - left input: batch count : 1, avg batch 
bytes : 90145920, avg row bytes : 8166, record count : 11040
2018-05-18 11:23:59,655 [2500e5c3-8f54-1f92-6eeb-7a81499a8abd:frag:0:0] DEBUG 
o.a.d.e.p.impl.join.HashJoinBatch - right input: batch count : 1, avg batch 
bytes : 10567808, avg row bytes : 7506, record count : 1408
2018-05-18 11:23:59,655 [2500e5c3-8f54-1f92-6eeb-7a81499a8abd:frag:0:0] DEBUG 
o.a.d.e.p.impl.join.HashJoinBatch - output: batch count : 166, avg batch bytes 
: 15951453, avg row bytes : 15672, record count : 168960
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (DRILL-6426) Refactor TestFunctionsWithTypeExpoQueries test to be independent on limit 0 optimization option

2018-05-18 Thread Arina Ielchiieva (JIRA)
Arina Ielchiieva created DRILL-6426:
---

 Summary: Refactor TestFunctionsWithTypeExpoQueries test to be 
independent on limit 0 optimization option
 Key: DRILL-6426
 URL: https://issues.apache.org/jira/browse/DRILL-6426
 Project: Apache Drill
  Issue Type: Task
Reporter: Arina Ielchiieva
Assignee: Arina Ielchiieva
 Fix For: 1.14.0


TestFunctionsWithTypeExpoQueries depends on limit 0 optimization option. 
Currently by default it is off and tests pass. If option by default is on, 
tests fail. Need to refactor tests to ensure they pass disregarding on default 
option value.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)