Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.14] Add logging of shard failures (#75275) #75357

Merged
merged 2 commits into from
Jul 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adapt to 7.x
przemekwitek committed Jul 15, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6dc4406c3ea6ff8d8e9144875a87431eae3165ec
Original file line number Diff line number Diff line change
@@ -251,7 +251,7 @@ public void testHandlingShardFailures() throws Exception {
e.getMessage(),
startsWith(
"Source has [7] failed shards, first shard failure: [some-index][3] failed, "
+ "reason [java.lang.Exception: something's wrong"))
+ "reason [Exception[something's wrong]]"))
),
latch
)