[MDEV-25309] [Warning] Aborted connection ID to db: 'DB_NAME' user: 'USER_NAME' host: 'HOST_NAME' (Got an error writing communication packets) Created: 2021-03-31 Updated: 2023-06-06 Resolved: 2023-06-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Insert, Galera |
| Affects Version/s: | 10.5.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Diana Duca | Assignee: | Jan Lindström |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Galera | ||
| Environment: |
Production |
||
| Description |
|
We have a mariadb 3-node Cluster (Galera) version 10.5.5. We are getting the following warnings in the database error log: 2021-03-30 11:15:42 375 [Warning] Aborted connection 375 to db: 'DB_NAME' user: 'USER_NAME' host: 'HOST_NAME' (Got an error writing communication packets) At the same time at the application level, the user performing the insert operations gets the following errors: 2021-03-30 11:15:24.915 SEVERE [SFCScheduler_Worker-1] We have checked the following parameters at database level: MariaDB [(none)]> SHOW VARIABLES LIKE "%version%";
----------------------------------
---------------------------------- MariaDB [(none)]>
-------------------------
------------------------- MariaDB [(none)]> show global variables like 'wait_timeout';
--------------
-------------- MariaDB [(none)]> show global variables like 'interactive_timeout';
--------------------
-------------------- MariaDB [(none)]> show global variables like 'max_allowed_packet';
-------------------
------------------- MariaDB [(none)]> show global variables like 'max_connections';
----------------
---------------- MariaDB [(none)]> show global variables like 'innodb_log_%';
----------------------------
---------------------------- MariaDB [(none)]> But we are not able to see the root cause of those "writing communication packets" issues and the timeouts at the application level. ¿Could you please give us some support in order to solve those issues? Thank you. Best regards, |
| Comments |
| Comment by Diana Duca [ 2021-04-13 ] |
|
We are still receiving timeout errors. At the application level, we are facing the following errors: 13-Apr-2021 11:46:14.196 SEVERE [XXXScheduler_Worker-1] .........service.XXXServiceLogger.log ____ERROR____ At the database level in the error log we are seeing the same connection ID aborted: ................................................................................... ¿Could you please help and give some advice in order to get to the root cause? Thank you. |
| Comment by Jan Lindström [ 2023-06-06 ] |
|
Aborted connections are expected in case of cluster conflicts as conflicting local operations may be aborted. If you think there is some bug you should provide full error log from all the nodes and describe your cluster setup more detailed way. |