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/11/05 13:55:08 UTC

[iotdb] branch rel/0.11 updated (9bd4187 -> 66ce853)

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

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


    from 9bd4187  [IOTDB-983] [To rel/0.11] Add file changelist of WAL (#1953)
     add 4696f0f  change seq level to 3
     add 7359c53  remove incubating in release notes
     add abdf14e  check unclosed old files before upgrading to 0.11 (#1940)
     add f273ac3  [IOTDB-982] Solve tag bug (#1943)
     add 82172b9  change a log level (#1947)
     add 30583d8  Count timeseries group by level bug (#1951)
     add 8e5e6df  fix typo
     add fca1ace  [IOTDB-983] Add file changelist of WAL (#1954)
     add 41a6e2b  add mlog-changelist and system.properties-changelist (#1948)
     add dd17e87  add conf-changelist (#1945)
     add 21b61ad  [IOTDB-978]lsof does not exist in stop-server.sh (#1955)
     add 29f546e  Fix the risk of array out of bounds in MTree
     new 66ce853  Merge commit '29f546e' into rel/0.11

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.


Summary of changes:
 RELEASE_NOTES.md                                   |  2 +-
 server/file-changelists/conf-changelist.md         | 95 ++++++++++++++++++++++
 server/file-changelists/mlog-changelist.md         |  6 ++
 .../system.properties-changelist.md                |  8 ++
 server/src/assembly/resources/sbin/stop-server.sh  | 10 ++-
 .../org/apache/iotdb/db/metadata/MManager.java     |  1 -
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  2 +-
 7 files changed, 118 insertions(+), 6 deletions(-)
 create mode 100644 server/file-changelists/conf-changelist.md


[iotdb] 01/01: Merge commit '29f546e' into rel/0.11

Posted by hx...@apache.org.
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

commit 66ce853939d640b4ec6c1059b004834912ca2c94
Merge: 9bd4187 29f546e
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Thu Nov 5 21:53:11 2020 +0800

    Merge commit '29f546e' into rel/0.11

 RELEASE_NOTES.md                                   |  2 +-
 server/file-changelists/conf-changelist.md         | 95 ++++++++++++++++++++++
 server/file-changelists/mlog-changelist.md         |  6 ++
 .../system.properties-changelist.md                |  8 ++
 server/src/assembly/resources/sbin/stop-server.sh  | 10 ++-
 .../org/apache/iotdb/db/metadata/MManager.java     |  1 -
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  2 +-
 7 files changed, 118 insertions(+), 6 deletions(-)