You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2022/05/25 14:39:54 UTC

[iotdb] branch jira3188 updated (6faa6b64fe -> 9dc1f0d27e)

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

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


    from 6faa6b64fe Merge branch 'master' of github.com:Apache/iotdb into jira3188
     add 9dc1f0d27e add comments and debug log

No new revisions were added by this update.

Summary of changes:
 .../multileader/MultiLeaderServerImpl.java         |  7 +++++
 .../multileader/client/DispatchLogHandler.java     | 24 +++++++--------
 .../conf/MultiLeaderConsensusConfig.java           |  2 ++
 .../multileader/logdispatcher/IndexController.java | 10 +++++-
 .../multileader/logdispatcher/LogDispatcher.java   | 36 +++++++++++++++++++---
 .../multileader/logdispatcher/PendingBatch.java    |  1 +
 .../multileader/logdispatcher/SyncStatus.java      | 12 +++++---
 .../service/MultiLeaderRPCServiceProcessor.java    |  8 +++--
 8 files changed, 75 insertions(+), 25 deletions(-)