[
https://issues.apache.org/jira/browse/GEODE-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17187967#comment-17187967
]
ASF GitHub Bot commented on GEODE-8462:
---------------------------------------
sabbeyPivotal commented on a change in pull request #5483:
URL: https://github.com/apache/geode/pull/5483#discussion_r480347641
##########
File path:
geode-redis/src/main/java/org/apache/geode/redis/internal/netty/NettyRedisServer.java
##########
@@ -99,7 +99,7 @@ public NettyRedisServer(Supplier<DistributionConfig>
configSupplier,
throw new IllegalArgumentException("Redis port cannot be less than 0");
}
this.bindAddress = getBindAddress(requestedAddress);
- selectorGroup = createEventLoopGroup("Selector", false, 1);
+ selectorGroup = createEventLoopGroup("Selector", true, 1);
Review comment:
Good call, Darrel! Just updated it. We decided to leave the
selectorGroup as a daemon thread.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> GeodeRedisServer should fail with msg if redis-port and redis-bind-address
> are in use
> -------------------------------------------------------------------------------------
>
> Key: GEODE-8462
> URL: https://issues.apache.org/jira/browse/GEODE-8462
> Project: Geode
> Issue Type: Bug
> Reporter: John Hutchison
> Priority: Minor
> Labels: pull-request-available, redis
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)