[jira] [Commented] (QPIDJMS-336) Refine failover reconnect behavior

2017-11-01 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPIDJMS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16234036#comment-16234036
 ] 

ASF subversion and git services commented on QPIDJMS-336:
-

Commit 6d49f7c50e5be464708013f79178b96210cf17bf in qpid-jms's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=6d49f7c ]

QPIDJMS-336: update test to avoid resolution issues in certain envs


> Refine failover reconnect behavior
> --
>
> Key: QPIDJMS-336
> URL: https://issues.apache.org/jira/browse/QPIDJMS-336
> Project: Qpid JMS
>  Issue Type: Bug
>  Components: qpid-jms-client
>Affects Versions: 0.26.0
>Reporter: Timothy Bish
>Assignee: Timothy Bish
>Priority: Minor
> Fix For: 0.27.0
>
>
> The current failover behavior attempt to connect to one URI from the possible 
> list of failover URIs when attempting to reestablish the connect before it 
> applies the configured reconnect delay.  Instead it should attempt the full 
> batch before performing delay and backoff handling.  
> Also the reconnect attempts are counted per URI instead of once for each 
> cycle though the batch of available URIs meaning that if the value is to low 
> it might not be able to try all of the configured URIs before reaching the 
> max attempts.  Track the attempts for the complete batch instead to allow all 
> to be tried at least once before giving up.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPIDJMS-336) Refine failover reconnect behavior

2017-10-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPIDJMS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16227249#comment-16227249
 ] 

ASF subversion and git services commented on QPIDJMS-336:
-

Commit 5987a021ffe4528d22ad033c2ca817a8ff148d67 in qpid-jms's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=5987a02 ]

QPIDJMS-336: change level on new logging to debug


> Refine failover reconnect behavior
> --
>
> Key: QPIDJMS-336
> URL: https://issues.apache.org/jira/browse/QPIDJMS-336
> Project: Qpid JMS
>  Issue Type: Bug
>  Components: qpid-jms-client
>Affects Versions: 0.26.0
>Reporter: Timothy Bish
>Assignee: Timothy Bish
>Priority: Minor
> Fix For: 0.27.0
>
>
> The current failover behavior attempt to connect to one URI from the possible 
> list of failover URIs when attempting to reestablish the connect before it 
> applies the configured reconnect delay.  Instead it should attempt the full 
> batch before performing delay and backoff handling.  
> Also the reconnect attempts are counted per URI instead of once for each 
> cycle though the batch of available URIs meaning that if the value is to low 
> it might not be able to try all of the configured URIs before reaching the 
> max attempts.  Track the attempts for the complete batch instead to allow all 
> to be tried at least once before giving up.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPIDJMS-336) Refine failover reconnect behavior

2017-10-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPIDJMS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16197664#comment-16197664
 ] 

ASF subversion and git services commented on QPIDJMS-336:
-

Commit 9c7c10dbef607cf3043c6613c303b3d3858070c7 in qpid-jms's branch 
refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=9c7c10d ]

QPIDJMS-336 Updates to failover reconnect behavior

Perform a non-delayed reconnection attempt to each URI in the
failover list before pausing based on configuration in between
each cycle of reconnection attempts.


> Refine failover reconnect behavior
> --
>
> Key: QPIDJMS-336
> URL: https://issues.apache.org/jira/browse/QPIDJMS-336
> Project: Qpid JMS
>  Issue Type: Bug
>  Components: qpid-jms-client
>Affects Versions: 0.26.0
>Reporter: Timothy Bish
>Assignee: Timothy Bish
>Priority: Minor
> Fix For: 0.27.0
>
>
> The current failover behavior attempt to connect to one URI from the possible 
> list of failover URIs when attempting to reestablish the connect before it 
> applies the configured reconnect delay.  Instead it should attempt the full 
> batch before performing delay and backoff handling.  
> Also the reconnect attempts are counted per URI instead of once for each 
> cycle though the batch of available URIs meaning that if the value is to low 
> it might not be able to try all of the configured URIs before reaching the 
> max attempts.  Track the attempts for the complete batch instead to allow all 
> to be tried at least once before giving up.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org