This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a change to branch feature/memory_collect
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 7b94bd5147e Fix conflict
add 4e0ecc24541 Add Date and Float data IT (#14892)
add 4aadc09fb20 Fix IoTConsensus safe deleted index again (#14897)
add 7b588c81b17 Pipe: fix threshold judgment for tablet and tsfile memory
block & Subscription: close data container for current PipeTsFileInsertionEvent
in batch (#14901)
add 69774c9dc6c Fix conflict
add 4ddd96810e6 Spotless
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/db/it/IoTDBFloatPrecisionIT.java | 45 ++++++++++++++++
.../org/apache/iotdb/db/it/IoTDBSimpleQueryIT.java | 24 +++++++++
.../apache/iotdb/consensus/iot/IoTConsensus.java | 5 --
.../consensus/iot/IoTConsensusServerImpl.java | 20 ++++++--
.../iotdb/db/pipe/metric/PipeResourceMetrics.java | 28 ++++++++++
.../db/pipe/resource/memory/PipeMemoryManager.java | 60 ++++++++++++++--------
.../batch/SubscriptionPipeTabletEventBatch.java | 4 ++
.../java/org/apache/iotdb/db/utils/MathUtils.java | 24 ++++-----
pom.xml | 2 +-
9 files changed, 169 insertions(+), 43 deletions(-)