You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Dong Chen <do...@intel.com> on 2015/03/06 09:35:51 UTC

Review Request 31794: HIVE-9819: Add timeout check inside the HMS server

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

Review request for hive.


Repository: hive-git


Description
-------

HIVE-9819:
Add timeout check inside the loop of the methods related with partition and statistics in ObjectStore and MetaStoreDirectSql. I think these methods might consume long time as partitions increasing, thus need timeout check.


Diffs
-----

  metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java d404789 
  metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java f700353 

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


Testing
-------

UT in metastore passed


Thanks,

Dong Chen