Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
HIVE-5351 added client timeout support by setting the transport socket read timeout to the JDBC DriverManager login timeout. While useful as a global network IO timeout, it isn't the expected behavior for this timeout setting. It also makes it impossible to require logins to complete quickly, for example, but allow queries to run for longer periods.
Ideally multiple timeouts (connect, login and socket read) would be supported as in other JDBC drivers.
Attachments
Issue Links
- is related to
-
HIVE-2357 Support connection timeout in hive JDBC
- Resolved
-
HIVE-12371 Adding a timeout connection parameter for JDBC
- Closed