Skip to content

Fix up exception messages in AzureBlobStore#144654

Merged
DaveCTurner merged 5 commits intoelastic:mainfrom
DaveCTurner:2026/03/20/AzureBlobStore-exception-messages
Mar 23, 2026
Merged

Fix up exception messages in AzureBlobStore#144654
DaveCTurner merged 5 commits intoelastic:mainfrom
DaveCTurner:2026/03/20/AzureBlobStore-exception-messages

Conversation

@DaveCTurner
Copy link
Copy Markdown
Member

The %d doesn't work with an AtomicLong, we have to extract its value.

The `%d` doesn't work with an `AtomicLong`, we have to extract its
value.
@DaveCTurner DaveCTurner requested a review from tlrx March 20, 2026 15:00
@DaveCTurner DaveCTurner added >bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs auto-backport Automatically create backport pull requests when merged branch:9.2 branch:8.19 v9.4.0 branch:9.3 labels Mar 20, 2026
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

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

Copy link
Copy Markdown
Member

@tlrx tlrx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :hiding:

@DaveCTurner DaveCTurner enabled auto-merge (squash) March 20, 2026 15:40
@DaveCTurner DaveCTurner merged commit 31fcc09 into elastic:main Mar 23, 2026
36 checks passed
DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this pull request Mar 23, 2026
The `%d` doesn't work with an `AtomicLong`, we have to extract its
value.
DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this pull request Mar 23, 2026
The `%d` doesn't work with an `AtomicLong`, we have to extract its
value.
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

💔 Backport failed

Status Branch Result
9.3
8.19 Commit could not be cherrypicked due to conflicts
9.2

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 144654

@DaveCTurner DaveCTurner deleted the 2026/03/20/AzureBlobStore-exception-messages branch March 23, 2026 09:51
@DaveCTurner
Copy link
Copy Markdown
Member Author

Code doesn't exist in 8.19, not backporting there.

elasticsearchmachine pushed a commit that referenced this pull request Mar 24, 2026
The `%d` doesn't work with an `AtomicLong`, we have to extract its
value.
elasticsearchmachine pushed a commit that referenced this pull request Mar 25, 2026
* Fix up exception messages in `AzureBlobStore` (#144654)

The `%d` doesn't work with an `AtomicLong`, we have to extract its
value.

* CI poke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-backport Automatically create backport pull requests when merged >bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed Meta label for distributed team. v9.2.8 v9.3.3 v9.4.0

3 participants