[
https://issues.apache.org/jira/browse/CASSANDRA-10212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philip Thompson updated CASSANDRA-10212:
----------------------------------------
Assignee: Michael Shuler
> cassandra-env.sh may be sourced twice by debian init script
> -----------------------------------------------------------
>
> Key: CASSANDRA-10212
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10212
> Project: Cassandra
> Issue Type: Bug
> Components: Packaging
> Reporter: Enrico Canzonieri
> Assignee: Michael Shuler
> Priority: Minor
>
> It seems that when cassandra is run as a service using the init script the
> {{/etc/cassandra/cassandra-env.sh}} file is sourced twice.
> This file is sourced the first time in the
> [init|https://github.com/apache/cassandra/blob/trunk/debian/init] script. The
> init script then executes
> [{{/usr/sbin/cassandra}}|https://github.com/apache/cassandra/blob/trunk/bin/cassandra],
> the latter eventually does source {{cassandra-env.sh}} as
> {{$CASSANDRA_CONF/cassandra-env}}.
> CASSANDRA_CONF is finally defined in
> [{{cassandra.in.sh}}|https://github.com/apache/cassandra/blob/trunk/debian/cassandra.in.sh]
> as {{/etc/cassandra}}.
> I guess in this case the init script should not source {{cassandra-env}} at
> all.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)