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 2020/07/23 12:40:44 UTC

[incubator-iotdb] branch for-releasing-0.10.1 updated (07ca9ff -> a12cb99)

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

hxd pushed a change to branch for-releasing-0.10.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 07ca9ff  add release note for v0.10.1
     add 4faa9c6  fix upgrade systemfile
     add a25db18  Improve the recover process (#1545)
     new 67d6c91  Merge remote-tracking branch 'origin/rel/0.10' into for-releasing-0.10.1
     new a12cb99  update release note for v0.10.1

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


Summary of changes:
 RELEASE_NOTES.md                                   |   2 +-
 .../apache/iotdb/hadoop/fileSystem/HDFSOutput.java |   4 +-
 .../org/apache/iotdb/db/conf/IoTDBConfigCheck.java |   2 +-
 .../engine/storagegroup/StorageGroupProcessor.java | 239 ++++++++++-----------
 .../writelog/recover/TsFileRecoverPerformer.java   |  26 +--
 .../iotdb/tsfile/read/TsFileCheckStatus.java       |   1 -
 .../iotdb/tsfile/read/TsFileSequenceReader.java    |  79 +++----
 .../tsfile/write/writer/LocalTsFileOutput.java     |   4 +-
 .../write/writer/RestorableTsFileIOWriter.java     |  42 ++--
 .../iotdb/tsfile/write/writer/TsFileOutput.java    |   4 +-
 .../write/writer/RestorableTsFileIOWriterTest.java |  17 +-
 11 files changed, 205 insertions(+), 215 deletions(-)


[incubator-iotdb] 01/02: Merge remote-tracking branch 'origin/rel/0.10' into for-releasing-0.10.1

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

hxd pushed a commit to branch for-releasing-0.10.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 67d6c91b8971865d1275f3755831214a9d92de9b
Merge: 07ca9ff a25db18
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Thu Jul 23 20:19:03 2020 +0800

    Merge remote-tracking branch 'origin/rel/0.10' into for-releasing-0.10.1

 .../apache/iotdb/hadoop/fileSystem/HDFSOutput.java |   4 +-
 .../org/apache/iotdb/db/conf/IoTDBConfigCheck.java |   2 +-
 .../engine/storagegroup/StorageGroupProcessor.java | 239 ++++++++++-----------
 .../writelog/recover/TsFileRecoverPerformer.java   |  26 +--
 .../iotdb/tsfile/read/TsFileCheckStatus.java       |   1 -
 .../iotdb/tsfile/read/TsFileSequenceReader.java    |  79 +++----
 .../tsfile/write/writer/LocalTsFileOutput.java     |   4 +-
 .../write/writer/RestorableTsFileIOWriter.java     |  42 ++--
 .../iotdb/tsfile/write/writer/TsFileOutput.java    |   4 +-
 .../write/writer/RestorableTsFileIOWriterTest.java |  17 +-
 10 files changed, 204 insertions(+), 214 deletions(-)


[incubator-iotdb] 02/02: update release note for v0.10.1

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

hxd pushed a commit to branch for-releasing-0.10.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit a12cb99712247941b17394dc679c0920c32071df
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Thu Jul 23 20:40:23 2020 +0800

    update release note for v0.10.1
---
 RELEASE_NOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 42c04ed..47fc7db 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -39,7 +39,7 @@
 * [IOTDB-808] fix bug in selfCheck() truncate 
 * fix doc of MeasurementSchema in Tablet 
 * [IOTDB-811] fix upgrading mlog many times when upgrading system.properties crashed
-
+* Improve IoTDB restart process
 
 # Apache IoTDB (incubating) 0.10.0