mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
Remove period in min master node check log message
As most of our log messages are not sentences and do not end with periods, this commit removes a period from the end of the min master node bootstrap check log message.
This commit is contained in:
parent
94317b1d33
commit
0830bd4885
@ -335,7 +335,7 @@ final class BootstrapCheck {
|
|||||||
@Override
|
@Override
|
||||||
public String errorMessage() {
|
public String errorMessage() {
|
||||||
return "please set [" + ElectMasterService.DISCOVERY_ZEN_MINIMUM_MASTER_NODES_SETTING.getKey() +
|
return "please set [" + ElectMasterService.DISCOVERY_ZEN_MINIMUM_MASTER_NODES_SETTING.getKey() +
|
||||||
"] to a majority of the number of master eligible nodes in your cluster.";
|
"] to a majority of the number of master eligible nodes in your cluster";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user