amitbatajoo commented on issue #5331:
URL: https://github.com/apache/openwhisk/issues/5331#issuecomment-1279898716
@style95
Now I am getting this error when I execute the commnad:
ansible-playbook -i environments/local/ openwhisk.yml
fatal: [kafka0]: FAILED! => {"attempts": 10, "changed": true, "cmd": "(echo
dump; sleep 1) | nc 172.17.0.1 2181 | grep /brokers/ids/0", "delta":
"0:00:01.017253", "end": "2022-10-16 05:55:31.438724", "msg": "non-zero return
code", "rc": 1, "start": "2022-10-16 05:55:30.421471", "stderr": "",
"stderr_lines": [], "stdout": "", "stdout_lines": []}
[FAILED]
> (echo dump; sleep 1) | nc 172.17.0.1 2181 | grep /brokers/ids/0
non-zero return code
PLAY RECAP
*********************************************************************
etcd0 : ok=0 changed=0 unreachable=0 failed=0
kafka0 : ok=9 changed=3 unreachable=0 failed=1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]