mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Fix typo in JavaDoc -- s/note/not
This commit is contained in:
parent
811b7d7d78
commit
8fba11dd74
2
src/main/java/org/elasticsearch/cluster/routing/allocation/decider/NodeVersionAllocationDecider.java
2
src/main/java/org/elasticsearch/cluster/routing/allocation/decider/NodeVersionAllocationDecider.java
@ -29,7 +29,7 @@ import org.elasticsearch.common.settings.Settings;
|
||||
|
||||
/**
|
||||
* An allocation decider that prevents relocation or allocation from nodes
|
||||
* that might note be version compatible. If we relocate from a node that runs
|
||||
* that might not be version compatible. If we relocate from a node that runs
|
||||
* a newer version than the node we relocate to this might cause {@link org.apache.lucene.index.IndexFormatTooNewException}
|
||||
* on the lowest level since it might have already written segments that use a new postings format or codec that is not
|
||||
* available on the target node.
|
||||
|
Loading…
x
Reference in New Issue
Block a user