You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/08/31 09:44:54 UTC

[iotdb] branch 0.12.2rc2rn created (now a64e90c)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch 0.12.2rc2rn
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at a64e90c  [To rel/0.12] Update release note for 0.12.2 RC2

This branch includes the following new commits:

     new a64e90c  [To rel/0.12] Update release note for 0.12.2 RC2

The 1 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.


[iotdb] 01/01: [To rel/0.12] Update release note for 0.12.2 RC2

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch 0.12.2rc2rn
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit a64e90cc0554a08c8d62d1e1cf846ad7a010eb5c
Author: HTHou <hh...@outlook.com>
AuthorDate: Tue Aug 31 17:44:18 2021 +0800

    [To rel/0.12] Update release note for 0.12.2 RC2
---
 RELEASE_NOTES.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b533460..a09b804 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -32,6 +32,7 @@
 * [IOTDB-1561] Support fill by specific value
 * [IOTDB-1565] Add sql: set system to readonly/writable
 * [IOTDB-1569] Timed close TsFileProcessor
+* [ISSUE-3811] Provide a data type column for the last query dataset
 * TTL can be set to the prefix path of storage group
 * add JMX monitor to all ThreadPools in the server module 
 
@@ -44,6 +45,8 @@
 * Optimize Primitive Array Manager
 * Function Improvement: add overlapped page rate in Tracing
 
+…t value for SOMAXCONN
+
 ## Bug Fixes
 * [IOTDB-1282] fix C++ class SessionDataSet mem-leak
 * [IOTDB-1407] fix Filtering time series based on tags query fails Occasionally
@@ -75,6 +78,8 @@
 * [IOTDB-1574] Deleted file handler leak
 * [IOTDB-1580] Error result of order by time desc when enable time partition
 * [IOTDB-1584] Doesn't support order by time desc in cluster mode
+* [IOTDB-1588] Bug fix: MAX_TIME is incorrect in cluster mode
+* [IOTDB-1594] Fix show timeseries returns incorrect tag value 
 * [ISSUE-3116] Bug when using natural month unit in time interval in group by query
 * [ISSUE-3316] Query result with the same time range is inconsistent in group by query
 * [ISSUE-3436] Fix query result not right after deleting multiple time interval of one timeseries
@@ -83,6 +88,7 @@
 * [ISSUE-3653] fix Max_time and last return inconsistent result
 * [ISSUE-3690] Memory leaks on the server when cpp client invokes checkTimeseriesExists
 * [ISSUE-3805] OOM caused by Chunk cache
+* [ISSUE-3865] Meaningless connection reset issues caused by low default value for SOMAXCONN
 *  Fix DataMigrationExample OOM if migrate too many timeseries 
 * Handle false positive cases which may cause NPE of tsfile bloom filter 
 * Fix Windows shell error on JDK11 & fix iotdb-env.bat not working
@@ -90,6 +96,8 @@
 * Fix thrift out of sequence in cluster module
 * Skip non exist measurement in where clause in align by device
 * fix blocking query when selecting TsFile in compaction
+* Fix redundant data in compaction recover
+* Fix load tsfile with time partition enable 
 
 ## Incompatible changes
 * [IOTDB-1485] Replace tsfile_size_threshold by unseq_tsfile_size/seq_tsfile_size