[
https://issues.apache.org/jira/browse/CASSANDRA-9452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16393723#comment-16393723
]
Michael Shuler commented on CASSANDRA-9452:
-------------------------------------------
I don't see these functions used anywhere else in-tree.
{noformat}
(trunk)mshuler@hana:~/git/cassandra$ for f in `ls -1 test/resources/functions/|
cut -d . -f 1`; do git grep $f; done
test/resources/functions/configure_cassandra.sh:function configure_cassandra() {
test/resources/functions/install_cassandra.sh:function install_cassandra() {
test/resources/functions/nodetool_cassandra.sh:function nodetool_cassandra() {
test/resources/functions/start_cassandra.sh:function start_cassandra() {
test/resources/functions/stop_cassandra.sh:function stop_cassandra() {
test/resources/functions/wipe_cassandra.sh:function wipe_cassandra() {
{noformat}
> Remove configuration of storage-conf from tools
> -----------------------------------------------
>
> Key: CASSANDRA-9452
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9452
> Project: Cassandra
> Issue Type: Task
> Components: Configuration, Testing, Tools
> Reporter: Mike Adamson
> Assignee: Vinay Chella
> Priority: Minor
> Labels: lhf
> Fix For: 4.x
>
> Attachments: CASSANDRA-9452-trunk.txt
>
>
> The following files still making reference to storage-config and/or
> storage-conf.xml
> * ./build.xml
> * ./bin/nodetool
> * ./bin/sstablekeys
> * ./test/resources/functions/configure_cassandra.sh
> * ./test/resources/functions/install_cassandra.sh
> * ./tools/bin/json2sstable
> * ./tools/bin/sstable2json
> * ./tools/bin/sstablelevelreset
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]