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

spricoder pushed a change to branch feature/memory_test
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from e3da536eedf Add Small Memory Strict
     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
     add ae5b6f3d233 Fix bug around remove of memory block
     new 1f53c307a99 Merge branch 'feature/memory_collect' into 
feature/memory_test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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 | 12 ++++----
 15 files changed, 207 insertions(+), 80 deletions(-)

Reply via email to