Make clear in the documentation that stress is not a secured tool

patch by Berenguer Blasi; reviewed by Eduard Tudenhöfner for CASSANDRA-15749
This commit is contained in:
Bereng 2020-04-29 14:02:34 +02:00 committed by Mick Semb Wever
parent e394dc0bb3
commit b2c5f91fd6
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 5 additions and 1 deletions

View File

@ -266,4 +266,8 @@ Use the schema option making sure to either escape the parenthesis or enclose in
Use the transport option::
cassandra-stress "write n=100k cl=ONE no-warmup" -transport "truststore=$HOME/jks/truststore.jks truststore-password=cassandra"
cassandra-stress "write n=100k cl=ONE no-warmup" -transport "truststore=$HOME/jks/truststore.jks truststore-password=cassandra"
**Is Cassandra Stress a secured tool?**
Cassandra stress is not a secured tool. Serialization and other aspects of the tool offer no security guarantees.