diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2017-02-16 13:38:39 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2017-02-16 13:38:39 -0800 |
| commit | edfd0f5bcc591dc20023a6f48c35f887fcb3555f (patch) | |
| tree | baf4a573de7307233040ca38646d48edab305263 /bin/zk-delete-dark-nodes | |
| parent | [notes] up (diff) | |
| download | emacs.d-edfd0f5bcc591dc20023a6f48c35f887fcb3555f.tar.gz | |
[bin] prefix twitter's scripts with 'tw'.
Diffstat (limited to 'bin/zk-delete-dark-nodes')
| -rwxr-xr-x | bin/zk-delete-dark-nodes | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/zk-delete-dark-nodes b/bin/zk-delete-dark-nodes deleted file mode 100755 index b5e995e..0000000 --- a/bin/zk-delete-dark-nodes +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -x -set -e - -members=$(echo "ls /messaging/distributedlog/EventBus/" | zk-shell msgzookeeper.atla.twitter.com --run-from-stdin) - -for m in $members; do - if [[ $m =~ ^eventbus_system_loadtest_8_ ]]; then - echo "rmr /messaging/distributedlog/EventBus/$m" | zk-shell msgzookeeper.atla.twitter.com --run-from-stdin - fi -done |
