This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch rc/2.0.6
in repository https://gitbox.apache.org/repos/asf/iotdb.git
at 460f3e90bb0 [AINode] Fix pom.xml of ainode (#16375)
This branch includes the following new commits:
new e4b097acf0d Fix/password upgrade failed (#16089)
new 3b85ddee3e9 Skip TTL check when there is no TTL and no mods file in
the data region (#16110)
new d25eda6ef42 Add configs to set default compression for each data type
(#16117)
new 777c033ca09 [AINode] Enhance CI environments (#16121)
new b06fc814be9 fix cpp-client-gettimestamp (#16124)
new d1f6812fff5 fix: Failed to remove unwritable directories when creating
tsfile (#16122)
new 2e1884d6769 Fix the message when creating password history fails
(#16108)
new c102e83f9ab Pipe: Do not use the fork join pool in TerminateEvent
(#16113)
new 997cef3ed32 Pipe: CN adds logic to check if Pipe is out of memory
(#16119)
new 6f397bc6cf4 Pipe: Repair the table model construction TabletBatch
process causing memory expansion (#16123)
new 0ae53067e47 Pipe: Fix and improve async tsfile transfer error handling
and logging (avoid client connection leak) (#16008)
new c5040fe6c6d Fixed the NPE when add column of non-existing view & Pipe:
Fixed the client release problem in trackable handler (#16128)
new 28837bdb213 Fix error message when altering a non-exist user (#16126)
new 1f1001e733f Pipe: Avoid unnecessary close-client in async client
(Follow up fix for #16008)
new 4e321796a92 Pipe: Use fixed memory settings to configure batch (#16134)
new 833ce765274 Load: Fix LoadPieceNode reading aligned Chunk causing OOM
(#16132)
new 0d52f4b4bcd Increase availability when checking password & do not log
until close to expiration (#16146)
new 53401e426cd fix FAST_LAST_QUERY metrics, using the same StatementType
new 373433b675c fix FAST_LAST_QUERY metrics, set finish = true when use
cached
new 5a7f43b5e51 Fix the status code of fetching schema when memory is not
enough
new be89b38b328 [AINode] Update test env and dependency version (#16189)
new c529087dafb Fix query leak during login & fix inconsistent expiration
hints & skipped expiration check when password history is missing (#16166)
new 9d9d5af1671 [AINode] Revert transformers version (#16191)
new 2d537397985 [AINode] Enable CI related to Timer (#16192)
new e331b4c9d7c [AINode] Refactor CREATE MODEL FROM URI (#15978)
new b804d3213e0 [AINode] Fix circular import bug (#16137)
new c922fb400fd Pipe: Delete the heartbeat event count in Remaining Count
(#16115)
new e3c5cc5c325 More detailed log when the partition consensus write
failed (#16193)
new ca7c7f0b8bd Pipe: Comment Config Check (#16194)
new 246eaa753e5 [AINODE] Fix logger level filter (#16195)
new 21c83109f0f Load: Fixed the memory allocation bug that may cause more
free query memory & Optimized logger for memory not enough problem (#16206)
new f57ab376431 Fix that compression by type is not properly applied
(#16211)
new d91d555477a Fix some capitalizations in config template (#16216)
new ff98881f113 Pipe: Replace fixed aligned series limit with memory-based
estimation to avoid OOM in TsFileParser (#16201)
new eafa7a9b816 IoTV2: Fix file corrupt due to RandomAccessFile is lost.
(#16171)
new 8fabcb68b89 Pipe: Fixed the bug that output.measurements must be
filled when constructing aggregate-processor (#16238)
new ea7e512b50c Change Query Data Source init way from lock to tryLock &
Add more log and remove useless synchronize
new fb5e8f84123 Pipe: fix MQTT Source Session logic & Enhanced error
reporting for MQTT port and data path conflicts (#16229)
new f3b119331cc Fix ref count of IoTConsensus request not decreased in
allocation failure (#16169)
new f64f6563a86 Load: Flush ChunkGroup to a temporary file and cache
TableSchema in advance to reduce memory allocation (#16225)
new b56fedd99f9 Pipe: Switched some unnecessary log to debug level
new cb2b7233b7f Pipe: Fixed the bug that compaction may cause
progressIndex lost (#16258)
new a3320fcd92c Fix NPE in Procedure's log (#16255)
new 1d14c8ad9cb Fix IntoOperator order bug
new 16861178742 Pipe: Optimized the path construction efficiency in
pattern match (#16265)
new 4471c14f4c1 Support prefix path 'root.**' in tree view scan
new a6758303c8f Fix DN does not exit due to exception handling failure
(#16254)
new 10a8866ceda Pipe: Changed the default periodical login behavior to
disabled
new ae3481c8bf5 Pipe: Fixed the table deletion transfer logic & pipe meta
IT & interval manager in general model (#16268)
new 887bef718fb perf: Optimize the mark bitmap operation of AlignedTVList
InsertTablet (#16199)
new 261cfd8428f Directly throw exception when constructing information
schema supplier error (#16242)
new 452789a2a77 Fix DateTimeUtils init order bug
new aea54328d72 Pipe: Fixed the config meta transfer problem (#16280)
new 3a9327cfae5 Load: Switched the logger level to debug when cache memory
temporarily exceeds the max size (#16289)
new 381e942ba57 Fix potential NPE in tryGetFLushLock (#16274)
new 5f7ad9d7dae Fix NodeSupplier connection leaky while encountering
exception
new ae7fdce93a7 Fix improper retries in dispatcher & measurements not set
to null when inserting row out-of-ttl (#16297)
new 165984b6263 Pipe: Setup PipeLogger to reduce the selected pipe logs &
Switched some useless logger for pipe in configNode to debug level (#16296)
new dff6e1f537e fix: MeasurementSchema not initialized after automatic
metadata creation failed (#16300)
new 8266e671e93 refine tsfileWriter reset logic (#16309)
new 14bf4163cf4 Pipe: Further reduce the pipe logs & Added configurations
for tsFile segment lock (#16315)
new d7fc30831e2 Fix the issue where string filtering cannot be used in the
DEFINE clause
new 1d6ae83b78a Fix deleting wrong compression ratio file after flush &
delete compression ratio file after region removal (#16335)
new 8389e64c428 fix deletion file handler leak (#16332)
new 87128cbf379 fix: avoid return null ListenableFuture when checking if
operator is blocked (#16337)
new f0f78be040b Use global sink executor pool for IoTV2 (#16163)
new 064bc96e483 [AINode] Fix log file compressing name (#16358)
new 4a1222595c9 Fix potential NPE in Unseq List (#16359)
new e256f510adc Upgrade netty and reactor (#16362)
new 346dad48ecc Changed the default MQTT handler size to 1/2 number of
processors & Fixed some default parameters when core number is 1 (#16363)
new 69f17bfff23 Avoided "table not exist" related NPEs (#16357)
new 28f0c40dc95 Pipe: Changed back the default value of tsFile batch to
16M (#16174)
new 1a6aa038c3f Pipe: Fix unnecessary client shutdown logic and reduce
handshake waiting time (#16341)
new 1c8b5ed1352 Pipe: Set placeholder for required pipeMetaList &
Prevented the empty progress report when shutdown (#16388)
new 12d0d8675c6 Fixed the potential problem in DataNodeDevicePathCache &
Pipe: Reduced the logs in "PipeReceiverStatusHandler" (#16397)
new f739f8745e0 Pipe: Avoid throwing null pointer during Close process
(#16391)
new 43e65ac30f1 Fix region migration daily IT (#16241)
new b7c7854084b Load: Added "skipFailedTableSchemaCheck" parameter (#16522)
new 0a446e9c24c Fix that TableSchema written in TsFile can be stale after
drop/alter table (#16495)
new 4fcbd2de760 Pipe: Fixed the potentially missing database auto-create
in receiver (#16529)
new 9e22da3653d [AINode] Refactor the dependencies to IoTDB (#16369)
new 7fc931d4f07 [AINode] Fix maven verify bug (#16373)
new a41553888f7 [AINode] Revert transformer and tokenizer dependencies
update (#16394)
new 460f3e90bb0 [AINode] Fix pom.xml of ainode (#16375)
The 84 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.