iotdb
iotdb copied to clipboard
Apache IoTDB
## Description In order to make the integrate tests cover Schema_File mode and Memory mode, we originally needed to create two classes for each IT, such as IoTDBMetadataFetchIT and IoTDBMetadataFetchSchemaFileIT,...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 1.0.0 ### Describe the bug and provide the minimal reproduce step I restart...
## Description ### Content1 ... ### Content2 ... ### Content3 ... This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write -...
1、modify the profile name iotdb-datanode.properties; 2、the port of ConfigNode is not 6667.
add device and timeseries num limit
## Description Support event window aggregation on RawDataAggregationOperator This PR has: - [x] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [ ] concurrent read...
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:03 min [INFO] Finished at: 2022-12-04T17:05:52+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.27.1:check (spotless-check) on project iotdb-parent: Execution spotless-check of goal...
TsBlock init takes much time, so we should let each TsBlock large enough to make its initialization cost overhead as small as possible. However, when there exists too many unseq...