This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 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)
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 ++++++++++++--------
12 files changed, 192 insertions(+), 72 deletions(-)