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 2022/11/01 04:02:16 UTC

[iotdb] branch feat-4230-0.14 updated (fc15edc52a -> e91b209134)

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

haonan pushed a change to branch feat-4230-0.14
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from fc15edc52a fix Tests
     add e91b209134 fix test

No new revisions were added by this update.

Summary of changes:
 cli/src/assembly/resources/sbin/start-cli.sh       |   4 +-
 confignode/src/assembly/confignode.xml             |   4 +
 .../src/assembly/resources/sbin/iotdb-common.sh    | 126 ---------------------
 .../assembly/resources/sbin/remove-confignode.sh   |   6 +-
 .../assembly/resources/sbin/start-confignode.sh    |  18 +--
 distribution/src/assembly/all.xml                  |   5 +
 distribution/src/assembly/confignode.xml           |   5 +
 distribution/src/assembly/datanode.xml             |   5 +
 .../src/assembly/resources/sbin/iotdb-common.sh    |  87 +++++++++++++-
 .../src/assembly/resources/sbin/start-datanode.sh  |   4 +-
 .../assembly/resources/sbin/start-new-server.sh    |   4 +-
 server/src/assembly/resources/sbin/start-server.sh |   4 +-
 server/src/assembly/server.xml                     |  10 +-
 13 files changed, 130 insertions(+), 152 deletions(-)
 delete mode 100755 confignode/src/assembly/resources/sbin/iotdb-common.sh
 rename {server => node-commons}/src/assembly/resources/sbin/iotdb-common.sh (60%)