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
We have simplified the environment we are running down to a single container running on the docker server, with mysql client accessing the mysql container.
All recommended configuration changes, as advised by Atlassian have been applied, as initial environment we were running were running JIRA, Confluence and MYSQL containers. mysql configured to 8 hour timeout for connections.
We are seeing connections being dropped in the mysql client, No connection. Trying to reconnect... There is no pattern to the duration when this occurs, 5 mins to 50 mins, we arbitrarily see this problem
[root@ost-clb-atl-dmc-c01 ~]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.7.43 MySQL Community Server (GPL)
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> select now();
ERROR 2013 (HY000): Lost connection to MySQL server during query
No connection. Trying to reconnect...
Connection id: 3
Current database: *** NONE ***`
Docker Network
[root@ost-clb-atl-dmc-c01 mysql]# docker network ls
NETWORK ID NAME DRIVER SCOPE
3352cad49ba7 bridge bridge local
bf9ba81a8e28 docker_gwbridge bridge local
cc040dee87d0 host host local
v8zswgiyduo0 ingress overlay swarm
r04hth47im8z mysql-private overlay swarm
1a1e3f13b5e6 none null local
Docker Containers
[root@ost-clb-atl-dmc-c01 mysql]# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
52c2c7d87f92 nexus.ostravam.corp.telstra.com:5000/mysql:5.7.43 "docker-entrypoint.s…" 4 seconds ago Up 3 seconds 3306/tcp, 33060/tcp mysql_mysql.1.5ltdc2y8k1ju4r7kv6l8mrc36
Network Logging
gwbridge network receives a reset packet for the initial connection that was established (AEST timezone)
This is a difficult one, and I'm honestly a little bit at a loss for where to suggest you might go next in your debugging. Unfortunately, there are a lot of factors that could contribute to something like this, and they're all likely to be environmental or configuration related, as you appear to have already deduced, so I don't think there's much we can do from the perspective of the image to fix/improve this. 😞
(Happy to reconsider/try to help debug more if there's a reliable and minimal reproducer though -- I'm thinking something like a docker run with the default configuration that can reproduce somehow.)
We have simplified the environment we are running down to a single container running on the docker server, with mysql client accessing the mysql container.
All recommended configuration changes, as advised by Atlassian have been applied, as initial environment we were running were running JIRA, Confluence and MYSQL containers. mysql configured to 8 hour timeout for connections.
We are seeing connections being dropped in the mysql client, No connection. Trying to reconnect... There is no pattern to the duration when this occurs, 5 mins to 50 mins, we arbitrarily see this problem
Docker Network
Docker Containers
Network Logging
gwbridge network receives a reset packet for the initial connection that was established (AEST timezone)
ingress network also receives a reset packet for the initial connection that was established (UTC timezone)
mysql container network initial connection is not dropped, a new connection is established
Any ideas on what the cause of these dropouts and how to remedy them is appreciated
The text was updated successfully, but these errors were encountered: