This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a change to branch feature/memory_collect
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 4ddd96810e6 Spotless
add 897e989261d Fixed the bug that procedure rollback may generate NPE &&
some of the rollback steps may not be / be extra executed (#14871)
add 065a58d68bd Subscription: add methods to obtain the consumer
identifier in the top-level interface (#14904)
add 80899c9b06b Merge branch 'master' into feature/memory_collect
add fea16a87281 Fix method name
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/SubscriptionSessionExample.java | 2 +-
.../TableModelSubscriptionSessionExample.java | 16 +++++-----
.../consumer/ISubscriptionTablePullConsumer.java | 18 +++++++++++
.../consumer/ISubscriptionTablePushConsumer.java | 18 +++++++++++
.../consumer/ISubscriptionTreePullConsumer.java | 18 +++++++++++
.../consumer/ISubscriptionTreePushConsumer.java | 18 +++++++++++
.../consumer/table/SubscriptionTableProvider.java | 18 ++++++-----
.../table/SubscriptionTablePullConsumer.java | 34 ++++++++++++--------
.../table/SubscriptionTablePushConsumer.java | 36 ++++++++++++++--------
.../consumer/tree/SubscriptionTreeProvider.java | 18 ++++++-----
.../tree/SubscriptionTreePullConsumer.java | 34 ++++++++++++--------
.../tree/SubscriptionTreePushConsumer.java | 34 ++++++++++++--------
.../procedure/impl/StateMachineProcedure.java | 7 ++++-
.../impl/schema/AlterLogicalViewProcedure.java | 4 ++-
.../apache/iotdb/commons/memory/MemoryManager.java | 10 +++---
15 files changed, 206 insertions(+), 79 deletions(-)