GitHub user mashengchen opened a pull request:
https://github.com/apache/trafodion/pull/1418
TRAFODION-2932 ConnectionTimeout value for jdbc cannot lager than 32768
if the given value is 32768 throw err msg :
org.trafodion.jdbc.t4.TrafT4Exception: Invalid connection property setting:
Incorrect value for connectionTimeout set: [40001]. Max value is: [32767]
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mashengchen/trafodion connectionTimeout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1418.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1418
----
commit c72e47eb49e3612d531353cd56d4a81735ba95f7
Author: mashengchen <mashengchen@...>
Date: 2018-01-28T09:45:23Z
TRAFODION-2932 ConnectionTimeout value for jdbc cannot lager than 32768
----
---