hive icon indicating copy to clipboard operation
hive copied to clipboard

HIVE-26045: Detect timed out connections for providers and auto-reconnect

Open zhangbutao opened this issue 2 years ago • 0 comments

What changes were proposed in this pull request?

Why are the changes needed?

Check current jdbc connection status(isClosed()) before opening a new connection.

Add jdbc properties when opening a jdbc connection. eg connection timeout and retry times.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Qtest

zhangbutao avatar Jun 20 '22 03:06 zhangbutao