Skip to content

Commit

Permalink
Log on partial search failure (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermontross authored Aug 26, 2024
1 parent 32be72d commit 9ddbffe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ private List<SearchResult<LogMessage>> distributedSearch(
response.add(searchResult.get() == null ? SearchResult.error() : searchResult.get());
} else {
response.add(SearchResult.error());
LOG.warn("Error fetching part of search result {}", searchResult);
}
} catch (Exception e) {
LOG.error("Error fetching search result", e);
Expand Down

0 comments on commit 9ddbffe

Please sign in to comment.