Hale Bales created GEODE-9654:
---------------------------------
Summary: 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
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)