celery1124 opened a new issue #5032: URL: https://github.com/apache/openwhisk/issues/5032
<!-- We use the issue tracker for bugs and feature requests. For general questions and discussion please use http://slack.openwhisk.org/ or https://openwhisk.apache.org/contact.html instead. Do NOT share passwords, credentials or other confidential information. Before creating a new issue, please check if there is one already open that fits the defect you are reporting. If you open an issue and realize later it is a duplicate of a pre-existing open issue, please close yours and add a comment to the other. Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later. If you are reporting a defect, please edit the issue description to include the information shown below. If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you. For more information about reporting issues, see https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#raising-issues Use the commands below to provide key information from your environment: You do not have to include this information if this is a feature request. --> ## Environment details: * local deployment * Ubuntu 16.04 * Docker version 19.03.13, build 4484c46d9d ## Steps to reproduce the issue: 1. cd tools/ubuntu-setup && ./all.sh 2. ansible-playbook setup.yml ; ansible-playbook prereq.yml (with envrionment variable setup for couchDB) 3. ./gradlew distDocker 4. ansible-playbook initdb.yml ; ansible-playbook wipe.yml 5. **ansible-playbook openwhisk.yml** ## Provide the actual results and outputs: ``` TASK [kafka : wait until the kafka server started up] *********************************************************************************************************** Tuesday 01 December 2020 14:03:16 -0600 (0:00:27.886) 0:00:49.298 ****** FAILED - RETRYING: wait until the kafka server started up (10 retries left). FAILED - RETRYING: wait until the kafka server started up (9 retries left). FAILED - RETRYING: wait until the kafka server started up (8 retries left). FAILED - RETRYING: wait until the kafka server started up (7 retries left). FAILED - RETRYING: wait until the kafka server started up (6 retries left). FAILED - RETRYING: wait until the kafka server started up (5 retries left). FAILED - RETRYING: wait until the kafka server started up (4 retries left). FAILED - RETRYING: wait until the kafka server started up (3 retries left). FAILED - RETRYING: wait until the kafka server started up (2 retries left). FAILED - RETRYING: wait until the kafka server started up (1 retries left). 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.005511", "end": "2020-12-01 14:04:20.335370", "msg": "non-zero return code", "rc": 1, "start": "2020-12-01 14:04:19.329859", "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 ****************************************************************************************************************************************************** kafka0 : ok=9 changed=3 unreachable=0 failed=1 ``` ## Additional information you deem important: * docker ps (not sure why kafka keeps restarting??) ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 3980b79c4ad0 wurstmeister/kafka:2.12-2.3.1 "start-kafka.sh" 9 minutes ago Restarting (1) Less than a second ago kafka0 471187e2ba20 zookeeper:3.4 "/docker-entrypoint.…" 10 minutes ago Up 10 minutes 0.0.0.0:2181->2181/tcp, 0.0.0.0:2888->2888/tcp, 0.0.0.0:3888->3888/tcp zookeeper0 ``` * Tried this on a fresh Ubuntu 18.04 with same setup steps, no problem found. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
