Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
10.3.17, 10.3.23, 10.2.40
-
None
-
None
-
Centos7
Description
MariaDB is leaving error logs like below, without a cause of the error
2020-12-03 9:04:49 18292544 [ERROR] Failed to write to mysql.slow_log:
2020-12-03 12:45:52 18365665 [ERROR] Failed to write to mysql.slow_log:
There were no such huge queries or load at the given time.
I have no clue why this error occurs.
Please reply if you know anything about it
Attachments
Issue Links
- relates to
-
MDEV-20281 "[ERROR] Failed to write to mysql.slow_log:" without error reason
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Description |
MariaDB is leaving error logs like below, without a cause of the error
2020-12-03 9:04:49 18292544 [ERROR] Failed to write to mysql.slow_log: 2020-12-03 12:45:52 18365665 [ERROR] Failed to write to mysql.slow_log: There were no such huge queries or load at the given time. I have no clue why it cannot write to slow_log table. |
MariaDB is leaving error logs like below, without a cause of the error
2020-12-03 9:04:49 18292544 [ERROR] Failed to write to mysql.slow_log: 2020-12-03 12:45:52 18365665 [ERROR] Failed to write to mysql.slow_log: There were no such huge queries or load at the given time. I have no clue why this error occurs. |
Description |
MariaDB is leaving error logs like below, without a cause of the error
2020-12-03 9:04:49 18292544 [ERROR] Failed to write to mysql.slow_log: 2020-12-03 12:45:52 18365665 [ERROR] Failed to write to mysql.slow_log: There were no such huge queries or load at the given time. I have no clue why this error occurs. |
MariaDB is leaving error logs like below, without a cause of the error
2020-12-03 9:04:49 18292544 [ERROR] Failed to write to mysql.slow_log: 2020-12-03 12:45:52 18365665 [ERROR] Failed to write to mysql.slow_log: There were no such huge queries or load at the given time. I have no clue why this error occurs. Please reply if you know anything about it |
Affects Version/s | 10.3.23 [ 24222 ] |
Assignee | Oleksandr Byelkin [ sanja ] |
Fix Version/s | 10.3 [ 22126 ] |
Affects Version/s | 10.2.40 [ 26027 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Workflow | MariaDB v3 [ 116431 ] | MariaDB v4 [ 144322 ] |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.2 [ 14601 ] |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] | |
Fix Version/s | 10.10 [ 27530 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Priority | Critical [ 2 ] | Major [ 3 ] |
Status | Confirmed [ 10101 ] | Open [ 1 ] |
Status | Open [ 1 ] | Needs Feedback [ 10501 ] |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] | |
Fix Version/s | 10.10 [ 27530 ] | |
Resolution | Incomplete [ 4 ] | |
Status | Needs Feedback [ 10501 ] | Closed [ 6 ] |
Zendesk Related Tickets | 136697 121959 183757 |
looking at the code there is mean to be an error after these messages. What is the table structure of `show create table mysql.slow_log`?
It should be this structure: https://github.com/MariaDB/server/blob/10.3/scripts/mysql_system_tables.sql#L100