[MXS-966] If secrets_readKeys() in secret.c fails (return NULL) MaxScale will keep trying again Created: 2016-11-09 Updated: 2017-02-22 Due: 2016-11-30 Resolved: 2017-02-22 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core, maxpasswd |
| Affects Version/s: | 2.0.1 |
| Fix Version/s: | 2.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Esa Korhonen | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-28 |
| Description |
|
If reading file ".secrets" fails for any reason in secrets_readKeys(const char* path), an error message is produced but MaxScale keeps running and will try again later. This continues ad infinitum. For this bug to happen the services must successfully start (using cached passwords?). |
| Comments |
| Comment by Esa Korhonen [ 2017-02-22 ] |
|
The same error is produced several times (once for each backend per service or monitor), but stops eventually. |