Fixed typo
This commit is contained in:
parent
e807c99f27
commit
11ff90420a
|
@ -265,7 +265,7 @@ public abstract class TransportSearchTypeAction extends TransportAction<SearchRe
|
|||
}
|
||||
if (successulOps.get() == 0) {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("All shards failied for phase: [{}]", firstPhaseName(), t);
|
||||
logger.debug("All shards failed for phase: [{}]", firstPhaseName(), t);
|
||||
}
|
||||
// no successful ops, raise an exception
|
||||
listener.onFailure(new SearchPhaseExecutionException(firstPhaseName(), "all shards failed", buildShardFailures()));
|
||||
|
|
Loading…
Reference in New Issue