[MXS-443] Network outages cause highly repetitive error reporting in the logs Created: 2015-11-03 Updated: 2016-10-17 Resolved: 2016-10-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 1.2.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | martin brampton (Inactive) | Assignee: | Johan Wikman |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The error handling does not have any memory. If, for example, a backend DB server loses its connection with MaxScale and the clients continue to attempt connections, the same error is reported repeatedly. This causes excessive logging which makes log files hard to handle and masks other possible errors. An example is: 2015-11-03 08:49:54 Error : Couldn't find suitable Master from 2 candidates. which shows 12 errors being logged in one second, followed by many more in subsequent seconds, until the connection is restored. |
| Comments |
| Comment by Johan Wikman [ 2016-08-08 ] |
|
Changed to a minor bug as A generic task |
| Comment by Johan Wikman [ 2016-10-17 ] |
|
The immediate problem is handled by |