Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Mar 22, 2023
1 parent 1379d8c commit 52c7d8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ private void createShardWhenLockAvailable(

final var indexService = indicesService.indexService(shardRouting.index());
if (indexService == null) {
final var message = "index service unexpectedly found for " + shardRouting;
final var message = "index service unexpectedly not found for " + shardRouting;
assert false : message;
listener.onFailure(new ElasticsearchException(message));
return;
Expand Down

0 comments on commit 52c7d8f

Please sign in to comment.