You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With etcd we have moved the validation of engine params into the deferred processing of the engine-add notification. In the past validation was synchronous with the engine-add command and there was no notification. The effect of this separation of validation means virtually no validation happens synchronous with the angine-add REST call. We can refactor this is to support more validation.
we should add better synchronous validation when engine ops happen now that they are async.
The text was updated successfully, but these errors were encountered: