You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2021/11/08 12:06:51 UTC

[iotdb] branch master updated (0c36f2d -> a1e84d0)

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

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


    from 0c36f2d  [IOTDB-1613] Recover mods file if a delete write modification failed (#4334)
     add a1e84d0  [IOTDB-1958] Add storage group not ready exception (#4338)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/engine/StorageEngine.java     | 14 ++++++--------
 .../storagegroup/virtualSg/VirtualStorageGroupManager.java |  8 +++-----
 ...edException.java => StorageGroupNotReadyException.java} |  6 +++---
 .../java/org/apache/iotdb/db/service/TSServiceImpl.java    |  9 +++------
 4 files changed, 15 insertions(+), 22 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/exception/{WriteLockFailedException.java => StorageGroupNotReadyException.java} (77%)