You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/04/14 10:04:55 UTC

[iotdb] branch ty-mpp updated (624a2a6ee9 -> 5f547d49d1)

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

jackietien pushed a change to branch ty-mpp
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 624a2a6ee9 fix DataBlockService NPE
     add 5f547d49d1 fix DataNode start up bug

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/mpp/buffer/DataBlockService.java |  8 +++++++-
 .../buffer/DataBlockServiceMBean.java}                        |  4 ++--
 .../src/main/java/org/apache/iotdb/db/service/RPCService.java |  6 +++---
 .../db/service/thrift/handler/RPCServiceThriftHandler.java    | 10 +++++-----
 .../iotdb/db/service/thrift/impl/DataNodeTSIServiceImpl.java  | 11 ++++++++++-
 .../apache/iotdb/db/service/thrift/impl/TSIEventHandler.java  | 10 ++++------
 .../apache/iotdb/db/service/thrift/impl/TSServiceImpl.java    |  3 ++-
 7 files changed, 33 insertions(+), 19 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/{service/RPCServiceMBean.java => mpp/buffer/DataBlockServiceMBean.java} (92%)
 copy cluster/src/test/java/org/apache/iotdb/cluster/common/TestException.java => server/src/main/java/org/apache/iotdb/db/service/thrift/impl/TSIEventHandler.java (80%)