commit | ebc5c366eac0838270322ddd7d6163358984600f | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Mon Mar 06 12:47:01 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Mon Mar 06 12:47:01 2017 -0500 |
tree | 920c5dcf80e8b7befa28545a15bb109d396b4642 | |
parent | 6fc5b17793dfd807b27a94fc9a012fac25397ffd [diff] |
increased robustness of exception handling
diff --git a/tasks/main.yml b/tasks/main.yml index 216b837..58027bc 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -16,6 +16,11 @@ pause: minutes: 1 + - name: Nodetool flush before repair + shell: '{{ nodetool }} flush' + environment: + JAVA_HOME: '{{ java_home }}' + - name: Try again to streaming repair Cassandra nodes shell: '{{ nodetool }} repair -pr' environment: