You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (Jira)" <ji...@apache.org> on 2020/07/06 19:01:00 UTC

[jira] [Closed] (GEODE-8297) TcrMessage default timeout is set to 15ms, rather than 15 seconds

     [ https://issues.apache.org/jira/browse/GEODE-8297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blake Bender closed GEODE-8297.
-------------------------------

> TcrMessage default timeout is set to 15ms, rather than 15 seconds
> -----------------------------------------------------------------
>
>                 Key: GEODE-8297
>                 URL: https://issues.apache.org/jira/browse/GEODE-8297
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Blake Bender
>            Assignee: Blake Bender
>            Priority: Major
>
> While analyzing a log from a bug report, I noticed a trace message from TcrConnection::sendData:
> {quote}{{[debug <<deleted>> 123145454981120] before send len 99 sendTimeoutSec = *15000us* checkConnected = 1 m_connected 1}}
> {quote}
>  
> It appears, from further digging, that we are indeed using a 15ms timeout for (at least) the 
> USER_CREDENTIAL_MESSAGE.  This will happen for any message we don't explicitly set the timeout on before sending.  Potentially this is a cause for a lot of random network timeout failures.  Regardless of whether or not it's for sure causing problems, it's definitely wrong, by 3 orders of magnitude.  This needs to be set to the intended default of 15 _seconds_.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)