[MXS-1934] MaxScale encountered internal out of memory when server have ~ 30G free memory Created: 2018-06-20 Updated: 2019-09-05 Resolved: 2019-09-05 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 2.2.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Snow | Assignee: | markus makela |
| Resolution: | Cannot Reproduce | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Debian GNU/Linux 8 ~# numactl --hardware CPU: Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz |
||
| Description |
|
Hi! Our installation encountered a strange issue after weeks of a stable operating. MaxScale 2.2.6 just stopped accepting connections with the following error: maxscale[26935]: [MySQLAuth] Failed to execute auth query: out of memory However, during the fail server had a quite low workload and about 30G of free RAM. Seems buggy, or I missed something during the configuration? If anyone need any extra traces or system info, I'll be happy to provide them. note bene - extended logging was enbled after the failure Here is my config:
|
| Comments |
| Comment by markus makela [ 2018-06-21 ] |
|
The error appears to be from the SQLite instance used to store the set of database users. |
| Comment by markus makela [ 2019-04-29 ] |
|
Have you tried a more recent 2.2 version of MaxScale? Have you tried this with the 2.3 version? |