[jboss-jira] [JBoss JIRA] (WFCORE-3393) Connection Timeout should take into account time spent in opening the channel

Jean-Francois Denise (JIRA) issues at jboss.org
Tue Oct 31 13:23:00 EDT 2017


Jean-Francois Denise created WFCORE-3393:
--------------------------------------------

             Summary: Connection Timeout should take into account time spent in opening the channel
                 Key: WFCORE-3393
                 URL: https://issues.jboss.org/browse/WFCORE-3393
             Project: WildFly Core
          Issue Type: Enhancement
          Components: Domain Management
            Reporter: Jean-Francois Denise
            Assignee: Brian Stansberry


The connection timeout applies to protocol establishment only, an hardcoded timeout of 10 seconds is dedicated to the channel.open.

This can create an unexpected behaviour in case we have a fast connection establishment and for some reason (as seen in JBEAP-11859) a slow channel open. Whatever the timeout in use, 10 seconds is what the user will get.

In order to offer a coherent timeout, the time that remains after the connection establishment should be dedicated to the channel open. If we want to keep existing behaviour, if the remaining is less than 10 seconds, then 10 seconds should be used.





--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list