mirror of https://github.com/apache/lucene.git
Fix two s/recieve/receive typos.
This commit is contained in:
parent
a9dc7e4a03
commit
a6f8dd74f0
|
@ -98,7 +98,7 @@ public class TestRandomRequestDistribution extends AbstractFullDistribZkTestBase
|
||||||
String registry = core.getCoreMetricManager().getRegistryName();
|
String registry = core.getCoreMetricManager().getRegistryName();
|
||||||
Counter cnt = metricManager.counter(null, registry, "requests", "QUERY./select");
|
Counter cnt = metricManager.counter(null, registry, "requests", "QUERY./select");
|
||||||
// sanity check
|
// sanity check
|
||||||
assertEquals(core.getName() + " has already recieved some requests?",
|
assertEquals(core.getName() + " has already received some requests?",
|
||||||
0, cnt.getCount());
|
0, cnt.getCount());
|
||||||
counters.put(core.getName(), cnt);
|
counters.put(core.getName(), cnt);
|
||||||
}
|
}
|
||||||
|
|
|
@ -2210,7 +2210,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A variant of {@link org.apache.solr.client.solrj.impl.CloudSolrClient.Builder} that will randomize which nodes recieve updates
|
* A variant of {@link org.apache.solr.client.solrj.impl.CloudSolrClient.Builder} that will randomize which nodes receive updates
|
||||||
* unless otherwise specified by the caller.
|
* unless otherwise specified by the caller.
|
||||||
*
|
*
|
||||||
* @see #sendDirectUpdatesToAnyShardReplica
|
* @see #sendDirectUpdatesToAnyShardReplica
|
||||||
|
|
Loading…
Reference in New Issue