ZhangHongYin
ZhangHongYin
Optimize Metric Module: 1. rename `MetricService` to `AbstractMetricService` and rename `MetricsService` to `MetricService` to avoid ambiguity. 2. Abstract same logical into `AbstractMetricManager`, simply the implementation of `DropwizardMetricManager` and `MicrometerMetricManager`, add...
In `apache-iotdb-0.14.0-SNAPSHOT-all-bin` package: ``` . ├── LICENSE ├── NOTICE ├── README.md ├── README_ZH.md ├── RELEASE_NOTES.md ├── confignode │ ├── conf │ │ ├── confignode-env.bat │ │ ├── confignode-env.sh │ │ ...
See: https://issues.apache.org/jira/browse/IOTDB-3245.
1. Add doc in IPartitionFetcher to explain the params and the use of method. 2. Fix incorrect use of IPartitionFetcher when write. We need to consider `enableAutoCreateSchema` when insert, and...
In some panels, there are no need to show instance in legend. Besides, there are no need to maintain 0.13.1 standalone dashboard in master, All versions of dashboard can get...
1. remove some useless "instance" name in dashboard. 2. divide timesereis in 2 type: normal timeseries and template timeseries.
See: https://issues.apache.org/jira/browse/IOTDB-4522
In my environment, I need to pass a long value to aggregator in ms precision, so I open this PR.
Because we need to know the actual external writing point, I try to add `isGenerateByConsensus` parameters in PlanNode and try to remove duplicate points.