You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/18 23:48:00 UTC

[jira] [Commented] (GEODE-3470) Increase serial gateway sender token timeout

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

ASF subversion and git services commented on GEODE-3470:
--------------------------------------------------------

Commit af919311a37c374ef131d6388cf3d50ea410424a in geode's branch refs/heads/feature/GEODE-3470 from [~barry.oglesby]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=af91931 ]

GEODE-3470: Increased serial gateway sender token timeout


> Increase serial gateway sender token timeout
> --------------------------------------------
>
>                 Key: GEODE-3470
>                 URL: https://issues.apache.org/jira/browse/GEODE-3470
>             Project: Geode
>          Issue Type: Bug
>          Components: wan
>            Reporter: Barry Oglesby
>            Assignee: Barry Oglesby
>
> There have been cases where the default token timeout of 15 seconds is not high enough. To increase it, set the default for the {{AbstractGatewaySender.TOKEN_TIMEOUT}} static variable higher:
> {noformat}
> public static int TOKEN_TIMEOUT =
>   Integer.getInteger("GatewaySender.TOKEN_TIMEOUT", 15000).intValue();
> {noformat}



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