iotdb
iotdb copied to clipboard
Apache IoTDB
## Description
When there is no User Cache on the DN side, the entire time series will be handed over to CN for authentication, which ultimately leads to CN OOM in some...
## Description As the title said. This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [ ] concurrent read and...
## Description As the title said. This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [ ] concurrent read and...
details can be referred from comments in code
# Fix flaky tests in `BatchedAlignedSeriesReadChunkCompactionTest` ## Description This PR fixes 12 flaky tests in `BatchedAlignedSeriesReadChunkCompactionTest` that were failing intermittently due to non-deterministic iteration order of collections. ## Root Cause...
# Fix Non-Deterministic Behavior in NewReadChunkCompactionPerformerWithAlignedSeriesTest ## Problem Thirteen tests in `NewReadChunkCompactionPerformerWithAlignedSeriesTest` were failing non-deterministically under NonDex due to order-dependent measurement schema comparisons: - `testCompactionWithAllDeletion` - `testCompactionWithDeletion` - `testCompactionWithDeletionAndEmptyPage` -...
## Description 1. FolderManager relocated to commons module for consensus module accessibility. 2.  This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ]...
### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 2.0.5 (build:0917050) ### Describe the bug and provide the minimal reproduce step DELETE...
This PR achieves the refactoring of mathematical operators for tree models by reusing the type inference and runtime execution infrastructure generated by the FreeMarker template engine.