[MXS-2559] Log doesn't tell from which server users are loaded from Created: 2019-06-11 Updated: 2019-07-17 Resolved: 2019-07-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-86 |
| Description |
|
When users are being loaded, a log message is logged telling how many users were loaded and for which service the loading was done. The log message should also tell which server the users were loaded from to help resolve authentication problems. |
| Comments |
| Comment by markus makela [ 2019-07-10 ] |
|
There is a slight problem with this: the loading of users is only logged once on startup and is done silently after that. An alternative method might be to log a message whenever inconsistencies in the list of users is detected between the servers of a service. |
| Comment by markus makela [ 2019-07-17 ] |
|
Added the server where the users are loaded from into the initial messages that is logged. The problem still exists for subsequent loads but it should also be dealt with. |