[
https://issues.apache.org/jira/browse/CASSANDRA-10494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071287#comment-15071287
]
Paulo Motta commented on CASSANDRA-10494:
-----------------------------------------
Added patch moving static jvm options from
{{cassandra-env.sh|cassandra-env.ps1}} to {{jvm.options}} file. Also added some
[startup
parameters|https://docs.datastax.com/en/cassandra/2.0/cassandra/tools/toolsCUtility_t.html]
samples, which can also be included in the {{jvm.options}} file. For this
reason, docs will need to be updated to mention the {{jvm.options}} file when a
startup option needs to be set, such as when [replacing a dead
node|https://docs.datastax.com/en/cassandra/2.0/cassandra/operations/ops_replace_node_t.html].
Tested locally and new options specified on {{jvm.options}} worked.
Found some missing dynamic options on {{cassandra-env.ps1}} and created
CASSANDRA-10939 to address it later.
Patch and dtest results below:
||trunk||
|[branch|https://github.com/apache/cassandra/compare/trunk...pauloricardomg:trunk-10494]|
|[testall|http://cassci.datastax.com/view/Dev/view/paulomotta/job/pauloricardomg-trunk-10494-testall/lastCompletedBuild/testReport/]|
|[dtest|http://cassci.datastax.com/view/Dev/view/paulomotta/job/pauloricardomg-trunk-10494-dtest/lastCompletedBuild/testReport/]|
> Move static JVM options to jvm.options file
> -------------------------------------------
>
> Key: CASSANDRA-10494
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10494
> Project: Cassandra
> Issue Type: Improvement
> Components: Configuration
> Reporter: Paulo Motta
> Assignee: Paulo Motta
> Priority: Minor
> Fix For: 3.2
>
>
> CASSANDRA-10403 moved gc and heap options to conf/jvm.options file. Move
> remaining static JVM options from cassandra-env to jvm.options file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)