[MXS-3078] Defer loading of modules until they are needed Created: 2020-07-20 Updated: 2020-08-07 Resolved: 2020-07-20 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 2.5.1 |
| Fix Version/s: | 2.5.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-111 |
| Description |
|
In 2.5.1, all the modules are loaded on startup. This isn't strictly necessary and slows startup down when running under a debugger. Loading the modules when the /maxscale/modules endpoint is called would defer this up until it is actually needed, namely when the GUI accesses the REST API. |