mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
[LOG] better log message
This commit is contained in:
parent
fd9744968f
commit
342563a864
@ -370,7 +370,7 @@ public class LocalGatewayMetaState extends AbstractComponent implements ClusterS
|
||||
}
|
||||
|
||||
if (!wroteAtLeastOnce) {
|
||||
logger.warn("[{}]: failed to state", lastFailure, indexMetaData.index());
|
||||
logger.warn("[{}]: failed to write index state", lastFailure, indexMetaData.index());
|
||||
throw new IOException("failed to write state for [" + indexMetaData.index() + "]", lastFailure);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user