belugabehr commented on pull request #2269:
URL: https://github.com/apache/hive/pull/2269#issuecomment-841454459


   @miklosgergely  `ObjectStore` cannot decide what it wants to be.  Each 
method has its own transaction handling, but there are times, such as in 
`HMSHandler::create_catalog` that wraps several methods under one using its own 
transaction handling.  We need to decide which one it will be, it cannot be 
both.  Based on the current usage, it looks to me like the Transaction handling 
should be removed from the ObjectStore code and moved up to whatever is 
wrapping it (HMSHandler for example).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to