commit | 8f9118271c7063c991729bc190d212ccc5d47f66 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Mon Mar 06 13:15:10 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Mon Mar 06 13:15:10 2017 -0500 |
tree | f0d766ca1b5edbb94984798b37a7d7f7f89ead55 | |
parent | 97646fe11fbd5aab57980977ce08f6cd573f9774 [diff] |
increased robustness of exception handling
diff --git a/tasks/main.yml b/tasks/main.yml index e9134ff..b3fccf9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -21,7 +21,8 @@ environment: JAVA_HOME: '{{ java_home }}' - - name: Retry the streaming repair of Cassandra node + - name: Retry streaming nodetool repair, ignoring errors to move on to next node + ignore_errors: yes shell: '{{ nodetool }} repair -pr' environment: JAVA_HOME: '{{ java_home }}'