[MDEV-24870] Got error 128 - Out of memory in engine, from time to time Created: 2021-02-15 Updated: 2021-07-20 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.5.8 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
We see in the MariaDB Error Log from time to time the message: 2021-02-14 19:21:43 53526568 [ERROR] Got error 128 when reading table './enswitch/active' No other message before or after for a while. Mostly it does not harm. But sometimes the system piles up until max connection is reached and then we have to failover to the slave. The system configuration is not optimal. We still have to tune it. Connection causing this should be running the following queries:
When we have some more information I will update the ticket. |
| Comments |
| Comment by Oli Sennhauser [ 2021-02-18 ] |
|
We changed all configuration variables to (IMHO) reasonable values: *.buffer_size to their defaults and But it did not help we get still randomly the error on a hotspot table: 2021-02-16 8:46:33 1623505 [ERROR] Got error 128 when reading table './xxx/active' We assume a bug and wait for the next release. |
| Comment by Oli Sennhauser [ 2021-03-18 ] |
|
10.5.9 did NOT fix the issue... |
| Comment by Oli Sennhauser [ 2021-03-18 ] |
|
Error messages of the same type happen with Partitioning: https://jira.mariadb.org/browse/MDEV-19613 Which is NOT the case in our scenario. |
| Comment by Maurice Gasco [ 2021-07-20 ] |
|
I get the same error on 10.4.18 |