[jira] [Updated] (HIVE-13730) hybridgrace_hashjoin_1.q test gets stuck

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13730: - Attachment: HIVE-13730.2.patch Upload patch 2. [~vikram.dixit] Can you take a look? > hybridgrace_hashjoi

[jira] [Commented] (HIVE-13730) hybridgrace_hashjoin_1.q test gets stuck

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282431#comment-15282431 ] Wei Zheng commented on HIVE-13730: -- Here's an todo item after HIVE-13755 is fixed. Right

[jira] [Updated] (HIVE-13753) Make metastore client thread safe in DbTxnManager

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13753: - Attachment: HIVE-13753.3.patch Makes sense. Patch 3 made that field client final. Thanks [~vgumashta] for

[jira] [Updated] (HIVE-13753) Make metastore client thread safe in DbTxnManager

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13753: - Attachment: HIVE-13753.2.patch Patch 2. > Make metastore client thread safe in DbTxnManager > ---

[jira] [Commented] (HIVE-13753) Make metastore client thread safe in DbTxnManager

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282263#comment-15282263 ] Wei Zheng commented on HIVE-13753: -- Right, I should have removed that getter. Thanks for

[jira] [Updated] (HIVE-13753) Make metastore client thread safe in DbTxnManager

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13753: - Attachment: HIVE-13753.1.patch Previous patch has wrong name. Corrected it. > Make metastore client threa

[jira] [Updated] (HIVE-13753) Make metastore client thread safe in DbTxnManager

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13753: - Attachment: (was: HIVE-13725.1.patch) > Make metastore client thread safe in DbTxnManager > --

[jira] [Updated] (HIVE-13753) Make metastore client thread safe in DbTxnManager

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13753: - Attachment: HIVE-13725.1.patch Upload patch 1. [~ekoifman] Can you review please? > Make metastore client

[jira] [Updated] (HIVE-13753) Make metastore client thread safe in DbTxnManager

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13753: - Status: Patch Available (was: Open) > Make metastore client thread safe in DbTxnManager > ---

[jira] [Updated] (HIVE-13249) Hard upper bound on number of open transactions

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13249: - Attachment: HIVE-13249.10.patch patch 10 for review > Hard upper bound on number of open transactions > -

[jira] [Commented] (HIVE-13249) Hard upper bound on number of open transactions

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281995#comment-15281995 ] Wei Zheng commented on HIVE-13249: -- The Exception being caught from startHouseKeeperServi

[jira] [Updated] (HIVE-13249) Hard upper bound on number of open transactions

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13249: - Attachment: HIVE-13249.9.patch Thanks for catching that. Patch 9 fixed it. > Hard upper bound on number o

[jira] [Updated] (HIVE-13249) Hard upper bound on number of open transactions

2016-05-12 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13249: - Attachment: HIVE-13249.8.patch Upload patch 8. Made maxOpenTxns, numOpenTxns, tooManyOpenTxns volatile; C

[jira] [Commented] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281018#comment-15281018 ] Wei Zheng commented on HIVE-13458: -- Committed to master and branch-1. Thanks Eugene for t

