[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:35:00 EDT 2017
[ https://issues.jboss.org/browse/WFCORE-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484223#comment-13484223 ]
Jean-Francois Denise commented on WFCORE-3393:
----------------------------------------------
[~brian.stansberry], I updated the description.
> 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
>
> This applies to the protocol module. The timeout is :https://github.com/wildfly/wildfly-core/blob/master/protocol/src/main/java/org/jboss/as/protocol/mgmt/FutureManagementChannel.java#L154
> 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