This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new d549c40 Fix spelling mistakes for load metrics description (#2840)
d549c40 is described below
commit d549c40fcd38d5ed81eb02006f7f0194fef210ec
Author: caiconghui <[email protected]>
AuthorDate: Thu Feb 6 10:18:30 2020 +0800
Fix spelling mistakes for load metrics description (#2840)
---
fe/src/main/java/org/apache/doris/metric/MetricRepo.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fe/src/main/java/org/apache/doris/metric/MetricRepo.java
b/fe/src/main/java/org/apache/doris/metric/MetricRepo.java
index def6197..8985f95 100644
--- a/fe/src/main/java/org/apache/doris/metric/MetricRepo.java
+++ b/fe/src/main/java/org/apache/doris/metric/MetricRepo.java
@@ -202,9 +202,9 @@ public final class MetricRepo {
PALO_METRIC_REGISTER.addPaloMetrics(COUNTER_QUERY_ALL);
COUNTER_QUERY_ERR = new LongCounterMetric("query_err", "total error
query");
PALO_METRIC_REGISTER.addPaloMetrics(COUNTER_QUERY_ERR);
- COUNTER_LOAD_ADD = new LongCounterMetric("load_add", "total laod
submit");
+ COUNTER_LOAD_ADD = new LongCounterMetric("load_add", "total load
submit");
PALO_METRIC_REGISTER.addPaloMetrics(COUNTER_LOAD_ADD);
- COUNTER_LOAD_FINISHED = new LongCounterMetric("load_finished", "total
laod finished");
+ COUNTER_LOAD_FINISHED = new LongCounterMetric("load_finished", "total
load finished");
PALO_METRIC_REGISTER.addPaloMetrics(COUNTER_LOAD_FINISHED);
COUNTER_EDIT_LOG_WRITE = new LongCounterMetric("edit_log_write",
"counter of edit log write into bdbje");
PALO_METRIC_REGISTER.addPaloMetrics(COUNTER_EDIT_LOG_WRITE);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]