[jira] [Created] (HIVE-23732) [refactor] Move allocating write IDs to ValidTxnManager.getTxnWriteIds

2020-06-19 Thread Kishen Das (Jira)
Kishen Das created HIVE-23732: - Summary: [refactor] Move allocating write IDs to ValidTxnManager.getTxnWriteIds Key: HIVE-23732 URL: https://issues.apache.org/jira/browse/HIVE-23732 Project: Hive

[jira] [Created] (HIVE-23731) Review of AvroInstance Cache

2020-06-19 Thread David Mollitor (Jira)
David Mollitor created HIVE-23731: - Summary: Review of AvroInstance Cache Key: HIVE-23731 URL: https://issues.apache.org/jira/browse/HIVE-23731 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-23730) Compiler support tracking TS keyColName for Probe MapJoin

2020-06-19 Thread Panagiotis Garefalakis (Jira)
Panagiotis Garefalakis created HIVE-23730: - Summary: Compiler support tracking TS keyColName for Probe MapJoin Key: HIVE-23730 URL: https://issues.apache.org/jira/browse/HIVE-23730 Project:

[jira] [Created] (HIVE-23729) LLAP text cache fails when using multiple tables/schemas on the same files

2020-06-19 Thread Jira
Ádám Szita created HIVE-23729: - Summary: LLAP text cache fails when using multiple tables/schemas on the same files Key: HIVE-23729 URL: https://issues.apache.org/jira/browse/HIVE-23729 Project: Hive

[jira] [Created] (HIVE-23728) Run metastore verification tests during precommit

2020-06-19 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-23728: --- Summary: Run metastore verification tests during precommit Key: HIVE-23728 URL: https://issues.apache.org/jira/browse/HIVE-23728 Project: Hive Issue

[jira] [Created] (HIVE-23727) Improve SQLOperation log handling when cleanup

2020-06-19 Thread Zhihua Deng (Jira)
Zhihua Deng created HIVE-23727: -- Summary: Improve SQLOperation log handling when cleanup Key: HIVE-23727 URL: https://issues.apache.org/jira/browse/HIVE-23727 Project: Hive Issue Type:

[jira] [Created] (HIVE-23726) Create table may throw MetaException(message:java.lang.IllegalArgumentException: Can not create a Path from a null string)

2020-06-19 Thread Istvan Fajth (Jira)
Istvan Fajth created HIVE-23726: --- Summary: Create table may throw MetaException(message:java.lang.IllegalArgumentException: Can not create a Path from a null string) Key: HIVE-23726 URL:

Re: Some tests started hanging recently

2020-06-19 Thread Jagat Singh
Hello Zoltan, Thank you for this. So, I ran few tests under itests to replicate the issue. There are 10 files inside itests which use Tez in one form or the other. I ran tests for all. All of them finished with maximum one running duration for 8 mins. Below are the timings for all

Re: Review Request 72528: ValidTxnManager doesn't consider txns opened and committed between snapshot generation and locking when evaluating ValidTxnListState

2020-06-19 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72528/#review221036 --- Ship it! +1 since the remaining issue will be fixed in

[jira] [Created] (HIVE-23725) ValidTxnManager snapshot outdating causing partial reads in merge inserst

2020-06-19 Thread Peter Varga (Jira)
Peter Varga created HIVE-23725: -- Summary: ValidTxnManager snapshot outdating causing partial reads in merge inserst Key: HIVE-23725 URL: https://issues.apache.org/jira/browse/HIVE-23725 Project: Hive

Re: Reviewers and assignees of PRs

2020-06-19 Thread Zoltan Haindrich
Hey Jagat! Thank you for your feedback - we should definetly need to improve on these fronts. I'll get to that when I could - but I'll also answer your questions here as well. On 6/19/20 3:16 AM, Jagat Singh wrote: One thing which needs improvement is updating of Hive Contributors wiki with

Re: Hive Dev Unit tests parallel execution

2020-06-19 Thread Zoltan Haindrich
Hey Jagat! that page is totally outdated...it takes almost a full day to execute the tests on a single machine; you can go parallel - but that may surface some other things (port already used and such) The easiest is to open a PR and let precommit testing do the job cheers, Zoltan On 6/17/20

Re: Some tests started hanging recently

2020-06-19 Thread Zoltan Haindrich
Hey Jagat! On 6/19/20 3:19 AM, Jagat Singh wrote: I was not expecting to hear this for my first PR :( No worries - this could happen; I think we've bumped into some nasty concurrency bug... I will also try to re-run the tests locally on my system and report back to you. thank you, it