iotdb
iotdb copied to clipboard
Apache IoTDB
### update method  IoTDB> load '/opt/server/eos-iotdb-0.13.4/data.20231204' verify=false onSuccess=none; Msg: 701: Parse file /opt/server/eos-iotdb-0.13.4/data.20231204/data/data/sequence/root.ops/0/0/1685351762938-9-0-581.tsfile to resource error 查看日志:**vim log_datanode_warn.log** ~~~ 2023-12-05 08:40:07,571 [main] WARN o.a.r.m.MetricRegistriesLoader:81 - Found multiple MetricRegistries implementations:...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 1.0.1 ### Describe the bug and provide the minimal reproduce step 查询多设备最新值 select...
## Description There were issues with the grafana sdk which seems to have referenced a library in "latest" version. Unfortunately that library got a new major version which was API...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version Both machines running Ubuntu 20.04 and docker image of IoTDB version 1.2.2 ###...
logs/log_confignode_all.log 的报错 2023-11-23 16:30:56,189 [grpc-default-executor-0] WARN o.a.ratis.util.LogUtils:124 - 9: Failed APPEND_ENTRIES request 4->9#1-t4,previous=(t:2, i:60),leaderCommit=34557,initializing? false,entries: size=34497, first=(t:3, i:61), CONFIGURATIONENTRY(current:id: "0" address: "data-iotdb1:10720" startupRole: FOLLOWER ,id: "2" address: "data-iotdb2:10720" startupRole: FOLLOWER...
[root@k8s-node1 iotdb]# cat /usr/lib/systemd/system/iotdb.service [Unit] Description=iotdb service After=syslog.target [Service] Type = simple Environment="IOTDB_HOME=/home/infrastracture/apache-[iotdb-1](https://issues.apache.org/jira/browse/IOTDB-1).2.2-all-bin" User=root Group=root ExecStart = /home/infrastracture/apache-[iotdb-1](https://issues.apache.org/jira/browse/IOTDB-1).2.2-all-bin/sbin/start-standalone.sh ExecStop = /home/infrastracture/apache-[iotdb-1](https://issues.apache.org/jira/browse/IOTDB-1).2.2-all-bin/sbin/stop-standalone.sh Restart=on-failure [Install] WantedBy=multi-user.target [root@k8s-node1 iotdb]# systemctl start iotdb [root@k8s-node1...
Currently there is no option to disable the metrics collection on config-nodes. This causes problems on CtlrX core as the app tries to access resources outside of it's sandbox ("/sys/block/")...
If a query has many FIs, and each FI is divided into a large number of DriverTasks, using the cumulative execution time of FIs as the basis for calculating the...
Bumps `reactor-netty.version` from 1.1.11 to 1.1.12. Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.11 to 1.1.12 Release notes Sourced from io.projectreactor.netty:reactor-netty-http's releases. v1.1.12 Reactor Netty 1.1.12 is part of 2022.0.12 Release Train. This is...
请问下: 看文档介绍从1.2开始支持flinksql的连接器了,但是无法引入该jar ``` org.apache.iotdb flink-sql-iotdb-connector ${iotdb.version} ``` maven仓库没有该jar?这个jar如何引入。 另外,flink-sql-iotdb-connector 的sql形式案例有没有?例如: ``` `-- register a MySQL table 'users' in Flink SQL CREATE TABLE MyUserTable ( id BIGINT, name STRING, age INT,...