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/07 03:10:37 UTC

[iotdb] branch fix_988 updated (3a58dc0 -> a65719c)

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

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


    from 3a58dc0  fix nullpointer exception if no password is set when login
     add cce61a2  [IOTDB-985] Unclear message when password is wrong (#1973)
     add 5fecbdd  try to fix unseq merge ci bug
     add 6489630  fix travis closing some ports failed (#1967)
     add a65719c  merge with master

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   2 +-
 cli/src/main/java/org/apache/iotdb/cli/Cli.java    |   4 +-
 cli/src/main/java/org/apache/iotdb/cli/WinCli.java |   3 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  15 +++-
 .../db/engine/compaction/TsFileManagement.java     |   6 +-
 .../apache/iotdb/db/service/RegisterManager.java   |   1 +
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  10 +--
 .../db/sync/receiver/load/FileLoaderTest.java      |   2 +-
 .../recover/SyncReceiverLogAnalyzerTest.java       |   2 +-
 .../apache/iotdb/db/utils/EnvironmentUtils.java    | 100 +++++++++++++--------
 server/src/test/resources/logback.xml              |   2 +
 11 files changed, 89 insertions(+), 58 deletions(-)