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 2023/01/04 02:31:55 UTC

[iotdb] branch sync_connection_error_code updated (4730f6d928 -> a4d29ece23)

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

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


    from 4730f6d928 Change SYNC_CONNECTION_ERROR code to 306 and fix docs
     add a4d29ece23 Separate SYNC_CONNECTION_ERROR and DISPATCH_ERROR

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/Reference/Status-Codes.md           |   5 +-
 docs/zh/UserGuide/Reference/Status-Codes.md        | 249 +++++++++++----------
 .../apache/iotdb/commons/utils/StatusUtils.java    |   4 +-
 .../db/mpp/plan/scheduler/ClusterScheduler.java    |   2 +-
 .../scheduler/FragmentInstanceDispatcherImpl.java  |   2 +-
 .../scheduler/load/LoadTsFileDispatcherImpl.java   |   4 +-
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |   4 +-
 7 files changed, 136 insertions(+), 134 deletions(-)