You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/04/23 10:19:40 UTC

[pulsar] branch master updated (39e65e9 -> 71cd67f)

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

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


    from 39e65e9  [Doc] Add guides for end-to-end encryption in Node.js client (#10317)
     add 71cd67f  [Transaction] Fix transaction log recover sequenceId problem. (#10224)

No new revisions were added by this update.

Summary of changes:
 .../coordinator/TransactionLogReplayCallback.java  |  1 -
 .../coordinator/impl/MLTransactionLogImpl.java     | 42 +++++++++++
 .../impl/MLTransactionLogInterceptor.java          | 62 ++++++++++++++++
 .../impl/MLTransactionMetadataStore.java           | 42 ++++++-----
 .../src/main/proto/PulsarTransactionMetadata.proto |  1 +
 .../MLTransactionMetadataStoreTest.java            | 85 +++++++++++++++++-----
 6 files changed, 196 insertions(+), 37 deletions(-)
 create mode 100644 pulsar-transaction/coordinator/src/main/java/org/apache/pulsar/transaction/coordinator/impl/MLTransactionLogInterceptor.java