1. ddd1005 Load: Add LoadTsfilePointRateLimiter to control load tsfile throughput rate (#12356) by Itami Sho · 16 hours ago master
  2. 5c434dc Pipe: Changed the hybrid switching status to avoid first data is not synced realtime in hybrid mode (#12495) by Caideyipi · 23 hours ago
  3. d675ba1 Pipe: Globally adjust timeout when syncing huge tsfiles & Speed up file transfer after sync task failed (#12491) by Steve Yurong Su · 35 hours ago
  4. a7aaeb4 modify direct buffer memory proportion (#12496) by shuwenwei · 2 days ago
  5. e737aeb Fix tsfile flush error when drop database or remove peer (#12493) by Haonan · 2 days ago
  6. 7bbd83d [IOTDB-6326] Normalize the table headers of Auth related statement by Jackie Tien · 2 days ago
  7. 3782215 Fix redundant lock taking during create multi timeseries by Marcos_Zyk · 3 days ago
  8. 7036e9f Pipe: dynamically adjust connection timeout to handle SocketTimeoutException & Avoid resource cleaning when load task is in process (#12485) by Steve Yurong Su · 3 days ago
  9. 4cb0a39 Pipe: Allowed the transfer of logical view alter statement in schema snapshot (#12488) by Caideyipi · 3 days ago
  10. 3cca91d fixed start cli output log issue (#12483) by CloudWise-Lukemiao · 3 days ago
  11. 411203c Remove restrictions on the number and length of tags and attributes by linxt20 · 3 days ago
  12. b8fd821 Implement new plan optimizer: AggregationPushDown by liuminghui233 · 3 days ago
  13. 318348e Enhance estimate of FI memory usage by Liao Lanyu · 3 days ago
  14. a6676d3 Fix insertion cross space compaction recover null pointer exception (#12439) by shuwenwei · 4 days ago
  15. 093512b Remove a line of log (#12480) by Li Yu Heng · 4 days ago
  16. 07578e1 Fixed backup path detection and optimized output log file names (#12454) by CloudWise-Lukemiao · 4 days ago
  17. 1a16b6d Normalize LoadCache interfaces (#12441) by Yongzao · 4 days ago research/encoding-periodic
  18. e383b0f Fix region migration code (#12472) by Li Yu Heng · 4 days ago
  19. 139720d Limit direct buffer memory cost when create consensus region (#12431) by shuwenwei · 4 days ago
  20. f7f34de Load: Avoid NPE when load task ends after clean task's execution (#12474) by Steve Yurong Su · 4 days ago
  21. 2db087d Subscription: randomly generate consumer group id and consumer id if not exist & validate topic config ahead on DN (#12467) by V_Galaxy · 5 days ago
  22. 46319bd Pipe IT: Return directly when SQL retry failed in IT to avoid potential fake failure interference (#12468) by Caideyipi · 5 days ago
  23. 6f29fcf Pipe: Fixed connector subtask manager to allow restarted DataRegions to reuse connectors from other not restarted DataRegions (#12470) by Caideyipi · 5 days ago
  24. c63a940 remove connector it (#12471) by CritasWang · 5 days ago
  25. 57a6ff4 add alter view statement in snapshot parser by Colin Li · 5 days ago
  26. f1b42de Fix PartialPath#intersectWithPrefixPattern return wrong result (#12465) by Chen YZ · 5 days ago
  27. f4e498f Bump org.bouncycastle:bcprov-jdk18on from 1.75 to 1.78 (#12458) by dependabot[bot] · 5 days ago
  28. 7df7e5c Lift the storage limit for tag and attribute management (#12447) by linxt20 · 5 days ago
  29. b91abb5 Revert "Modify initConfigManager() (#12452)" by OneSizeFitQuorum · 11 days ago
  30. ab8a33c Feature/move stuff to the extras repository take 2 (#12373) by Christofer Dutz · 11 days ago
  31. e857bcc Remove backup (#12455) by CloudWise-Lukemiao · 11 days ago
  32. 7726741 Fix the issue of obtaining Windows directory permissions, fix the issue of allocating IoTDB memory for configuration, and add the -- help command (#12450) by CloudWise-Lukemiao · 11 days ago
  33. 5c25ef6 Bump golang.org/x/net in /iotdb-connector/grafana-plugin (#12379) by dependabot[bot] · 11 days ago
  34. a5ed174 fix compaction selector ut (#12442) by shuwenwei · 11 days ago
  35. 789cc69 Modify initConfigManager() (#12452) by Li Yu Heng · 11 days ago
  36. 5d8deac Ensuring IoTconsensus data consistency during region migration (#12448) by Potato · 11 days ago
  37. 65fbf47 add blame (#12449) by CritasWang · 12 days ago
  38. 352269f update spotless version (#12345) by CritasWang · 12 days ago
  39. b75627e pref(bat): support space in path (#12435) by CritasWang · 12 days ago
  40. 9ea3695 [IOTDB-1667] Speed up the deletion of database by avoiding flush (#12445) by Haonan · 12 days ago
  41. c283742 Allowing create statement from bad connection (#12444) by Li Yu Heng · 12 days ago
  42. fc5b46d Log InsertRowsNode in WAL (#12271) by Haonan · 12 days ago
  43. aad793f empty commit by OneSizeFitQuorum · 12 days ago
  44. 5923181 Revert "Normalize LoadCache interfaces (#12421)" (#12440) by Potato · 12 days ago
  45. 85f47e0 Normalize LoadCache interfaces (#12421) by Yongzao · 13 days ago
  46. c571784 Fix the conflict between Files.walk and delete file && Catch UncheckedIOException && some other bugs (#12429) by Li Yu Heng · 13 days ago
  47. da86ec3 Add hot reload for IoTConsensus transit snapshot rate limiter and fix init (#12430) by Xiangpeng Hu · 13 days ago
  48. a5f8279 Ensuring IoTconsensus data consistency during region migration (#12438) by Xiangpeng Hu · 13 days ago
  49. 9e1a0a7 Fix the -tf args description in ExportData (#12436) by Summer · 13 days ago
  50. 9e5f039 Load: Execute tsfile serially to avoid concurrent serialization of the resource file (#12434) by Steve Yurong Su · 13 days ago
  51. 0f16cab Pipe: handle insert data type mismatch exceptions as idempotent exceptions when partial insert is enabled (#12432) by Steve Yurong Su · 2 weeks ago
  52. 7cd361d Pipe: Fixed air gap receiver non-closing problem when client exits in sender side (#12425) by Caideyipi · 2 weeks ago
  53. 05a602c Fix statistics error when loading snapshot by Chen YZ · 2 weeks ago
  54. 3d87ecc Refactor MultiTsFileDeviceIterator.MeasurementIterator (#12221) by shuwenwei · 2 weeks ago
  55. 1b98197 Pipe: Support InsertRows in PipeInsertNodeTabletInsertionEvent (#12286) by Caideyipi · 2 weeks ago
  56. d866bc5 fix snapshot parser null point. by Colin Li · 2 weeks ago
  57. 52bc188 Copy tsfile, its resources, and mods to the same directory when using multiple data directories (#12420) by Xiangpeng Hu · 2 weeks ago
  58. 98b2272 Pipe: Reduce exception messages to avoid excess rpc payload and show pipe response (#12415) by Caideyipi · 2 weeks ago
  59. d23729f [RatisConsensus] update ratis snapshot version (#12419) by William Song · 2 weeks ago
  60. 95384d4 Randomly choosing coordinator of add region (#12416) by Li Yu Heng · 2 weeks ago
  61. 447bf54 revert -XX:GuaranteedSafepointInterval=0 option (#12417) by Peng Junzhi · 2 weeks ago
  62. 1d30805 Pipe: Added check for wal disable and ratis consensus when enabling data region processing (#12407) by Caideyipi · 2 weeks ago
  63. 544a3bc update Export/ImportDataTestIT (#12399) by Summer · 2 weeks ago
  64. a8411f6 Fix Concurrency Instability When IoTConsensus LogDispatcher Exits (#12411) by Xiangpeng Hu · 2 weeks ago
  65. 8064ac5 Pipe: Properly handle OUT_OF_TTL status code on receiver side when data syncing (#12414) by Steve Yurong Su · 2 weeks ago
  66. c232ee0 fix pipe snapshot parser by Colin Li · 2 weeks ago
  67. e715db5 Pipe: remove unnecessary fsync operations for file pieces' transferring (#12410) by Steve Yurong Su · 2 weeks ago
  68. 0306432 Change log level and opt error msg for source path of view is deleted (#12409) by Jackie Tien · 2 weeks ago
  69. f5cf782 Pipe: Two stage aggregate framework & count-point-processor plugin (#12328) by Steve Yurong Su · 2 weeks ago
  70. 719834a Pipe: refine procedure timeout message (#12402) by Zikun Ma · 2 weeks ago
  71. c911c40 Pipe: Fixed FileNotFoundException caused by processing files deleted by compaction & Changed the "isEmpty()" judgement to avoid "getDevice()" attempts to read from a deleted file when using fileTimeIndex (#12405) by Caideyipi · 2 weeks ago
  72. e1e0055 Fix IoTDBTimezoneIT by Jackie Tien · 2 weeks ago
  73. ed6f56b Fix partition cache after region migration (#12404) by Li Yu Heng · 2 weeks ago
  74. 4d73626 Fixed insertTablet http api lost data event return SUCCESS_STATUS (#12387) by CloudWise-Lukemiao · 2 weeks ago
  75. c36f714 Fixed concurrency issues with RegionMigration thread pool (#12403) by Potato · 2 weeks ago
  76. bd22fe6 Pipe: distinguish between old and new process subtasks before and after stuck restart to avoid unexpected hashmap override and removal (#12400) by V_Galaxy · 2 weeks ago
  77. 638be8a Pipe: Added batch to schema snapshot execution in template activation and timeseries creation & Fixed the bug that the "CreateMultiTimeSeries" group with alias is not idempotent (#12380) by Caideyipi · 2 weeks ago
  78. 74eb4e2 Pipe: Fixed the bug that pure data transfer is forbidden when SchemaRegion is in Simple consensus (#12397) by Caideyipi · 2 weeks ago
  79. 1ce494b Fixed backup data backend running issues (#12396) by CloudWise-Lukemiao · 3 weeks ago
  80. 6b2e4b1 Fix effective ratio calculation method (#12394) by Alan Choo · 3 weeks ago
  81. b7e9d6e Some region migration related work (#12376) by Li Yu Heng · 3 weeks ago
  82. e825af4 feature add iotdb backup (#12365) by CloudWise-Lukemiao · 3 weeks ago
  83. 3bfc0ea Provide more precise info for exception during conf loading (#12382) by Li Yu Heng · 3 weeks ago
  84. ac648a3 Deduplication IoTConsensus Configuration And Remove Unuseless File Delete (#12385) by Xiangpeng Hu · 3 weeks ago
  85. 7f4724d Enhance concurrent control of data partition policy table (#12388) by Yongzao · 3 weeks ago
  86. b947dd8 Remove useless try-catch for RegionPriorityMap (#12389) by Yongzao · 3 weeks ago
  87. 9051aa5 Update iotdb-doap.rdf for v1.3.1 release (#12390) by Haonan · 3 weeks ago
  88. ba853b3 Pipe: Fixed the bug that aggregate processor cannot clear the last received time after drop (#12383) by Caideyipi · 3 weeks ago
  89. d83723f Remove tsfile module from IoTDB Project by Jackie Tien · 3 weeks ago
  90. f5a2162 Fix empty wal file deletion (#12377) by Alan Choo · 3 weeks ago
  91. 397bdb1 Fix NPE when concurrently dropping database and deleting wal (#12378) by Alan Choo · 3 weeks ago
  92. cc1a4bf Compaction create target file with data dir selection strategy (#12063) by shuwenwei · 3 weeks ago
  93. b3689c4 Reduce synchronized cost in compaction (#12279) by shuwenwei · 3 weeks ago
  94. b9e9aaa Compaction rate limit (#12312) by shuwenwei · 3 weeks ago
  95. 6af5ef1 Fix compaction ut dead lock (#12372) by shuwenwei · 3 weeks ago
  96. ec15f3d [IOTDB-6322] Let show variables can be executed by anyone by Jackie Tien · 3 weeks ago
  97. 3d7413c Report error message when deleting template time series with multi-level wildcard pattern by Chen YZ · 3 weeks ago
  98. dc33f7a fix(jdbc): when parameter is string ,append "\"" (#12371) by CritasWang · 3 weeks ago
  99. 91abf72 Optimize the input parameters for LeaderBalancer (#12374) by Yongzao · 3 weeks ago
  100. 7004e4d Subscription: Push consumer & Async commit (#12294) by Zikun Ma · 3 weeks ago