-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Streams
-
Release Notes Summary:Management endpoints for long administratives tasks are now exclusive
-
Epic Link:
-
Tags:
-
Sprint:nxplatform #99
-
Story Points:1
The management API exposes long administrative actions like, reindexing or garbage collectors.
These actions shouldn't be run concurrently, this can be easily controlled since NXP-32123 using the exclusive flag.
We have:
/management/elasticsearch/reindex
/management/workflows/orphaned
/management/blobs/orphaned
/management/versions/orphaned
/management/thumbnails/recompute
/management/pictures/recompute
/management/videos/recompute
and
automation Elasticsearch.bulkIndex operation
When invoking one of these endpoints concurrently we should get a 409 conflict because another one is already running.
- depends on
-
NXP-32123 Provide sequential and exclusive bulk action options at command level
- Resolved