Skip to content

Commit

Permalink
Fix ip parsing of nodetool
Browse files Browse the repository at this point in the history
  • Loading branch information
supersven committed Sep 27, 2022
1 parent 211dbb9 commit 1748d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
when: not (offline|default(false))
tasks:
# these are optional debug tasks to see that the cluser has come up sucessfully
- shell: nodetool status
- shell: nodetool -Dcom.sun.jndi.rmiURLParsing=legacy status
register: nodetool_status
tags:
- cassandra
Expand Down

0 comments on commit 1748d54

Please sign in to comment.