You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/22 19:15:00 UTC

[jira] [Commented] (GEODE-10151) Make geode-for-redis an optional dependency of a geode server

    [ https://issues.apache.org/jira/browse/GEODE-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557631#comment-17557631 ] 

ASF subversion and git services commented on GEODE-10151:
---------------------------------------------------------

Commit 750e6e6e0f75913e137548ecb7618d5b04ec9de1 in geode-examples's branch refs/heads/master from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode-examples.git;h=750e6e6 ]

GEODE-10151: Extract redis before start

The redis distribution needs to be extracted *before* starting the geode
servers, to ensure it's actually available to be on the classpath.

Before this change, the tests would sometimes pass depending on the order of
execution of these tasks.


> Make geode-for-redis an optional dependency of a geode server
> -------------------------------------------------------------
>
>                 Key: GEODE-10151
>                 URL: https://issues.apache.org/jira/browse/GEODE-10151
>             Project: Geode
>          Issue Type: Improvement
>          Components: redis
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> The geode-for-redis module and its related dependencies are on the classpath of the server by default when starting a server with gfsh start server or using the geode dependencies jar.
> We should make the module an optional dependencies, like some of our other extensions (for example, the tomcat http session modules). This would allow a user to choose if they want redis on the classpath or not.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)