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

[iotdb] branch rel/0.11 updated: add RELEASE_NOTES for v0.11.3

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

hxd pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new 0d6de69  add RELEASE_NOTES for v0.11.3
0d6de69 is described below

commit 0d6de69fc94273121d68066e02f14a68afea8e51
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Fri Mar 19 02:02:24 2021 +0800

    add RELEASE_NOTES for v0.11.3
---
 RELEASE_NOTES.md | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 70fd6bb..7d22b67 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -18,6 +18,70 @@
     under the License.
 
 -->
+
+# Apache IoTDB 0.11.3
+
+## Bug Fixes
+* ISSUE-2240 Fix using incorrect Thrift protocol in sync module
+* ISSUE-2253 Femove the dependency of fastutil-7.0.6.jar
+* IOTDB-1069 restrict the flushing memtable number to avoid OOM when mem_control is disabled
+* ISSUE-2313 Data error when using CHINESE CHARACTAR in path on Windows OS
+* IOTDB-1084 Restrict temporary memory in flushing that may cause OOM
+* ISSUE-2341 Fix the compaction will block the flush process
+* IOTDB-1065 Fix deletion bug while trying to delete data from a timeseries which contains comma
+* IOTDB-1103 Fix frame size larger than max length error
+* Fix incorrect file path in compaction
+* Fix RestartTests failed because the compaction module does not allow clear the MManamger before it is stopped
+* IOTDB-1106 Fix delete time series bug 
+* IOTDB-1108 Add error log to print file name while error happened
+* Fix the compaction todo list bug in recovery module
+* Fix the copyright and readme in 0.11
+* Fix invalid urls docker file in 0.11
+* Fix bug in in-place compaction strategy
+* ISSUE-2505 ignore PathNotExistException in recover and change recover error to warn
+* IOTDB-1119 Fix C++ SessionDataSet bug when reading value buffer
+* Fix SessionPool does not recycle session and can not offer new Session due to RunTimeException
+* Fix the end time bug in compaction module
+* ISSUE-2588 Fix dead lock between deleting data and querying in parallel
+* ISSUE-2546 Fix first chunkmetadata should be consumed first
+* IOTDB-1126 Fix unseq tsfile is deleted due to merge
+* IOTDB-1137 MNode.getLeafCount error when existing sub-device
+* ISSUE-2624 ISSUE-2625 Avoid OOM if user don't close Statement and Session manually
+* ISSUE-2639 Fix possible NPE during end query process
+* Alter IT for An error is reported and the system is suspended occasionally
+* IOTDB-1149 print error for -e param when set maxPRC<=0
+* IOTDB-2648 Last query not right when having multiple devices
+* Delete mods files after compaction
+* ISSUE-2687 fix insert NaN bug
+* ISSUE-2598 Throw explicit exception when time series is unknown in where clause
+* Fix timeseriesMetadata cache is not cleared after the TsFile is deleted by a compaction
+* ISSUE-2611 An unsequence file that covers too many sequence file causes OOM query
+* IOTDB-1135 Fix count timeseries bug when the paths are nested
+* ISSUE-2709 IOTDB-1178 Fix cache is not cleared after compaction
+* ISSUE-2746 Fix data overlapped bug after unseq compaction
+* Fix getObject method in JDBC should return an Object
+* IOTDB-1188 Fix IoTDB 0.11 unable to delete data bug
+* Fix when covering a tsfile resource with HistoricalVersion = null, it’ll throw a NPE
+* fix the unseq compaction may loss data bug after a delete operation is executed
+
+## Improvements
+* Fix incorrect last result after deleting all data
+* Add parallelism in timeseries metadata cache
+* IOTDB-1068 Improve the time series metadata cache size
+* use asynchronous compaction in the restart-recovery module
+* print more insert error message in client
+* Refactor the CSV tool
+* Expose enablePartition parameter into iotdb-engines.properpties
+* IOTDB-1140 optimize regular data encoding
+* Add more log for better tracing
+* Add backgroup exec for cli -e function
+* Add max direct memory size parameter to env.sh
+
+## New Features
+* IOTDB-1077 add insertOneDeviceRecords API in java session
+* Add explain sql support
+
+
 # Apache IoTDB 0.11.2
 
 ## Bug Fixes