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

[jira] [Created] (GEODE-8295) refactor/cleanup GeodeRedisServer

Darrel Schneider created GEODE-8295:
---------------------------------------

             Summary: refactor/cleanup GeodeRedisServer
                 Key: GEODE-8295
                 URL: https://issues.apache.org/jira/browse/GEODE-8295
             Project: Geode
          Issue Type: Improvement
          Components: redis
            Reporter: Darrel Schneider


Here are some things to do to cleanup GeodeRedisServer:
 # remove main thread from GeodeRedisServer
 # remove NamedThreadFactory in favor of geode's LoggingThreadFactory and LoggingExecutors
 # remove logLevel since it is configured by gemfire
 # pass an existing cache to the GeodeRedisServer constructor
 # do region creation and  initialization in RegionProvider
 # extract passive expiration code
 # extract netty server code



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