[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-02-12 Thread Xuefu Zhang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xuefu Zhang updated HIVE-4996:
--

   Resolution: Fixed
Fix Version/s: 0.13.0
   Status: Resolved  (was: Patch Available)

Patch committed to trunk. Thank Szehon for the patch.

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.10.0, 0.11.0, 0.12.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Assignee: Szehon Ho
>Priority: Critical
>  Labels: hive, metastore
> Fix For: 0.13.0
>
> Attachments: HIVE-4996.1.patch, HIVE-4996.2.patch, HIVE-4996.3.patch, 
> HIVE-4996.4.patch, HIVE-4996.patch, hive-4996.path
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-02-10 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-4996:


Attachment: HIVE-4996.4.patch

Addressing review comments + rebase.

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.10.0, 0.11.0, 0.12.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Assignee: Szehon Ho
>Priority: Critical
>  Labels: hive, metastore
> Attachments: HIVE-4996.1.patch, HIVE-4996.2.patch, HIVE-4996.3.patch, 
> HIVE-4996.4.patch, HIVE-4996.patch, hive-4996.path
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-02-05 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-4996:


Attachment: HIVE-4996.3.patch

Fixing the negative-test cases.

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.10.0, 0.11.0, 0.12.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Assignee: Szehon Ho
>Priority: Critical
>  Labels: hive, metastore
> Attachments: HIVE-4996.1.patch, HIVE-4996.2.patch, HIVE-4996.3.patch, 
> HIVE-4996.patch, hive-4996.path
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-02-04 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-4996:


Attachment: HIVE-4996.2.patch

Fixing url_hook failure.

Other failures do not seem related to this patch.

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.10.0, 0.11.0, 0.12.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Assignee: Szehon Ho
>Priority: Critical
>  Labels: hive, metastore
> Attachments: HIVE-4996.1.patch, HIVE-4996.2.patch, HIVE-4996.patch, 
> hive-4996.path
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-02-03 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-4996:


Status: Patch Available  (was: Open)

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.12.0, 0.11.0, 0.10.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Assignee: Szehon Ho
>Priority: Critical
>  Labels: hive, metastore
> Attachments: HIVE-4996.1.patch, HIVE-4996.patch, hive-4996.path
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-02-03 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-4996:


Attachment: HIVE-4996.1.patch

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.10.0, 0.11.0, 0.12.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Assignee: Szehon Ho
>Priority: Critical
>  Labels: hive, metastore
> Attachments: HIVE-4996.1.patch, HIVE-4996.patch, hive-4996.path
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-02-03 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-4996:


Status: Open  (was: Patch Available)

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.12.0, 0.11.0, 0.10.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Assignee: Szehon Ho
>Priority: Critical
>  Labels: hive, metastore
> Attachments: HIVE-4996.patch, hive-4996.path
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-02-03 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-4996:


Attachment: HIVE-4996.patch

Attaching a fix.

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.10.0, 0.11.0, 0.12.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Assignee: Szehon Ho
>Priority: Critical
>  Labels: hive, metastore
> Attachments: HIVE-4996.patch, hive-4996.path
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-01-06 Thread cyril liao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

cyril liao updated HIVE-4996:
-

 Tags: hive Metastore  (was: hive hiveserver)
Affects Version/s: 0.12.0
   Status: Patch Available  (was: Open)

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.12.0, 0.11.0, 0.10.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Priority: Critical
>  Labels: hive, metastore
> Attachments: hive-4996.path
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-01-06 Thread cyril liao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

cyril liao updated HIVE-4996:
-

Attachment: hive-4996.path

change connection poll from bonecp to dbcp

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.10.0, 0.11.0, 0.12.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Priority: Critical
>  Labels: hive, metastore
> Attachments: hive-4996.path
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2013-12-20 Thread Heyuan Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Heyuan Li updated HIVE-4996:


Affects Version/s: 0.11.0

> unbalanced calls to openTransaction/commitTransaction
> -
>
> Key: HIVE-4996
> URL: https://issues.apache.org/jira/browse/HIVE-4996
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.10.0, 0.11.0
> Environment: hiveserver1  Java HotSpot(TM) 64-Bit Server VM (build 
> 20.6-b01, mixed mode)
>Reporter: wangfeng
>Priority: Critical
>  Labels: hive, metastore
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> when we used hiveserver1 based on hive-0.10.0, we found the Exception 
> thrown.It was:
> FAILED: Error in metadata: MetaException(message:java.lang.RuntimeException: 
> commitTransaction was called but openTransactionCalls = 0. This probably 
> indicates that the
> re are unbalanced calls to openTransaction/commitTransaction)
> FAILED: Execution Error, return code 1 from 
> org.apache.hadoop.hive.ql.exec.DDLTask
> help



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)