iotdb
iotdb copied to clipboard
Apache IoTDB
# Fix Non-Deterministic Behavior in AlignedByDeviceTest ## Problem Nine tests in `AlignedByDeviceTest` were failing non-deterministically under NonDex (50-100% failure rates) due to order-dependent fragment assertions: - `testAggregation2Device2Region` - `testAggregation2Device2RegionOrderByTime` -...
## Description Updates `DistributionPlannerCycleTest#timeJoinNodeTest` so the assertions adapt to legitimate execution plans where the query planner decides no remote fragments are required. The test now inspects the node tree structurally,...
[Bug] `enable_audit_log` configuration not taking effect - always shows false despite correct setup
### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version - **Versions Tested**: 2.0.5, 2.0.4, 2.0.3, 1.3.4-1 (standalone mode) - **Deployment**: Docker (apache/iotdb:*-standalone...
Based on the actual usage scenarios of customers, write customized MQTT message examples.
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Motivation 之前在1.3.2里在用的不少pipeplugins在1.3.3版后都变成agent下的了,请问包括air_gap_sink在内的这些插件在未来版本还会出现吗? ### Solution _No response_ ### Alternatives _No response_ ### Are you willing...
Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.7.9 to 3.7.11. Release notes Sourced from io.projectreactor:reactor-core's releases. v3.7.11 Reactor Core 3.7.1 is part of the 2024.0.10 Release Train. What's Changed :sparkles: New features and improvements...
CHN doc: https://timechor.feishu.cn/docx/AugedrYLqoybsbxzgEZc2eTinTg?from=from_copylink
## Description Reduce duplicated DeviceID in compaction selection
## Description ### Motivation The `orderByTimeWithOffsetTest` unit-test asserted that the subtree rooted at the LimitNode must contain at least one ExchangeNode. On clusters where all relevant data-regions happen to reside...
## Description ### Motivation AlignByDeviceOrderByLimitOffsetTest occasionally failed under NonDex because four methods `orderByTimeTest1`, `orderByTimeTest2`, `orderByTimeTest3`, and `orderByTimeTest5` relied on fixed child-index positions in the plan tree. Planner variability (different data-region...