Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
In RMWebServices#updateSchedulerConfiguration, we are checking two prerequisites:
if (scheduler instanceof MutableConfScheduler && ((MutableConfScheduler) scheduler).isConfigurationMutable()) {
However, the error message is misleading in the second case (namely if the configuration is not mutable eg. a FILE_CONFIGURATION_STORE)
} else { return Response.status(Status.BAD_REQUEST) .entity("Configuration change only supported by " + "MutableConfScheduler.") .build();
Attachments
Issue Links
- links to