[jira] [Updated] (HIVE-7899) txnMgr should be session specific

2014-09-05 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-7899:
---
   Resolution: Fixed
Fix Version/s: 0.14.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Alan!

 txnMgr should be session specific
 -

 Key: HIVE-7899
 URL: https://issues.apache.org/jira/browse/HIVE-7899
 Project: Hive
  Issue Type: Bug
  Components: Transactions
Affects Versions: 0.13.1
Reporter: Alan Gates
Assignee: Alan Gates
 Fix For: 0.14.0

 Attachments: HIVE-7899.2.patch, HIVE-7899.patch


 Currently the Driver class keeps a single reference to a transaction manager. 
  It should instead be session specific since in the future multiple queries 
 will want to share the same transaction manager.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-7899) txnMgr should be session specific

2014-09-04 Thread Alan Gates (JIRA)

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

Alan Gates updated HIVE-7899:
-
Status: Patch Available  (was: Open)

 txnMgr should be session specific
 -

 Key: HIVE-7899
 URL: https://issues.apache.org/jira/browse/HIVE-7899
 Project: Hive
  Issue Type: Bug
  Components: Transactions
Affects Versions: 0.13.1
Reporter: Alan Gates
Assignee: Alan Gates
 Attachments: HIVE-7899.2.patch, HIVE-7899.patch


 Currently the Driver class keeps a single reference to a transaction manager. 
  It should instead be session specific since in the future multiple queries 
 will want to share the same transaction manager.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-7899) txnMgr should be session specific

2014-09-04 Thread Alan Gates (JIRA)

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

Alan Gates updated HIVE-7899:
-
Attachment: HIVE-7899.2.patch

Small change to also track current transaction id and auto commit in 
SessionState.

 txnMgr should be session specific
 -

 Key: HIVE-7899
 URL: https://issues.apache.org/jira/browse/HIVE-7899
 Project: Hive
  Issue Type: Bug
  Components: Transactions
Affects Versions: 0.13.1
Reporter: Alan Gates
Assignee: Alan Gates
 Attachments: HIVE-7899.2.patch, HIVE-7899.patch


 Currently the Driver class keeps a single reference to a transaction manager. 
  It should instead be session specific since in the future multiple queries 
 will want to share the same transaction manager.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-7899) txnMgr should be session specific

2014-08-28 Thread Alan Gates (JIRA)

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

Alan Gates updated HIVE-7899:
-

Attachment: HIVE-7899.patch

Attaching a patch that moves the transaction manager from Driver to 
SessionState.  This will make it easier to share the transaction manager across 
queries in the same session.

 txnMgr should be session specific
 -

 Key: HIVE-7899
 URL: https://issues.apache.org/jira/browse/HIVE-7899
 Project: Hive
  Issue Type: Bug
  Components: Transactions
Affects Versions: 0.13.1
Reporter: Alan Gates
Assignee: Alan Gates
 Attachments: HIVE-7899.patch


 Currently the Driver class keeps a single reference to a transaction manager. 
  It should instead be session specific since in the future multiple queries 
 will want to share the same transaction manager.



--
This message was sent by Atlassian JIRA
(v6.2#6252)