iotdb
iotdb copied to clipboard
Apache IoTDB
## Added the ability to batch set TTL for Storagegroups in the new cluster ### Support for new clusters ### IT tests were added
查询可以,聚合出错 ``` IoTDB> select * from root.sg.JIN_TNC order by Time desc limit 10 +-----------------------------+--------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------------+ | Time|root.sg.JIN_TNC.IO10|root.sg.JIN_TNC.IO1|root.sg.JIN_TNC.IO3|root.sg.JIN_TNC.IO2|root.sg.JIN_TNC.IO5|root.sg.JIN_TNC.IO4|root.sg.JIN_TNC.IO7|root.sg.JIN_TNC.IO6|root.sg.JIN_TNC.IO9|root.sg.JIN_TNC.IO8| root.sg.JIN_TNC.tm| +-----------------------------+--------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------------+ |2022-06-25T13:20:35.183+08:00| 1.00| 0.00| 1.00| 1.00| 1.00| 1.00| 1.00| 1.00| 1.00| 1.00|2022-06-25T13:20:34+08:00| |2022-06-25T13:20:35.026+08:00|...
* change targe_config_nodes to 127.0.0.1 instead of 0.0.0.0 * change internal_address to 0.0.0.0 instead of 127.0.0.1
Bumps zookeeper from 3.4.6 to 3.4.14. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps jjwt-jackson from 0.10.7 to 0.10.8. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [powermock-module-junit4](https://github.com/powermock/powermock) from 2.0.2 to 2.0.9. Release notes Sourced from powermock-module-junit4's releases. PowerMock 2.0.9 2.0.9 2020-11-01 - 4 commits by thekingn0thing (2), Valery Yatsynovich (1), zaobao (1) - published to...
Hi my IoTDB friends!👋 🎉After spending days on the git hooks mechanism, the pre-commit hooks for us developers is ready now! 🎉 ## Description The pre-commit hooks enable auto checks...
### Initialize ConfigNode with multi-seed mode 1. Modify iotdb-confignode.properties, and set multiple target_confignode  2. Multi-seed mode initial startup   
今天在使用mvn clean compile -pl server -am -DskipTests 编译iotdb报Failed to execute goal org.apache.thrift.tools:maven-thrift-plugin:0.1.11:compile (generate-thrift-sources-java) on project iotdb-thrift: thrift did not exit cleanly. Review output for more information.导致编译失败。 解决方式:查看/thrift/target/tools/thrift_0.12.0_0.13.0_mac.exe文件大小与pom文件的url地址访问下载的thrift_0.12.0_0.13.0_mac.exe文件大小进行比对,我遇到的就是通过mvn下载的只有2.1M 实际有5.3M。通过浏览器下载完替换为正常的就能编译通过
**Describe the bug** use RatisConsensus.addPeer to migrate data/schema region, but it does not works **To Reproduce** Steps to reproduce the behavior: 1. insert data to device `SET STORAGE GROUP TO...