the so service still failed, check the logs in /opt/so/logs and sudo docker logs container_name
Hi,
Sorry about my last response, i can see the log in /opt/so/logs
Playbook log
== Playbook
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "playbook_play-sync.py", line 28, in <module>
response = requests.get(url, headers=playbook_headers, verify=False).json()
File "/usr/local/lib/python3.8/site-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError:
HTTPConnectionPool(host='172.16.97.15', port=3200): Max retries
exceeded with url:
/playbook/issues.json?offset=0&tracker_id=1&limit=100&status_id=3
(Caused by NewConnectionError('<urllib3.connection.HTTPConnection
object at 0x7f6caa36e550>: Failed to establish a new connection:
[Errno 113] No route to host'))
=== sudo docker logs
so-strelka-gatekeeper
[xxxx @soc01 ~]$ sudo docker logs so-strelka-gatekeeper
1:C 15 Sep 2020 16:42:31.739 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 15 Sep 2020 16:42:31.739 # Redis version=6.0.6, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 15 Sep 2020 16:42:31.739 # Configuration loaded
1:M 15 Sep 2020 16:42:31.740 * Running mode=standalone, port=6379.
1:M
15 Sep 2020 16:42:31.741 # WARNING: The TCP backlog setting of 511
cannot be enforced because /proc/sys/net/core/somaxconn is set to the
lower value of 128.
1:M 15 Sep 2020 16:42:31.741 # Server initialized
1:M
15 Sep 2020 16:42:31.741 # WARNING overcommit_memory is set to 0!
Background save may fail under low memory condition. To fix this issue
add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or
run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M
15 Sep 2020 16:42:31.741 # WARNING you have Transparent Huge Pages
(THP) support enabled in your kernel. This will create latency and
memory usage issues with Redis. To fix this issue run the command 'echo
never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add
it to your /etc/rc.local in order to retain the setting after a reboot.
Redis must be restarted after THP is disabled.
1:M 15 Sep 2020 16:42:31.741 * Ready to accept connections
so-strelka-cordinator
[xxxx @soc01 ~]$ sudo docker logs so-strelka-coordinator
1:C 15 Sep 2020 16:42:30.086 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 15 Sep 2020 16:42:30.086 # Redis version=6.0.6, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 15 Sep 2020 16:42:30.086 # Configuration loaded
1:M 15 Sep 2020 16:42:30.089 * Running mode=standalone, port=6379.
1:M
15 Sep 2020 16:42:30.089 # WARNING: The TCP backlog setting of 511
cannot be enforced because /proc/sys/net/core/somaxconn is set to the
lower value of 128.
1:M 15 Sep 2020 16:42:30.089 # Server initialized
1:M
15 Sep 2020 16:42:30.089 # WARNING overcommit_memory is set to 0!
Background save may fail under low memory condition. To fix this issue
add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or
run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M
15 Sep 2020 16:42:30.089 # WARNING you have Transparent Huge Pages
(THP) support enabled in your kernel. This will create latency and
memory usage issues with Redis. To fix this issue run the command 'echo
never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add
it to your /etc/rc.local in order to retain the setting after a reboot.
Redis must be restarted after THP is disabled.
1:M 15 Sep 2020 16:42:30.089 * Ready to accept connections