Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.1
-
Fix Version/s: 2.5.3
-
Component/s: REST-API
-
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.