[
https://issues.apache.org/jira/browse/GEODE-8215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17125086#comment-17125086
]
ASF subversion and git services commented on GEODE-8215:
--------------------------------------------------------
Commit 0f0ac4e8e4af266d1433f202c078527230f095d1 in geode's branch
refs/heads/develop from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0f0ac4e ]
GEODE-8215: start server should fail if redis fails to start (#5202)
Added test to GeodeRedisServerStartupDUnitTest that showed
that the server did not fail to start even when the port was in use.
A ManagementException is now thrown instead of a RuntimeException.
Also found a place in the core that thought it was okay for redis-port to be -1.
GemFireCacheImpl intialize will now cleanup if an exception is thrown from
handleResourceEvent.
> start server should fail if the redis server fails to start
> -----------------------------------------------------------
>
> Key: GEODE-8215
> URL: https://issues.apache.org/jira/browse/GEODE-8215
> Project: Geode
> Issue Type: Bug
> Components: redis
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Fix For: 1.14.0
>
>
> Currently if you do a start server that is configured to start the redis
> server, and the redis server fails to start, then the start server does not
> fail.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)