[ https://issues.apache.org/jira/browse/HIVE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289708#comment-13289708 ]
Hudson commented on HIVE-3057: ------------------------------ Integrated in Thrift #496 (See [https://builds.apache.org/job/Thrift/496/]) THRIFT-1195 Allow users to act on client connects/disconnects HIVE-3067 Shutdown HiveMetaStore on client disconnect or timeout HIVE-3057 metastore.HiveMetaStore$HMSHandler should set the thread local raw store to null in shutdown() Patch: Dragan Okiljevic (Revision 1346566) Result = FAILURE roger : http://svn.apache.org/viewvc/?view=rev&rev=1346566 Files : * /thrift/trunk/lib/java/src/org/apache/thrift/server/AbstractNonblockingServer.java * /thrift/trunk/lib/java/src/org/apache/thrift/server/ServerContext.java * /thrift/trunk/lib/java/src/org/apache/thrift/server/TServer.java * /thrift/trunk/lib/java/src/org/apache/thrift/server/TServerEventHandler.java * /thrift/trunk/lib/java/src/org/apache/thrift/server/TSimpleServer.java * /thrift/trunk/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java * /thrift/trunk/lib/java/test/org/apache/thrift/test/TestServer.java > metastore.HiveMetaStore$HMSHandler should set the thread local raw store to > null in shutdown() > ---------------------------------------------------------------------------------------------- > > Key: HIVE-3057 > URL: https://issues.apache.org/jira/browse/HIVE-3057 > Project: Hive > Issue Type: Bug > Components: Metastore > Affects Versions: 0.8.1, 0.9.0 > Reporter: Feng Peng > Assignee: Travis Crawford > Fix For: 0.10.0 > > Attachments: HIVE-3057.1.patch > > > The shutdown() function of metastore.HiveMetaStore$HMSHandler does not set > the thread local RawStore variable (in threadLocalMS) to null. Subsequent > getMS() calls may get the wrong RawStore object. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira