Failure to load filters is now a configuration error
When a filter module is not found or the instance creation fails, this is considered a fatal error and MaxScale will not start. If a failure occurs when the configuration is being reloaded, the service will not use filters and an error will be logged.
This commit is contained in:
@ -219,7 +219,7 @@ extern int serviceStop(SERVICE *);
|
||||
extern int serviceRestart(SERVICE *);
|
||||
extern int serviceSetUser(SERVICE *, char *, char *);
|
||||
extern int serviceGetUser(SERVICE *, char **, char **);
|
||||
extern void serviceSetFilters(SERVICE *, char *);
|
||||
extern bool serviceSetFilters(SERVICE *, char *);
|
||||
extern int serviceSetSSL(SERVICE *service, char* action);
|
||||
extern int serviceInitSSL(SERVICE* service);
|
||||
extern int serviceSetSSLVersion(SERVICE *service, char* version);
|
||||
|
Reference in New Issue
Block a user