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
As a provider of a managed service of OpenSearch, I need to be able to protect resources such as memory in the service.
Therefore, the plugin is expected to check for each creation or updating of feature sets and models, whether the consumed resources exceed a limit and to throw a LimitExceededException if this is the case (instead of applying the creation / update).
This affects TransportFeatureStoreAction, TransportCreateModelFromSetAction, TransportAddFeatureToSetAction.
The circuit breaker shall be implemented for memory, but should be easily enhanceable by other resource types (e.g. CPU).
The text was updated successfully, but these errors were encountered:
As a provider of a managed service of OpenSearch, I need to be able to protect resources such as memory in the service.
Therefore, the plugin is expected to check for each creation or updating of feature sets and models, whether the consumed resources exceed a limit and to throw a LimitExceededException if this is the case (instead of applying the creation / update).
This affects
TransportFeatureStoreAction
,TransportCreateModelFromSetAction
,TransportAddFeatureToSetAction
.The circuit breaker shall be implemented for memory, but should be easily enhanceable by other resource types (e.g. CPU).
The text was updated successfully, but these errors were encountered: