You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Andrey Stepachev <oc...@gmail.com> on 2014/04/17 10:50:31 UTC

Review Request 20444: Hive Server2 should reopen Metastore client connection in case of any Thrift exceptions

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20444/
-----------------------------------------------------------

Review request for hive.


Bugs: HIVE-6427
    https://issues.apache.org/jira/browse/HIVE-6427


Repository: hive-git


Description
-------

Connection to metastore should be reestablished. TExceptions should not be swallowed.


Diffs
-----

  hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestSemanticAnalysis.java 3cc548e 
  hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatClientHMSImpl.java c4b5971 
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java 664dccd 
  metastore/src/java/org/apache/hadoop/hive/metastore/RetryingMetaStoreClient.java 5410b45 
  service/src/java/org/apache/hive/service/cli/session/HiveSessionImpl.java a9d5902 

Diff: https://reviews.apache.org/r/20444/diff/


Testing
-------

Using in our production more then 1 month.


Thanks,

Andrey Stepachev