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 2016/10/04 17:04:22 UTC

[jira] [Commented] (GEODE-1949) geode-rebalancer is not part of the binary distribution

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

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

Commit 22afc3bd740241e53444dec2fd30ea39fa15c5dc in incubator-geode's branch refs/heads/feature/e2e-testing from [~upthewaterspout]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=22afc3b ]

GEODE-1949: Remove the dependency on quartz from the rebalancer

The geode-rebalancer does not need to depend on quartz, it is using
spring-expression for all of the cron heavy lifting.


> geode-rebalancer is not part of the binary distribution
> -------------------------------------------------------
>
>                 Key: GEODE-1949
>                 URL: https://issues.apache.org/jira/browse/GEODE-1949
>             Project: Geode
>          Issue Type: Bug
>          Components: extensions
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>             Fix For: 1.0.0-incubating
>
>
> The geode-rebalancer jar is not part of the binary distribution. That means that users that want to use the rebalancer must download it and it's dependencies from maven and add them to the server's classpath.
> I think the main reason not to include the rebalancer in the server's classpath is the dependency on quartz. But looking at the code, it looks like the only usage of quartz is a one line validation that doesn't need to be there. We should remove the dependency on quartz and include the rebalancer in the geode server's classpath by default.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)