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 GitHub Bot (Jira)" <ji...@apache.org> on 2021/10/08 00:46:00 UTC

[jira] [Updated] (GEODE-9654) Add system property for configuring redis timeouts

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

ASF GitHub Bot updated GEODE-9654:
----------------------------------
    Labels: pull-request-available  (was: )

> Add system property for configuring redis timeouts
> --------------------------------------------------
>
>                 Key: GEODE-9654
>                 URL: https://issues.apache.org/jira/browse/GEODE-9654
>             Project: Geode
>          Issue Type: Improvement
>          Components: redis
>            Reporter: Hale Bales
>            Assignee: Hale Bales
>            Priority: Major
>              Labels: pull-request-available
>
> We have a some hard coded timeouts in our redis module that may or may not work in our customer environments. We should probably make some these things configurable with system properties so support could help customers get pass issues if these timeouts don't work.
> In NettyRedisServer:
> - CONNECT_TIMEOUT_MILLIS
> - new WriteTimeoutHandler(10)
> PassiveExpirationManager.INTERVAL
> We shall sweep through the code and find other hardcoded constants and see if we want there to be a chance for support to configure them.



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