[jira] [Updated] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13458: - Resolution: Fixed Fix Version/s: 2.1.0 1.3.0 Status: Resolved (was: P

[jira] [Updated] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13458: - Attachment: HIVE-13458.branch-1.patch > Heartbeater doesn't fail query when heartbeat fails >

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Resolution: Fixed Fix Version/s: 2.1.0 1.3.0 Status: Resolved (was: P

[jira] [Commented] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15280760#comment-15280760 ] Wei Zheng commented on HIVE-11793: -- Here's the test result. They're irrelevant. Test Nam

[jira] [Updated] (HIVE-12996) Temp tables shouldn't be locked

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12996: - Resolution: Fixed Fix Version/s: 2.1.0 1.3.0 Status: Resolved (was: P

[jira] [Commented] (HIVE-12996) Temp tables shouldn't be locked

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15280533#comment-15280533 ] Wei Zheng commented on HIVE-12996: -- Here's the test result. They're irrelevant. Test Nam

[jira] [Commented] (HIVE-13730) hybridgrace_hashjoin_1.q test gets stuck

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279707#comment-15279707 ] Wei Zheng commented on HIVE-13730: -- This issue is caused/exposed by HIVE-12837. > hybrid

[jira] [Updated] (HIVE-13730) hybridgrace_hashjoin_1.q test gets stuck

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13730: - Attachment: HIVE-13730.1.patch patch 1 for test. [~vikram.dixit] Can you review please? Now the test can

[jira] [Updated] (HIVE-13730) hybridgrace_hashjoin_1.q test gets stuck

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13730: - Status: Patch Available (was: Open) > hybridgrace_hashjoin_1.q test gets stuck >

[jira] [Commented] (HIVE-13730) hybridgrace_hashjoin_1.q test gets stuck

2016-05-11 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279701#comment-15279701 ] Wei Zheng commented on HIVE-13730: -- The root cause is that in some cases (e.g. when hive

[jira] [Commented] (HIVE-13730) hybridgrace_hashjoin_1.q test gets stuck

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279098#comment-15279098 ] Wei Zheng commented on HIVE-13730: -- It's stuck in an infinite while loop in BytesBytesMu

[jira] [Commented] (HIVE-13730) hybridgrace_hashjoin_1.q test gets stuck

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278987#comment-15278987 ] Wei Zheng commented on HIVE-13730: -- Looking into it.. > hybridgrace_hashjoin_1.q test ge

[jira] [Updated] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13458: - Attachment: HIVE-13458.9.patch Upload patch 9. Set queryId to null at the end of stopHeartbeat. Call acqu

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: HIVE-11793.8.patch patch 8. [~ekoifman] Can you take a look? > SHOW LOCKS with DbTxnManager i

[jira] [Commented] (HIVE-12634) Add command to kill an ACID transaction

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278686#comment-15278686 ] Wei Zheng commented on HIVE-12634: -- ROLLBACK is supposed to be used within a BEGIN TRANSA

[jira] [Updated] (HIVE-12996) Temp tables shouldn't be locked

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12996: - Attachment: HIVE-12996.3.patch patch 3, using isTemporary() > Temp tables shouldn't be locked > -

[jira] [Commented] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278635#comment-15278635 ] Wei Zheng commented on HIVE-11793: -- Sorry that was a merge error with code change from HI

[jira] [Commented] (HIVE-12996) Temp tables shouldn't be locked

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278634#comment-15278634 ] Wei Zheng commented on HIVE-12996: -- Ignore the above comment. That was for a different ti

[jira] [Commented] (HIVE-12996) Temp tables shouldn't be locked

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278631#comment-15278631 ] Wei Zheng commented on HIVE-12996: -- Sorry that was a merge error with code change from HI

[jira] [Updated] (HIVE-12634) Add command to kill an ACID transacton

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12634: - Resolution: Fixed Fix Version/s: 2.1.0 1.3.0 Status: Resolved (was: P

[jira] [Commented] (HIVE-12634) Add command to kill an ACID transacton

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278593#comment-15278593 ] Wei Zheng commented on HIVE-12634: -- Committed to master and branch-1. Thanks Eugene for t

[jira] [Updated] (HIVE-12634) Add command to kill an ACID transacton

2016-05-10 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12634: - Attachment: HIVE-12634.branch-1.patch Upload branch-1 patch > Add command to kill an ACID transacton > --

[jira] [Updated] (HIVE-13724) Backport HIVE-11591 to branch-1 to use undated annotations

2016-05-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13724: - Resolution: Fixed Fix Version/s: 1.3.0 Status: Resolved (was: Patch Available) > Backpo

[jira] [Commented] (HIVE-13724) Backport HIVE-11591 to branch-1 to use undated annotations

2016-05-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15277627#comment-15277627 ] Wei Zheng commented on HIVE-13724: -- Thanks Sergey for the review. Committed patch 1 to br

[jira] [Updated] (HIVE-13724) Backport HIVE-11591 to branch-1 to use undated annotations

2016-05-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13724: - Status: Patch Available (was: Open) > Backport HIVE-11591 to branch-1 to use undated annotations > --

[jira] [Updated] (HIVE-13724) Backport HIVE-11591 to branch-1 to use undated annotations

2016-05-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13724: - Attachment: HIVE-13724.pom_change_only.patch HIVE-13724.1.patch [~sershe] Can you review p

[jira] [Commented] (HIVE-11591) upgrade thrift to 0.9.3 and change generation to use undated annotations

2016-05-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15277383#comment-15277383 ] Wei Zheng commented on HIVE-11591: -- [~sershe] Should we backport this thrift args change

[jira] [Updated] (HIVE-12634) Add command to kill an ACID transacton

2016-05-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12634: - Target Version/s: 1.3.0, 2.1.0 (was: 1.3.0) > Add command to kill an ACID transacton > --

[jira] [Updated] (HIVE-12634) Add command to kill an ACID transacton

2016-05-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12634: - Attachment: HIVE-12634.7.patch patch 7, rebase > Add command to kill an ACID transacton > ---

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: HIVE-11793.7.patch > SHOW LOCKS with DbTxnManager ignores filter options > ---

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: (was: HIVE-11793.7.patch) > SHOW LOCKS with DbTxnManager ignores filter options >

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-09 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: HIVE-11793.7.patch patch 7 > SHOW LOCKS with DbTxnManager ignores filter options > --

[jira] [Commented] (HIVE-12996) Temp tables shouldn't be locked

2016-05-08 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275857#comment-15275857 ] Wei Zheng commented on HIVE-12996: -- No new test failures. [~ekoifman] Can you please revi

[jira] [Commented] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-05-08 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275856#comment-15275856 ] Wei Zheng commented on HIVE-13458: -- No new test failures. [~ekoifman] Can you review it?

[jira] [Commented] (HIVE-13249) Hard upper bound on number of open transactions

2016-05-08 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275855#comment-15275855 ] Wei Zheng commented on HIVE-13249: -- No new test failures. [~ekoifman] Can you review? >

[jira] [Commented] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-08 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275845#comment-15275845 ] Wei Zheng commented on HIVE-11793: -- Are you sure? There are several changes between the t

[jira] [Commented] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-07 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275475#comment-15275475 ] Wei Zheng commented on HIVE-11793: -- No new failures. [~ekoifman] Can you take another loo

[jira] [Updated] (HIVE-12996) Temp tables shouldn't be locked

2016-05-05 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12996: - Attachment: HIVE-12996.2.patch patch 2, rebase > Temp tables shouldn't be locked > --

[jira] [Updated] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-05-05 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13458: - Attachment: HIVE-13458.8.patch patch 8, rebase > Heartbeater doesn't fail query when heartbeat fails > --

[jira] [Updated] (HIVE-13249) Hard upper bound on number of open transactions

2016-05-05 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13249: - Attachment: HIVE-13249.7.patch patch 7, rebase > Hard upper bound on number of open transactions > --

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-05 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: HIVE-11793.6.patch > SHOW LOCKS with DbTxnManager ignores filter options > ---

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-05 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: (was: HIVE-11793.6.patch) > SHOW LOCKS with DbTxnManager ignores filter options >

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-05 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: HIVE-11793.6.patch patch 6 for test > SHOW LOCKS with DbTxnManager ignores filter options > -

[jira] [Commented] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-05 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272665#comment-15272665 ] Wei Zheng commented on HIVE-11793: -- Test failures not related. [~ekoifman] Can you take

[jira] [Updated] (HIVE-12837) Better memory estimation/allocation for hybrid grace hash join during hash table loading

2016-05-04 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12837: - Resolution: Fixed Fix Version/s: 2.1.0 Status: Resolved (was: Patch Available) Thanks [

[jira] [Commented] (HIVE-12634) Add command to kill an ACID transacton

2016-05-04 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271155#comment-15271155 ] Wei Zheng commented on HIVE-12634: -- Test Name Duration Age org.apache.hadoop.hive.metas

[jira] [Commented] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-05-04 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271151#comment-15271151 ] Wei Zheng commented on HIVE-13458: -- Test Name Duration Age org.apache.hadoop.hive.cli.Te

[jira] [Commented] (HIVE-13249) Hard upper bound on number of open transactions

2016-05-04 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271114#comment-15271114 ] Wei Zheng commented on HIVE-13249: -- Above was tests being done. Failures are not related.

[jira] [Commented] (HIVE-13249) Hard upper bound on number of open transactions

2016-05-04 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271113#comment-15271113 ] Wei Zheng commented on HIVE-13249: -- {code} Test Name Duration Age org.apache.hadoop.hiv

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: (was: HIVE-11793.5.patch) > SHOW LOCKS with DbTxnManager ignores filter options >

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: HIVE-11793.5.patch > SHOW LOCKS with DbTxnManager ignores filter options > ---

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: HIVE-11793.5.patch Upload patch 5. It deprecated IMetaStoreClient.showLocks() method. > SHOW

[jira] [Updated] (HIVE-13684) Remove the deprecated IMetaStoreClient.showLocks()

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13684: - Description: IMetaStoreClient.showLocks() is deprecated in Hive 2.1 via HIVE-11793. This method can be re

[jira] [Updated] (HIVE-12996) Temp tables shouldn't be locked

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12996: - Attachment: HIVE-12996.1.patch patch 1 for test > Temp tables shouldn't be locked > -

[jira] [Updated] (HIVE-12996) Temp tables shouldn't be locked

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12996: - Status: Patch Available (was: Open) > Temp tables shouldn't be locked > --- >

[jira] [Commented] (HIVE-12996) Temp tables shouldn't be locked

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269920#comment-15269920 ] Wei Zheng commented on HIVE-12996: -- [~ekoifman] Can you take a look? > Temp tables shoul

[jira] [Commented] (HIVE-12996) Temp tables shouldn't be locked

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269840#comment-15269840 ] Wei Zheng commented on HIVE-12996: -- The original symptom was that temp table records show

[jira] [Updated] (HIVE-12996) Temp tables shouldn't be locked

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12996: - Summary: Temp tables shouldn't be locked (was: Temp tables shouldn't be stored in metastore tables for AC

[jira] [Updated] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-11793: - Attachment: HIVE-11793.4.patch upload patch 4, fixed a problem of showing tables of the same name from di

[jira] [Commented] (HIVE-13646) make hive.optimize.sort.dynamic.partition compatible with ACID tables

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269253#comment-15269253 ] Wei Zheng commented on HIVE-13646: -- patch looks good. +1 > make hive.optimize.sort.dynam

[jira] [Commented] (HIVE-11848) tables in subqueries don't get locked

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269229#comment-15269229 ] Wei Zheng commented on HIVE-11848: -- patch looks good. +1 > tables in subqueries don't ge

[jira] [Commented] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-05-03 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269157#comment-15269157 ] Wei Zheng commented on HIVE-11793: -- ping [~ekoifman].. > SHOW LOCKS with DbTxnManager ig

[jira] [Updated] (HIVE-13354) Add ability to specify Compaction options per table and per request

2016-05-02 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13354: - Attachment: HIVE-13354.1.withoutSchemaChange.patch > Add ability to specify Compaction options per table a

[jira] [Updated] (HIVE-13354) Add ability to specify Compaction options per table and per request

2016-05-02 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13354: - Attachment: (was: HIVE-13354.1.withoutSchemaChange.patch) > Add ability to specify Compaction options

[jira] [Updated] (HIVE-13354) Add ability to specify Compaction options per table and per request

2016-05-02 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13354: - Attachment: HIVE-13354.1.withoutSchemaChange.patch Upload patch 1, without schema changes in the upgrade s

[jira] [Commented] (HIVE-13354) Add ability to specify Compaction options per table and per request

2016-05-02 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267792#comment-15267792 ] Wei Zheng commented on HIVE-13354: -- New usages after this improvement. - Allow new tblpr

[jira] [Updated] (HIVE-12634) Add command to kill an ACID transacton

2016-04-30 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12634: - Attachment: HIVE-12634.6.patch patch 6, rebase > Add command to kill an ACID transacton > ---

[jira] [Updated] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-04-30 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13458: - Attachment: HIVE-13458.7.patch Unfortunately patch 6 didn't apply. Upload patch 7 for test. > Heartbeate

[jira] [Commented] (HIVE-13343) Need to disable hybrid grace hash join in llap mode except for dynamically partitioned hash join

2016-04-29 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15264447#comment-15264447 ] Wei Zheng commented on HIVE-13343: -- [~vikram.dixit] In patch 4 I didn't see LLAP_ENABLE_G

[jira] [Updated] (HIVE-13249) Hard upper bound on number of open transactions

2016-04-28 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13249: - Attachment: HIVE-13249.6.patch patch 6 addresses [~leftylev]'s comments. Thanks! > Hard upper bound on nu

[jira] [Commented] (HIVE-13354) Add ability to specify Compaction options per table and per request

2016-04-27 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15261172#comment-15261172 ] Wei Zheng commented on HIVE-13354: -- Schema changes in this ticket will depend on schema c

[jira] [Updated] (HIVE-13354) Add ability to specify Compaction options per table and per request

2016-04-27 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13354: - Target Version/s: 1.3.0, 2.1.0 (was: 1.3.0, 2.0.0) > Add ability to specify Compaction options per table

[jira] [Updated] (HIVE-12634) Add command to kill an ACID transacton

2016-04-27 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12634: - Attachment: HIVE-12634.5.patch patch 5 for test > Add command to kill an ACID transacton > --

[jira] [Commented] (HIVE-12634) Add command to kill an ACID transacton

2016-04-27 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15261051#comment-15261051 ] Wei Zheng commented on HIVE-12634: -- Thanks [~ekoifman] for the review. 1. You're right ab

[jira] [Updated] (HIVE-13249) Hard upper bound on number of open transactions

2016-04-27 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13249: - Attachment: HIVE-13249.5.patch patch 5 for test > Hard upper bound on number of open transactions > -

[jira] [Updated] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-04-27 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13458: - Attachment: HIVE-13458.6.patch patch 6, rebased, for test > Heartbeater doesn't fail query when heartbeat

[jira] [Commented] (HIVE-12634) Add command to kill an ACID transacton

2016-04-27 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260578#comment-15260578 ] Wei Zheng commented on HIVE-12634: -- Test failures are not related, and as I ran them loca

[jira] [Commented] (HIVE-12837) Better memory estimation/allocation for hybrid grace hash join during hash table loading

2016-04-27 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260479#comment-15260479 ] Wei Zheng commented on HIVE-12837: -- Test failures are not related. [~sershe] Can you plea

[jira] [Commented] (HIVE-13563) Hive Streaming does not honor orc.compress.size and orc.stripe.size table properties

2016-04-26 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259235#comment-15259235 ] Wei Zheng commented on HIVE-13563: -- ping [~owen.omalley].. > Hive Streaming does not hon

[jira] [Updated] (HIVE-13354) Add ability to specify Compaction options per table and per request

2016-04-26 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13354: - Summary: Add ability to specify Compaction options per table and per request (was: Add ability to specify

[jira] [Updated] (HIVE-12837) Better memory estimation/allocation for hybrid grace hash join during hash table loading

2016-04-25 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12837: - Attachment: HIVE-12837.5.patch I don't think test failures are related. But to make sure, I cloned patch 4

[jira] [Updated] (HIVE-13249) Hard upper bound on number of open transactions

2016-04-25 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13249: - Attachment: HIVE-13249.4.patch patch 4 for test. > Hard upper bound on number of open transactions >

[jira] [Commented] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-04-25 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15257301#comment-15257301 ] Wei Zheng commented on HIVE-13458: -- Test failures are not related. But I will upload patc

[jira] [Updated] (HIVE-13458) Heartbeater doesn't fail query when heartbeat fails

2016-04-25 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13458: - Attachment: HIVE-13458.5.patch > Heartbeater doesn't fail query when heartbeat fails > ---

[jira] [Commented] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options

2016-04-25 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15257267#comment-15257267 ] Wei Zheng commented on HIVE-11793: -- I ran TestDbTxnManager locally and nothing fails. Oth

[jira] [Updated] (HIVE-12634) Add command to kill an ACID transacton

2016-04-25 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-12634: - Attachment: HIVE-12634.4.patch patch 3 didn't apply to master. Upload patch 4 for test. > Add command to

<    4   5   6   7   8   9   10   11   12   13   >