[MXS-4439] Maxscale is failing with Resource temporarily unavailable errors Created: 2022-12-09 Updated: 2023-01-31 Resolved: 2022-12-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 6.2.0, 6.2.2, 6.4.4 |
| Fix Version/s: | 2.5.24, 6.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pon Suresh Pandian (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Linux AZHOBSPPRDPXYSQL01 5.15.0-1021-azure #26~20.04.1-Ubuntu SMP |
||
| Attachments: |
|
| Description |
|
Hi Team, Maxscale service is failing with following errors.
We increased the "pipe-max-size" limit upto "1073741824"
But still getting the same error.. Here I have attached the maxscale config , log file and system logs for your reference please check it.. |
| Comments |
| Comment by markus makela [ 2022-12-13 ] |
|
Does adding skip_name_resolve=true under the [maxscale] section help with how often these happen? |
| Comment by markus makela [ 2022-12-17 ] |
|
The messages between threads in MaxScale will now never be abandoned. This should fix any temporary problems caused by either large peaks in load or due to some blocking operation (domain name lookup) taking too long. The SystemD watchdog will still kill the MaxScale process if it isn't responding. This should catch any bugs that might've otherwise manifested as an inability to send messages. |