Messages by Date
-
2026/07/20
(iotdb) branch dev/1.3 updated: [Performance] Reduce aligned MemTable bitmap memory usage (#18249) (#18256)
jiangtian
-
2026/07/20
(iotdb) branch master updated: [Performance] Optimize tablet RPC deserialization (#18248)
jiangtian
-
2026/07/20
(iotdb) branch fix/consensus-topic-config-validation created (now 83c81b94b21)
justinchen
-
2026/07/20
(iotdb) 01/01: [Subscription] Reject unsupported consensus topic attributes
justinchen
-
2026/07/20
(iotdb) branch master updated: Fix flaky concurrent queue and WAL tests (#18246)
jiangtian
-
2026/07/20
(iotdb) branch master updated: [Performance] Reduce aligned MemTable bitmap memory usage (#18249)
jiangtian
-
2026/07/20
(iotdb) branch master updated: [Pipe] Reduce AirGap sink reconnect log noise (#18243)
jiangtian
-
2026/07/20
(iotdb) branch master updated: [Pipe] Back off async sink for all retry statuses (#18236)
jiangtian
-
2026/07/19
(iotdb-client-nodejs) branch ci/iotdb-2.0.10 deleted (was 8b1e3b3)
haonan
-
2026/07/19
(iotdb-client-nodejs) branch develop updated: ci: run e2e matrix against IoTDB 2.0.6 and 2.0.10 (#17)
haonan
-
2026/07/19
(iotdb-docs) 01/01: docs: refresh Rust client docs for the official apache/iotdb-client-rust SDK
critas
-
2026/07/19
(iotdb-docs) branch docs/rust-client-sdk created (now 11550eb1)
critas
-
2026/07/19
(iotdb-client-nodejs) branch ci/iotdb-2.0.10 updated (6ce9079 -> 8b1e3b3)
critas
-
2026/07/19
(iotdb-client-nodejs) branch ci/iotdb-2.0.10 created (now 6ce9079)
critas
-
2026/07/19
(iotdb-client-nodejs) 01/01: ci: run e2e matrix against IoTDB 2.0.6 and 2.0.10
critas
-
2026/07/19
(iotdb-client-rust) branch main updated: Rename crate to iotdb-client-rust (iotdb-client is taken on crates.io); keep iotdb_client as the lib import name
critas
-
2026/07/19
(iotdb) branch fix-log-throttling updated (b439db6644c -> 5d4ee01f303)
justinchen
-
2026/07/19
(iotdb) branch cp-feaeaa6-dev-1.3 updated (2950882e3a0 -> cf5e25025bc)
justinchen
-
2026/07/19
(iotdb-client-rust) branch main updated: CI: bind dn_rpc_address to 0.0.0.0 for the 2.0.10 service container (2.0.10+ images default to 127.0.0.1, refusing connections through docker's port mapping)
critas
-
2026/07/19
(iotdb-client-rust) branch main updated: CI: match the DataNode banner specifically when waiting for IoTDB (standalone image's ConfigNode prints its own 'set up successfully' line first, so the generic match passed before the DataNode was listening)
critas
-
2026/07/19
(iotdb-client-rust) branch main updated: CI: wait for DataNode startup banner in container logs instead of a TCP probe (docker port proxy accepts before DataNode listens, causing connection resets on slower startups)
critas
-
2026/07/19
(iotdb) branch rc/2.0.11 created (now 2c77de3670c)
jackietien
-
2026/07/19
(iotdb-client-rust) 17/20: Benchmark: --datatype mixed|double flag (all-DOUBLE matches iot-benchmark comparison config)
critas
-
2026/07/19
(iotdb-client-rust) 20/20: Add ASF repo metadata: .asf.yaml, NOTICE; pin third-party CI actions to commit SHAs (ASF Infra policy)
critas
-
2026/07/19
(iotdb-client-rust) 07/20: V1: DATE live adjudication test; re-tag logical types (DATE/TIMESTAMP/STRING/BLOB) from dataTypeList in row assembly
critas
-
2026/07/19
(iotdb-client-rust) 05/20: Phase 6: README EN/ZH, runnable examples, GitHub Actions CI, Apache 2.0 license headers; fix null-bitmap size at 8-row boundary
critas
-
2026/07/19
(iotdb-client-rust) 03/20: Phase 2-3: connection + session layer (open/query/insert RPC), data layer (Tablet serialization, TsBlock decoder)
critas
-
2026/07/19
(iotdb-client-rust) 08/20: V2: insert_record(s) + insert_records_of_one_device with aligned variants; row-oriented value buffer (type marker + BE payload), Java-style null-cell filtering
critas
-
2026/07/19
(iotdb-client-rust) 18/20: Fix BLOB readback (physical TEXT column with non-UTF-8 payload kept as Blob for logical re-tag); add verify_write example (2 TAG + 2 ATTRIBUTE + all 10 FIELD types, nulls per row)
critas
-
2026/07/19
(iotdb-client-rust) 06/20: Address audit findings: value-asserting live insert/readback test (16 rows, nulls, unsorted input); run examples in CI integration job
critas
-
2026/07/19
(iotdb-client-rust) 14/20: Benchmark scale-up: --reuse-tablets (bounded memory) + --tablets-per-rpc (insert_tablets batching); 22.5M pts/s sustained over 250M points, server-side bottleneck attributed (1G heap flush stalls)
critas
-
2026/07/19
(iotdb-client-rust) 04/20: Phase 4-5: SessionDataSet iterator, TableSession, SessionPool/TableSessionPool; live integration verified against IoTDB 2.0.6
critas
-
2026/07/19
(iotdb-client-rust) 16/20: Benchmark: mirror iot-benchmark measurement semantics (prep inside timed span, failures excluded from latency, Result/Latency Matrix output with P10-P999 + SLOWEST_THREAD)
critas
-
2026/07/19
(iotdb-client-rust) 12/20: V5: TLS (feature-gated, native-tls shared-stream channel) + RPC compression (compact protocol; server requires dn_rpc_thrift_compression_enable — no auto-detection, spec corrected)
critas
-
2026/07/19
(iotdb-client-rust) 01/20: Initial scaffold: session/connection/data/protocol skeleton with Thrift IDL
critas
-
2026/07/19
(iotdb-client-rust) 09/20: V3: auto-reconnect with endpoint failover (C#-style, original error surfaces); write-redirect cache (TTL+eviction) with pool acquire_for_device routing
critas
-
2026/07/19
(iotdb-client-rust) 19/20: Add COMPATIBILITY.md (server version matrix, per-release IDL/Thrift toolchain, SemVer/deprecation policy); CI integration matrix now tests IoTDB 2.0.6 + 2.0.10
critas
-
2026/07/19
(iotdb-client-rust) 13/20: TLS hardening: nodejs-style dispatch tests (wire-byte assertion), mutual TLS client identity (cert/key PEM), real end-to-end TLS verified vs IoTDB 2.0.6 (enable_thrift_ssl, TLSv1.3, full cert verification)
critas
-
2026/07/19
(iotdb-client-rust) branch main created (now 2d4cc21)
critas
-
2026/07/19
(iotdb-client-rust) 11/20: V6: write benchmark suite (examples/benchmark.rs) mirroring Node.js/iot-benchmark methodology; tree 9.7M pts/s @ 10M points, 8 clients, 1000-row tablets
critas
-
2026/07/19
(iotdb-client-rust) 10/20: V4: insert_tablets batch (tree only, per-tablet redirect harvest) + pool lazy idle eviction (max_idle_time 60s, sweep on activity, min_size floor)
critas
-
2026/07/19
(iotdb-client-rust) 15/20: Bump benchmark container to 4G heap + 1G direct memory (eliminates flush-stall latency spikes; pin ConfigNode to 512M)
critas
-
2026/07/19
(iotdb) branch table_insert_tablets updated: Fix relational tablet batch redirection and empty tablets
jiangtian
-
2026/07/19
(iotdb) branch master updated: [Performance] Reduce temporary allocations on insert path (#18240)
jiangtian
-
2026/07/19
(iotdb) branch master updated: Enable CRC32 intrinsic for DataNode (#18239)
jiangtian
-
2026/07/19
(iotdb) branch codex/fix-performance-dashboard-metrics-dev-1.3 deleted (was cb06fd63ef9)
jiangtian
-
2026/07/19
(iotdb) branch dev/1.3 updated: [To dev/1.3] Fix process memory metrics and precision (#17482) (#18229) (#18231)
jiangtian
-
2026/07/19
(iotdb) branch dev/1.3 updated: [Pipe] Include pending historical events in remaining count (#18216) (#18232)
jiangtian
-
2026/07/17
(iotdb-client-go) branch dependabot/github_actions/actions/setup-go-7 deleted (was 4b9edc5)
github-bot
-
2026/07/17
(iotdb-client-go) branch main updated: Bump actions/setup-go from 6 to 7 (#167)
haonan
-
2026/07/17
(iotdb) branch ty/cp-17794-dev-1.3 deleted (was 0fe3f1abe44)
jackietien
-
2026/07/17
(iotdb) branch dev/1.3 updated: Fix repeated RPC dispatch reusing a released FragmentInstanceContext (NPE) (#17794) (#18235)
jackietien
-
2026/07/17
(iotdb) 01/01: Fix repeated RPC dispatch reusing a released FragmentInstanceContext (NPE) (#17794)
jackietien
-
2026/07/17
(iotdb) branch ty/cp-17794-dev-1.3 created (now 0fe3f1abe44)
jackietien
-
2026/07/16
(iotdb) 01/01: Enable show queries can be executed when the available memory for Operators is insufficient (#18052)
weihao
-
2026/07/16
(iotdb) branch 1.3-2 created (now da3f83454dd)
weihao
-
2026/07/16
(iotdb) branch codex/fix-performance-dashboard-metrics-dev-1.3 created (now cb06fd63ef9)
justinchen
-
2026/07/16
(iotdb) 01/02: Update process memory metrics to report OS resident memory (#17482)
justinchen
-
2026/07/16
(iotdb) 02/02: Fix process metric precision
justinchen
-
2026/07/16
(iotdb) 01/01: Compatibility changes for internal settle compaction API
shuwenwei
-
2026/07/16
(iotdb) branch settleCompactionCompatibility created (now f95ac5063f1)
shuwenwei
-
2026/07/16
(iotdb) branch master updated: modify the read logic of metadata lease timeout (#18228)
jackietien
-
2026/07/16
(iotdb) branch codex/fix-performance-dashboard-metrics deleted (was f3f580fcb25)
jiangtian
-
2026/07/16
(iotdb) branch master updated: Fix process metric precision (#18229)
jiangtian
-
2026/07/16
(iotdb-client-go) branch dependabot/github_actions/actions/setup-go-7 created (now 4b9edc5)
github-bot
-
2026/07/16
(iotdb) branch codex/fix-performance-dashboard-metrics created (now f3f580fcb25)
justinchen
-
2026/07/16
(iotdb) 01/01: Fix process metric precision
justinchen
-
2026/07/16
(iotdb) branch dev/1.3 updated: Fix unbounded async pipe sink retries (#18222) (#18225)
jiangtian
-
2026/07/16
(iotdb) branch master updated: Fix flaky WALNodeTest WAL roll assertion (#18226)
jiangtian
-
2026/07/16
(iotdb) branch fix_wal_node_test_stability deleted (was d0f17786b9d)
jiangtian
-
2026/07/16
(iotdb) 01/01: Fix flaky WALNodeTest WAL roll assertion
jiangtian
-
2026/07/16
(iotdb) branch fix_wal_node_test_stability created (now d0f17786b9d)
jiangtian
-
2026/07/16
(iotdb) branch master updated: [Pipe] Include pending historical events in remaining count (#18216)
jiangtian
-
2026/07/16
(iotdb) branch fix_tiermanager deleted (was 62850a3cbc9)
jiangtian
-
2026/07/16
(iotdb) branch master updated: Fix concurrent access during TierManager folder reset (#18223)
jiangtian
-
2026/07/16
(iotdb) branch master updated: Fix unbounded async pipe sink retries (#18222)
jiangtian
-
2026/07/16
(iotdb) branch fix_tiermanager updated (3af496a418c -> 62850a3cbc9)
jiangtian
-
2026/07/15
(iotdb) branch fix_tiermanager created (now 3af496a418c)
jiangtian
-
2026/07/15
(iotdb) 01/01: fix TierManager may access an empty list during re-initialization
jiangtian
-
2026/07/15
(iotdb) branch master updated: fix: optimize reconnect exception as `TTransport.TTransportException` (#18200)
yongzao
-
2026/07/15
(iotdb) branch dev/1.3 updated: [To dev/1.3] Optimize pipe tablet memory accounting (#18211) (#18220)
jiangtian
-
2026/07/15
(iotdb) branch time-partition-boundary-overflow-fix updated (eda0433e1f9 -> 386d537d497)
justinchen
-
2026/07/15
(iotdb) branch master updated: Pipe: disable serialize-by-region by default (#18139)
jiangtian
-
2026/07/15
(iotdb) branch master updated: Only scan tables of tree model while regenerating data partition (#18221)
yongzao
-
2026/07/15
(iotdb) branch master updated: Fix duplicate TsFile metric updates (#18219)
jiangtian
-
2026/07/15
(iotdb) branch dev/1.3 updated: Fix write retries, Pipe resource cleanup, subscription progress, and snapshot recovery (#18180) (#18218)
jiangtian
-
2026/07/15
(iotdb) branch master updated: Optimize TopK query of TableModel by RuntimeFilter (#18204)
jackietien
-
2026/07/15
(iotdb) branch lwh/topK deleted (was 0521bcbe1d3)
jackietien
-
2026/07/15
(iotdb) branch lwh/1.3-cp deleted (was df6b8a30526)
jackietien
-
2026/07/15
(iotdb) branch lwh/topK updated (fe579fd511f -> 0521bcbe1d3)
weihao
-
2026/07/15
(iotdb) branch dev/1.3 updated: [To dev/1.3] Support debug for query (#18208)
jackietien
-
2026/07/15
(iotdb) branch codex/ipv6-endpoint-support deleted (was c8faac3f5d3)
haonan
-
2026/07/15
(iotdb) branch master updated: Support IPv6 endpoint URLs (#18162)
haonan
-
2026/07/15
(iotdb) branch dev/1.3 updated: Fix MQTT measurement validation (#18217)
haonan
-
2026/07/15
(iotdb) branch master updated: Fix MQTT measurement validation (#18215)
haonan
-
2026/07/15
(iotdb) branch lwh/topK updated (85dea104942 -> fe579fd511f)
weihao
-
2026/07/15
(iotdb) branch dev/1.3 updated: [to dev/1.3] Prevent aligned LAST query from hanging with time filter (#18214)
jackietien
-
2026/07/15
(iotdb) branch master updated: Optimize pipe tablet memory accounting (#18211)
jiangtian
-
2026/07/15
(iotdb) branch master updated: Prevent aligned LAST query from hanging with time filter (#18213)
jackietien
-
2026/07/15
(iotdb) branch fix/aligned-last-query-time-filter-1.3 deleted (was a3b2619b841)
jackietien
-
2026/07/15
(iotdb) branch fix/aligned-last-query-time-filter deleted (was ff6ac4ce560)
jackietien
-
2026/07/15
(iotdb) branch master updated: Fix procedures stuck after submission-time deserialization failure (#18212)
yongzao
-
2026/07/15
(iotdb) branch dev/1.3 updated: [Backport][dev/1.3] Improve error message when auto-creating timeseries with null value (#18210)
jiangtian
-
2026/07/15
(iotdb) branch air-gap-udp-transport updated (f65846d3856 -> 692e20607d7)
justinchen
-
2026/07/14
(iotdb-client-nodejs) branch perf/serialization-single-pass deleted (was 5f4c1e0)
haonan
-
2026/07/14
(iotdb-client-nodejs) branch develop updated: perf: single-pass single-buffer tablet serialization, BigInt-free int64 writes (#16)
haonan
-
2026/07/14
(iotdb-client-nodejs) branch perf/serialization-single-pass updated (c5f5522 -> 5f4c1e0)
critas
-
2026/07/14
(iotdb) branch fix/aligned-last-query-time-filter-1.3 updated (e9460526812 -> a3b2619b841)
shuwenwei
-
2026/07/14
(iotdb) branch fix/aligned-last-query-time-filter updated (01f7cf6ca3d -> ff6ac4ce560)
shuwenwei
-
2026/07/14
(iotdb) branch fix/aligned-last-query-time-filter-1.3 created (now e9460526812)
shuwenwei
-
2026/07/14
(iotdb) 01/01: Fix aligned LAST query with time filter
shuwenwei
-
2026/07/14
(iotdb) branch fix/aligned-last-query-time-filter created (now 01f7cf6ca3d)
shuwenwei
-
2026/07/14
(iotdb) 01/01: Fix aligned LAST query with time filter
shuwenwei
-
2026/07/14
(iotdb) branch master updated: Improve error message when auto-creating timeseries with null value (#18209)
jiangtian
-
2026/07/14
(iotdb-client-nodejs) branch perf/serialization-single-pass updated (cadb09f -> c5f5522)
critas
-
2026/07/14
(iotdb) branch insert-values-constant-folding updated (883777fffb8 -> fa1dbaf514e)
justinchen
-
2026/07/14
(iotdb) branch feat/show-receivers updated (34a21798acf -> 58c5ce85f6a)
justinchen
-
2026/07/14
(iotdb) branch lwh/1.3-cp updated (713762272b4 -> df6b8a30526)
weihao
-
2026/07/14
(iotdb) branch lwh/1.3-cp updated (674767ea72c -> 713762272b4)
weihao
-
2026/07/14
(iotdb) branch lwh/1.3-cp updated (5b0040f0b0f -> 674767ea72c)
weihao
-
2026/07/14
(iotdb) branch dev/1.3 updated: [To dev/1.3] Fix retry bug in tree model query which ignores the time filter (#18201)
jackietien
-
2026/07/14
(iotdb) branch codex/backport-pr-18179-dev-1.3 deleted (was d0a07334d64)
jackietien
-
2026/07/14
(iotdb) branch rc/1.3.7-xyzc created (now 341b2ca752c)
jackietien
-
2026/07/14
(iotdb) 01/01: [to dev/1.3] TimeFilter.canSkip() use getStatistics() method (#17120)
jackietien
-
2026/07/14
(iotdb) branch lwh/1.3-cp updated (aad83fbedd9 -> 5b0040f0b0f)
weihao
-
2026/07/14
(iotdb) 01/01: Support debug for query (#17178)
weihao
-
2026/07/14
(iotdb) branch lwh/1.3-cp created (now aad83fbedd9)
weihao
-
2026/07/14
(iotdb-client-nodejs) branch perf/serialization-single-pass updated (263a4e4 -> cadb09f)
critas
-
2026/07/14
(iotdb) branch dev/1.3 updated: Pipe: optimize InsertRows schema aggregation (#18195) (#18207)
jiangtian
-
2026/07/14
(iotdb) branch ancient-coding deleted (was 5b6bf575191)
jiangtian
-
2026/07/14
(iotdb) branch it-fix-13 deleted (was 7301ca263e5)
jiangtian
-
2026/07/14
(iotdb) branch dev/1.3 updated: Pipe IT: disable pipe memory control in overridden setups (#18198) (#18205)
jiangtian
-
2026/07/14
(iotdb) branch lwh/topK updated (a942788ef30 -> 85dea104942)
weihao
-
2026/07/14
(iotdb) branch lwh/topK updated (dda356875ad -> a942788ef30)
weihao
-
2026/07/14
(iotdb) branch lwh/topK updated (0e0a637d943 -> dda356875ad)
weihao
-
2026/07/14
(iotdb) branch lwh/topK updated (8a671079865 -> 0e0a637d943)
weihao
-
2026/07/14
(iotdb) branch fix-external-tsfile-grouping-pushdown deleted (was e5c79fbcbad)
jackietien
-
2026/07/14
(iotdb) branch master updated: Fix external TsFile grouping optimization (#18206)
jackietien
-
2026/07/14
(iotdb) branch lwh/topK updated (b0bf9b38ed0 -> 8a671079865)
weihao
-
2026/07/14
(iotdb) branch fix-external-tsfile-grouping-pushdown updated (60ba1088f60 -> e5c79fbcbad)
shuwenwei
-
2026/07/14
(iotdb) branch fix-external-tsfile-grouping-pushdown updated (4638d60989b -> 60ba1088f60)
shuwenwei
-
2026/07/14
(iotdb) 01/01: Fix external TsFile grouping optimization
shuwenwei
-
2026/07/14
(iotdb) branch fix-external-tsfile-grouping-pushdown created (now 4638d60989b)
shuwenwei
-
2026/07/14
(iotdb) 01/01: Pipe: optimize InsertRows schema aggregation (#18195)
justinchen
-
2026/07/14
(iotdb) branch ancient-coding created (now 5b6bf575191)
justinchen
-
2026/07/14
(iotdb-client-nodejs) 01/01: perf: single-pass single-buffer tablet serialization, BigInt-free int64 writes
critas
-
2026/07/14
(iotdb-client-nodejs) branch perf/serialization-single-pass created (now 263a4e4)
critas
-
2026/07/14
(iotdb) branch it-fix-13 created (now 7301ca263e5)
justinchen
-
2026/07/14
(iotdb) 01/01: Pipe IT: disable pipe memory control in overridden setups (#18198)
justinchen
-
2026/07/14
(iotdb) 02/03: draft
weihao
-
2026/07/14
(iotdb) branch lwh/topK created (now b0bf9b38ed0)
weihao
-
2026/07/14
(iotdb) 01/03: draft
weihao
-
2026/07/14
(iotdb) 03/03: finish
weihao
-
2026/07/14
(iotdb) branch master updated: Pipe: optimize InsertRows schema aggregation (#18195)
jiangtian
-
2026/07/14
(iotdb) 03/04: Fix query retry CI regressions
jackietien
-
2026/07/14
(iotdb) branch codex/backport-pr-18179-dev-1.3 created (now d0a07334d64)
jackietien
-
2026/07/14
(iotdb) 02/04: Fix query analysis state handling on retry
jackietien
-
2026/07/14
(iotdb) 01/04: Fix retry bug in tree model query which ignore the time filter
jackietien
-
2026/07/14
(iotdb) 04/04: Address query retry review feedback
jackietien
-
2026/07/13
(iotdb) branch fix-retry-bug deleted (was e77abee705d)
jackietien
-
2026/07/13
(iotdb) branch master updated: Fix retry bug in tree model query which ignore the time filter (#18179)
jackietien
-
2026/07/13
(iotdb) branch codex/ipv6-endpoint-support updated (7b8fe58572b -> c8faac3f5d3)
haonan
-
2026/07/13
(iotdb) branch master updated: Pipe IT: disable pipe memory control in overridden setups (#18198)
jiangtian
-
2026/07/13
(iotdb) branch codex/backport-pr-18149-dev-1.3 deleted (was 3c20c256a39)
jackietien
-
2026/07/13
(iotdb) branch dev/1.3 updated: [To dev/1.3] Enforce REST query row limit as hard cap (#18149) (#18197)
jackietien
-
2026/07/13
(iotdb) branch codex/ipv6-endpoint-support updated (cf617569eba -> 7b8fe58572b)
haonan
-
2026/07/13
(iotdb) branch codex/ipv6-endpoint-support updated (25bb4ccaf46 -> cf617569eba)
haonan
-
2026/07/13
(iotdb) branch dependabot/maven/ch.qos.logback-logback-core-1.5.35 deleted (was a96db568ff9)
github-bot
-
2026/07/13
(iotdb) 02/02: Remap non-positive REST row limit config to default and add regression tests
jackietien
-
2026/07/13
(iotdb) branch codex/backport-pr-18149-dev-1.3 created (now 3c20c256a39)
jackietien
-
2026/07/13
(iotdb) 01/02: Enforce REST query row limit
jackietien
-
2026/07/13
(iotdb) branch dev/1.3 updated: Reduce repeated failure logs (#18175) (#18193)
jiangtian
-
2026/07/13
(iotdb) branch master updated: Fix RPC buffer memory control activation (#18194)
jiangtian
-
2026/07/13
(iotdb) branch rest-row-limit deleted (was 295ef2fa6f6)
jackietien
-
2026/07/13
(iotdb) branch master updated: Enforce REST query row limit as hard cap (#18149)
jackietien
-
2026/07/13
(iotdb) 01/01: Remove incorrect timeout reassignment after query planning
shuwenwei
-
2026/07/13
(iotdb) branch fix/remove_timeout_reassignment_after_planning_in_QueryExecution created (now 9735c3749ea)
shuwenwei
-
2026/07/13
(iotdb) branch master updated: Add mutual SSL support for pipe sinks (#18080)
jiangtian
-
2026/07/13
(iotdb-docs) branch main updated: Add V2.0.10 tree release history (#1186)
haonan
-
2026/07/13
(iotdb) branch codex/ipv6-endpoint-support updated (a10fe5c86cb -> 25bb4ccaf46)
haonan
-
2026/07/13
(iotdb) branch codex/ipv6-endpoint-support updated (f57955ca50e -> a10fe5c86cb)
haonan
-
2026/07/13
(iotdb-docs) branch main updated: Add V2.0.10 release history (#1185)
haonan
-
2026/07/13
(iotdb) branch master updated: Fix DataNode restart readiness race in IoTDBConnectionsIT (#18192)
jiangtian
-
2026/07/13
(iotdb) branch fixBug-0713 deleted (was 9b315588b44)
jackietien
-
2026/07/13
(iotdb) branch master updated: Fix tag index misalignment in read_tsfile when projection pruning removes tag columns (#18191)
jackietien
-
2026/07/12
(iotdb) branch fixBug-0713 created (now 9b315588b44)
shuwenwei
-
2026/07/12
(iotdb) 01/01: Fix tag index misalignment in read_tsfile when projection pruning removes tag columns
shuwenwei
-
2026/07/12
(iotdb-client-nodejs) branch fix/date-encoding-yyyymmdd deleted (was 4aacd83)
haonan
-
2026/07/12
(iotdb-client-nodejs) branch develop updated: fix: DATE values encoded as days-since-epoch instead of INT32 yyyyMMdd (#15)
haonan
-
2026/07/12
(iotdb) branch fix-retry-bug updated (03604b279e3 -> e77abee705d)
jackietien
-
2026/07/12
(iotdb) branch master updated: Avoid readLock when serializing TimeIndex. (#18189)
jiangtian
-
2026/07/12
(iotdb) branch dev/1.3 updated: [Backport 1.3] Avoid read lock when restoring degraded time index (#18190)
jiangtian
-
2026/07/12
(iotdb-client-nodejs) branch fix/date-encoding-yyyymmdd updated (40928b8 -> 4aacd83)
critas
-
2026/07/12
(iotdb) branch master updated: Reduce repeated failure logs (#18175)
jiangtian
-
2026/07/12
(iotdb) branch dev/1.3 updated: Fix pipe drop stuck on blocking sink reconnect (#18145) (#18188)
jiangtian
-
2026/07/12
(iotdb) branch table_insert_tablets updated: fix review comments
jiangtian
-
2026/07/12
(iotdb) branch feat/show-receivers updated (9fa79ccfd90 -> 34a21798acf)
justinchen
-
2026/07/12
(iotdb) branch dev/1.3 updated: Pipe: use session context in legacy receiver loaders (#18111) (#18184)
jiangtian
-
2026/07/12
(iotdb) branch dev/1.3 updated: Reduce pipe load success log noise (#18106) (#18183)
jiangtian
-
2026/07/12
(iotdb) branch fix/table-delete-attribute-no-tag deleted (was 0fa5dd027d1)
jiangtian