iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Apache IoTDB

Results 730 iotdb issues
Sort by recently updated
recently updated
newest added

A tool for import and export data from iotdb,including timeseries structure and those data. -Iotdb-session based -Pipeline-based import and export tool -Project-Reactor based -support more situations,such as export and import...

在3台设备上进行部署,每台设备各一个datanode,除开必要的节点地址和日志路径配置之外未改动任何配置。 创建元数据正常,但写入对齐时间序列的数据时失败,查看错误日志发现错误信息:connot dispatch FI for write operation

## Description Improve the concurrent read and write capability of a single virtual storage group This PR has: - [x] been self-reviewed. - [x] concurrent read - [x] concurrent write...

**Describe the bug** 1. the following error occurred when executing SQL: 'select * from root.sdlink.tp.lsy00143010.IFrzEpIn where time > 2022-09-14T05:39:11 ORDER BY time ASC limit 1', the error is 'Msg: 500:...

## Description this PR fix issue #5884

Code Path:server/src/main/java/org/apache/iotdb/db/engine/compaction/writer/AbstractCompactionWriter.java Synchronizing on a class field synchronizes not on the field itself, but on the object assigned to it. So synchronizing on a non-final field makes it possible for...

Easy-Fixed

set read consistency level to 'weak', quey SimpleFragmentParallelPlanner may exist out of bounds exception see: https://issues.apache.org/jira/browse/IOTDB-4358

version:0.13.2 sql =GRANT ROLE 测试角色 PRIVILEGES ALTER_TIMESERIES ON root.** msg: **401: Error occurred while parsing SQL to physical plan: line 1:27 mismatched input 'ALTER_TIMESERIES' expecting {ALL, PRIVILEGE_VALUE}** I change ALTER_TIMESERIES...

![微信图片_20210903154845](https://user-images.githubusercontent.com/1549808/131970318-9a8cca0f-68a9-43c7-a88c-e66b77e2b086.png)