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

## 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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.zookeeper:zookeeper&package-manager=maven&previous-version=3.4.6&new-version=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...

dependencies
java

Bumps jjwt-jackson from 0.10.7 to 0.10.8. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.jsonwebtoken:jjwt-jackson&package-manager=maven&previous-version=0.10.7&new-version=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...

0.13
dependencies

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...

0.13
dependencies

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 ![image](https://user-images.githubusercontent.com/48384887/175856201-82a0c61b-4b6c-4db1-bd31-edc3274a022f.png) 2. Multi-seed mode initial startup ![image](https://user-images.githubusercontent.com/48384887/175857611-73b3b567-84db-4611-acaa-6f0d339513a9.png) ![image](https://user-images.githubusercontent.com/48384887/175857522-eb440742-369e-4ba0-a99c-6055f566263d.png) ![image](https://user-images.githubusercontent.com/48384887/175857491-a3d40563-fdbb-4c41-b3ab-d37340af0527.png)

Module - ConfigNode

今天在使用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。通过浏览器下载完替换为正常的就能编译通过

Solution

**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...