iotdb
iotdb copied to clipboard
Apache IoTDB
**Describe the bug** Configuring internal_address as the host ip program cannot run,and if the configuration ip is 0.0.0.0, when the service is the leader, the datanode cannot join the cluster....
**Describe the bug** A clear and concise description of what the bug is. version : 0.13.1 release iotdb 安装完成之后; ``` [root@iotdb-103 logs]# /home/iotdb/sbin/start-cli.sh -h localhost -p 6667 -u root -pw...
remove datanode while writing data (with benchmark) will occur some errors(region not exist, ratis failed, or node maybe down) details: https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-4300
## Description Different storage groups are supported with different number of virtual storage groups. ### Content1 ... Support SQL,e.g. create storage group root.sgc virtualstoragegroupnum = 8; ### Content2 ... Enhanced...
Support new path pattern: 0 or more layers According to the discussion in the mail list, we can get the following syntax: *(start, end) - start (included) to end (excluded)...
## Description override hashCode method ISSUE: https://github.com/apache/iotdb/issues/5886 ### Content1 ... ### Content2 ... ### Content3 ... This PR has: - [ ] been self-reviewed. - [ ] concurrent read -...
This pr support disable align query in new cluster mode. It also do some refactor of AnalyzeVisitor#visitQuery() function, this function is almost 400 lines and it is hard to read,...
**Describe the bug** 当我的服务器磁盘空间满了后,会自动的修改为read-only,然后在清除磁盘空间后手动重启才能修改 read-only状态。 请问可不可以通过设置,让我在下一次遇到磁盘空间不足的情况下,不让iotdb改变为 read-only的状态,仅仅是抛出异常