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/11/09 08:15:39 UTC

[iotdb] branch master updated (9ac112433e -> 072835c94a)

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

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


    from 9ac112433e [IOTDB-4576]Add NULL Operand and modify operations about it  & Use False if the series in the predicate does not exist (#7924)
     add 072835c94a [IOTDB-4819] Record concrete failure info in FI State and pass it to client

No new revisions were added by this update.

Summary of changes:
 .../fragment/FragmentInstanceContext.java          |  11 +-
 .../fragment/FragmentInstanceExecution.java        |   5 +-
 .../fragment/FragmentInstanceFailureInfo.java      | 212 +++++++++++++++++++++
 .../execution/fragment/FragmentInstanceInfo.java   |  21 +-
 .../fragment/FragmentInstanceManager.java          |   5 +-
 .../scheduler/AbstractFragInsStateTracker.java     |  33 +++-
 .../scheduler/FixedRateFragInsStateTracker.java    |  27 +--
 .../impl/DataNodeInternalRPCServiceImpl.java       |  23 ++-
 .../FragmentInstanceFailureInfoSerdeTest.java      |  85 +++++++++
 thrift/src/main/thrift/datanode.thrift             |  10 +-
 10 files changed, 398 insertions(+), 34 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/mpp/execution/fragment/FragmentInstanceFailureInfo.java
 create mode 100644 server/src/test/java/org/apache/iotdb/db/mpp/execution/fragment/FragmentInstanceFailureInfoSerdeTest.java