You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2022/12/19 12:42:09 UTC

[iotdb] branch rel/1.0 updated (cfacd9a769 -> d99fbc26e1)

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

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


    from cfacd9a769 [To rel/1.0] Add sleep time when the retry of pullAndCheckConfiguration
     add d99fbc26e1 [To rel/1.0] [IOTDB-5125] Change default port and stop the process when port is already in use (#8512)

No new revisions were added by this update.

Summary of changes:
 .../assembly/resources/sbin/start-confignode.bat   |  55 ++++++++-
 .../assembly/resources/sbin/start-confignode.sh    |  22 ++--
 .../src/assembly/resources/sbin/stop-confignode.sh |  19 ++-
 .../src/assembly/resources/sbin/iotdb-common.sh    | 137 +++++++++++++++++++++
 .../assembly/resources/sbin/start-standalone.bat   |   3 +
 .../assembly/resources/sbin/stop-standalone.bat    |   5 +-
 .../src/assembly/resources/sbin/start-datanode.bat | 103 +++++++++++++++-
 .../src/assembly/resources/sbin/start-datanode.sh  |  20 ++-
 .../src/assembly/resources/sbin/stop-datanode.bat  |   8 +-
 .../src/assembly/resources/sbin/stop-datanode.sh   |  16 +--
 10 files changed, 355 insertions(+), 33 deletions(-)