Skip to content

block-writes cannot be added after read-only#119007

Merged
parkertimmins merged 2 commits intoelastic:mainfrom
parkertimmins:create-index-from-source-fix
Dec 18, 2024
Merged

block-writes cannot be added after read-only#119007
parkertimmins merged 2 commits intoelastic:mainfrom
parkertimmins:create-index-from-source-fix

Conversation

@parkertimmins
Copy link
Contributor

Fix bug in ReindexDataStreamIndexAction. If the source index has both a block-writes and is read-only, these must be updated on the destination index. If read-only is set first, the block-writes cannot be added because settings cannot be modified.

Bug was introduced in #118890
Fixes #119002

Fix bug in ReindexDataStreamIndexAction. If the source index has
both a block-writes and is read-only, these must be updated on
the destination index. If read-only is set first, the block-writes
cannot be added because settings cannot be modified.
@elasticsearchmachine elasticsearchmachine added v9.0.0 needs:triage Requires assignment of a team area label labels Dec 18, 2024
@parkertimmins parkertimmins added >bug :StorageEngine/Data streams Data streams and their lifecycles v9.0.0 and removed v9.0.0 needs:triage Requires assignment of a team area label labels Dec 18, 2024
@elasticsearchmachine elasticsearchmachine added the Team:Data Management (obsolete) DO NOT USE. This team no longer exists. label Dec 18, 2024
@elasticsearchmachine
Copy link
Collaborator

Hi @parkertimmins, I've created a changelog YAML for you.

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@parkertimmins parkertimmins merged commit 8c5f0d6 into elastic:main Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>bug :StorageEngine/Data streams Data streams and their lifecycles Team:Data Management (obsolete) DO NOT USE. This team no longer exists. v9.0.0

3 participants