You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
I run the command ansible-playbook start.yml failed. I have changed the port number,but I still get an error. And this port(38710) is not occupied.
TASK [wait until the TiDB port is up] ***********************************************************************************
fatal: [tidb1]: FAILED! => {"changed": false, "elapsed": 300, "msg": "the TiDB port 38710 is not up"}
to retry, use: --limit @/home/zyh/tidb-ansible/retry_files/start.retry
ERROR MESSAGE SUMMARY ***************************************************************************************************
[tidb1]: Ansible FAILED! => playbook: start.yml; TASK: wait until the TiDB port is up; message: {"changed": false, "elapsed": 300, "msg": "the TiDB port 38710 is not up"}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I run the command ansible-playbook start.yml failed. I have changed the port number,but I still get an error. And this port(38710) is not occupied.
TASK [wait until the TiDB port is up] ***********************************************************************************
fatal: [tidb1]: FAILED! => {"changed": false, "elapsed": 300, "msg": "the TiDB port 38710 is not up"}
to retry, use: --limit @/home/zyh/tidb-ansible/retry_files/start.retry
PLAY RECAP **************************************************************************************************************
alert_server : ok=5 changed=0 unreachable=0 failed=0
grafana_server : ok=3 changed=0 unreachable=0 failed=0
localhost : ok=7 changed=4 unreachable=0 failed=0
moni_server : ok=9 changed=0 unreachable=0 failed=0
monitor_server : ok=9 changed=0 unreachable=0 failed=0
pd1 : ok=7 changed=0 unreachable=0 failed=0
tidb1 : ok=4 changed=0 unreachable=0 failed=1
tikv1 : ok=8 changed=0 unreachable=0 failed=0
ERROR MESSAGE SUMMARY ***************************************************************************************************
[tidb1]: Ansible FAILED! => playbook: start.yml; TASK: wait until the TiDB port is up; message: {"changed": false, "elapsed": 300, "msg": "the TiDB port 38710 is not up"}
The text was updated successfully, but these errors were encountered: