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

# Fix Non-Deterministic Behavior in AggregationDistributionTest.testEachSeriesOneRegion ## Problem The test `testEachSeriesOneRegion` was failing non-deterministically under NonDex with a 33% failure rate (1 out of 3 runs) due to order-dependent child...

# Fix Non-Deterministic Behavior in AggregationDistributionTest.testAlignByDevice2Device3Region ## Problem The test `testAlignByDevice2Device3Region` was failing non-deterministically under NonDex with an 80% failure rate (4 out of 5 runs) due to order-dependent fragment...

# Fix Non-Deterministic Behavior in AggregationDistributionTest ## Problem The test `testAggregationWithMultiGroupByLevelNode` was failing non-deterministically under NonDex with a 40% failure rate due to order-dependent fragment access. ## Way to Reproduce...

This pull request introduces support for a new read consistency level, `follower_read`, across the IoTDB codebase. The changes ensure that configuration, logic, and documentation now recognize and correctly handle this...

## Description I report the problem in the issue #16593 ### Solutions 1. Walk the subtree instead instead of pinning to indices. Added helper `containsNodeType(PlanNode, Class)` that recursively checks for...

### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version OS: Ubuntu 22.04 IoTDB: master @ d719d4651d81e978a74afe6446bee2f5582f4345 Java 17, Apache Maven 3.8.7 ###...

### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 集群部署在red hat 4.8.5-44 iotdb使用版本2.0.4 ### Describe the bug and provide the minimal reproduce...

## Description The SSL configurations of Client and Internal connections should be separated.

# Fix Non-Deterministic Behavior in ColumnInjectionPushDownTest ## Problem Two tests were failing non-deterministically under NonDex with ~50% failure rate: - `testCannotPushDownTimeJoinAlignByTime` - `testPartialPushDownTimeJoinAlignByDevice` ## Reproduce ```bash cd iotdb-core/datanode mvn edu.illinois:nondex-maven-plugin:2.1.1:nondex...