[ 
https://issues.apache.org/jira/browse/TRAFODION-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16342512#comment-16342512
 ] 

ASF GitHub Bot commented on TRAFODION-2932:
-------------------------------------------

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

----


> ConnectionTimeout value for jdbc can't lager than 32768
> -------------------------------------------------------
>
>                 Key: TRAFODION-2932
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2932
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: client-jdbc-t4
>    Affects Versions: any
>            Reporter: mashengchen
>            Assignee: mashengchen
>            Priority: Major
>             Fix For: any
>
>
> The type of connectionTimeout is short in mxosrvr, while it's int in jdbc, so 
> if users give a lager value than 32768, there may throw connection time out 
> exception, or some other abnormal  phenomenons



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to