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

Galen O'Sullivan resolved GEODE-2463.
-------------------------------------
    Resolution: Fixed

No one is working on Redis support right now, this can be reopened if someone 
wants to work on it.

> Review Netty shutdown in GeodeRedisServiceImpl
> ----------------------------------------------
>
>                 Key: GEODE-2463
>                 URL: https://issues.apache.org/jira/browse/GEODE-2463
>             Project: Geode
>          Issue Type: Sub-task
>          Components: redis
>            Reporter: Galen O'Sullivan
>            Priority: Major
>
> Do this after [GEODE-2449].
> in {{GeodeRedisServiceImpl.stop()}}:
> The old code used to call {{syncUninterruptibly}} on the workerGroup, 
> bossGroup, and serverChannel. However, the close method is likely being 
> called as the result of a shutdown message on the channel future, and we 
> can't call netty sync / await on an I/O thread. We saw deadlocks in testing. 
> Look into this and make sure we're shutting down right.
> http://netty.io/wiki/index.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to