wangfeng created HIVE-5222:
------------------------------
Summary: block when creating database
Key: HIVE-5222
URL: https://issues.apache.org/jira/browse/HIVE-5222
Project: Hive
Issue Type: Bug
Components: HiveServer2, Metastore
Affects Versions: 0.10.0
Environment: hive-0.10 hiveserver1 jdk_1_6_31
Reporter: wangfeng
Occasionally jdbc request was blocked and no response when creating database
currently by Hql:
CREATE DATABASE IF NOT EXISTS db_name;
the java code:
rs = stmt.executeQuery(sql);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira