You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2023/02/27 08:43:06 UTC

[iotdb] branch lmh/modelManager updated (3235d24a8d -> 5e2e3c3257)

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

hui pushed a change to branch lmh/modelManager
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 3235d24a8d fix update model state
     add 5e2e3c3257 finish procedure

No new revisions were added by this update.

Summary of changes:
 .../confignode/client/DataNodeRequestType.java     |  5 +-
 .../client/sync/SyncDataNodeClientPool.java        |  3 +
 .../procedure/impl/model/CreateModelProcedure.java | 36 +++++-----
 .../procedure/impl/model/DropModelProcedure.java   | 83 +++++++++++++++++++---
 .../procedure/state/model/DropModelState.java      |  1 +
 .../thrift/ConfigNodeRPCServiceProcessor.java      |  6 ++
 .../iotdb/commons/model/ModelInformation.java      |  8 +++
 .../org/apache/iotdb/db/client/MLNodeClient.java   | 23 +++---
 thrift-commons/src/main/thrift/common.thrift       |  3 +-
 thrift-mlnode/src/main/thrift/mlnode.thrift        |  2 +-
 10 files changed, 131 insertions(+), 39 deletions(-)