This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.12 by this push:
new 6e5769d change release notes
new 9787274 Merge branch 'rel/0.12' of https://github.com/apache/iotdb
into rel/0.12
6e5769d is described below
commit 6e5769dd9f1fd5c790dd985a871d4a960fc335e8
Author: JackieTien97 <[email protected]>
AuthorDate: Wed Dec 15 13:58:55 2021 +0800
change release notes
---
RELEASE_NOTES.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3f29ce3..0f4a56f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -28,7 +28,7 @@
## Improvements
-* [IOTDB-2027] Ignore too many WAL BufferOverflow log
+* [IOTDB-2027] Rollback invalid entry after WAL writing failure
* [IOTDB-2061] Add max concurrent sub query parameter, read data in batches to
limit max IO and add max cached buffer size configuration
* [IOTDB-2065] release TsFileSequenceReader soon when it is no longer used
* [IOTDB-2072] Remove TVListAllocator to reduce the TVList mem cost
@@ -36,6 +36,7 @@
* [ISSUE-2102] Push limit operator down to each reader
* [IOTDB-2123] Accelerate recovery process
* update user guide for cpp-cpi and disable compiling nodejs in cpp-cli
+* Ignore too many WAL BufferOverflow log
## Bug Fixes