Re: Review Request 71784: HiveProtoLoggingHook might consume lots of memory

2019-11-20 Thread Harish Jaiprakash via Review Board
> On Nov. 20, 2019, 7:32 a.m., Harish Jaiprakash wrote: > > ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveProtoLoggingHook.java > > Lines 176 (patched) > > > > > > We expect the dequeue to have not happened by

[jira] [Created] (HIVE-22522) llap doesn't work using complex join operation

2019-11-20 Thread lv haiyang (Jira)
lv haiyang created HIVE-22522: - Summary: llap doesn't work using complex join operation Key: HIVE-22522 URL: https://issues.apache.org/jira/browse/HIVE-22522 Project: Hive Issue Type: Bug

Review Request 71775: HIVE-22280: Q tests for partitioned temporary tables

2019-11-20 Thread Laszlo Pinter via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71775/ --- Review request for hive, Marta Kuczora, Peter Vary, and Adam Szita.

[jira] [Created] (HIVE-22521) Both Driver and SessionState has a userName

2019-11-20 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-22521: --- Summary: Both Driver and SessionState has a userName Key: HIVE-22521 URL: https://issues.apache.org/jira/browse/HIVE-22521 Project: Hive Issue Type:

Re: Review Request 71792: COMPLETED_TXN_COMPONENTS table is never cleaned up unless Compactor runs

2019-11-20 Thread Denys Kuzmenko via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71792/#review218723 --- Not ready. Need to handle aborted and currently active

Review Request 71792: COMPLETED_TXN_COMPONENTS table is never cleaned up unless Compactor runs

2019-11-20 Thread Denys Kuzmenko via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71792/ --- Review request for hive, Laszlo Pinter and Peter Vary. Bugs: HIVE-21917

[jira] [Created] (HIVE-22520) MS-SQL server: Load partition throws error in TxnHandler (ACID dataset)

2019-11-20 Thread Rajesh Balamohan (Jira)
Rajesh Balamohan created HIVE-22520: --- Summary: MS-SQL server: Load partition throws error in TxnHandler (ACID dataset) Key: HIVE-22520 URL: https://issues.apache.org/jira/browse/HIVE-22520 Project:

[jira] [Created] (HIVE-22519) TestMiniLlapLocalCliDriver#testCliDriver[sysdb_schq] fails intermittently

2019-11-20 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-22519: --- Summary: TestMiniLlapLocalCliDriver#testCliDriver[sysdb_schq] fails intermittently Key: HIVE-22519 URL: https://issues.apache.org/jira/browse/HIVE-22519

[jira] [Created] (HIVE-22518) SQLStdHiveAuthorizerFactoryForTest doesn't work correctly for llap tests

2019-11-20 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-22518: --- Summary: SQLStdHiveAuthorizerFactoryForTest doesn't work correctly for llap tests Key: HIVE-22518 URL: https://issues.apache.org/jira/browse/HIVE-22518

[jira] [Created] (HIVE-22517) Sysdb related qtests also output the sysdb sql commands to q.out

2019-11-20 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-22517: --- Summary: Sysdb related qtests also output the sysdb sql commands to q.out Key: HIVE-22517 URL: https://issues.apache.org/jira/browse/HIVE-22517 Project: Hive

[jira] [Created] (HIVE-22516) TestScheduledQueryIntegration fails occasionally

2019-11-20 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-22516: --- Summary: TestScheduledQueryIntegration fails occasionally Key: HIVE-22516 URL: https://issues.apache.org/jira/browse/HIVE-22516 Project: Hive Issue

Re: Review Request 71784: HiveProtoLoggingHook might leak memory

2019-11-20 Thread Attila Magyar
> On Nov. 20, 2019, 1:58 a.m., Harish Jaiprakash wrote: > > Thanks for the change. This does solve the memory problem and it looks good > > for me. > > > > We need a follow up JIRA to address why the queue size was 17,000 events. > > Was this hdfs or s3fs? In either case we should have some

Re: Review Request 71784: HiveProtoLoggingHook might leak memory

2019-11-20 Thread Attila Magyar
> On Nov. 20, 2019, 2:02 a.m., Harish Jaiprakash wrote: > > ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveProtoLoggingHook.java > > Lines 176 (patched) > > > > > > We expect the dequeue to have not happened by