MCPcopy Create free account
hub / github.com/apache/solr / error

Method error

solr/core/src/java/org/apache/solr/cloud/Stats.java:64–72  ·  view source on GitHub ↗
(String operation)

Source from the content-addressed store, hash-verified

62 }
63
64 public void error(String operation) {
65 String op = operation.toLowerCase(Locale.ROOT);
66 Stat stat = stats.get(op);
67 if (stat == null) {
68 stat = new Stat();
69 stats.put(op, stat);
70 }
71 stat.errors.incrementAndGet();
72 }
73
74 public void storeFailureDetails(String operation, ZkNodeProps request, SolrResponse resp) {
75 String op = operation.toLowerCase(Locale.ROOT);

Callers 15

_make_runnerFunction · 0.45
make_java_configFunction · 0.45
parse_configFunction · 0.45
parse_configFunction · 0.45
informMethod · 0.45
handleRequestBodyMethod · 0.45
moveNextMethod · 0.45
handleAmazonExceptionMethod · 0.45
abortMethod · 0.45
getTransformerMethod · 0.45
getTemplatesMethod · 0.45
informMethod · 0.45

Calls 2

getMethod · 0.65
putMethod · 0.65

Tested by 15

_make_runnerFunction · 0.36
make_java_configFunction · 0.36
parse_configFunction · 0.36
bootOtelMethod · 0.36
doFacetTestsMethod · 0.36
validateResponseMethod · 0.36
testRandomGroupingMethod · 0.36
testRandomJoinMethod · 0.36
auditMethod · 0.36
addReplicaWithRetriesMethod · 0.36
testRecoveryMethod · 0.36
pollConsistencyMethod · 0.36