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/21 03:28:18 UTC

[pulsar] branch master updated (ef06691 -> be9d4d4)

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 ef06691  PIP 83 : Pulsar client: Message consumption with pooled buffer (#10184)
     add be9d4d4  [Transaction] Fix transactionMetadata store recover timeout problem. (#10162)

No new revisions were added by this update.

Summary of changes:
 .../broker/TransactionMetadataStoreService.java    |  32 +++---
 .../buffer/impl/TransactionBufferHandlerImpl.java  |  12 +--
 .../timeout/TransactionTimeoutTrackerImpl.java     |  35 ++++---
 .../TransactionMetadataStoreServiceTest.java       | 115 ++++++++++++++++-----
 .../TransactionBufferClientException.java          |  14 +++
 .../org/apache/pulsar/client/impl/ClientCnx.java   |   2 +-
 .../coordinator/impl/MLTransactionLogImpl.java     |   8 --
 .../impl/MLTransactionMetadataStore.java           |   1 +
 8 files changed, 146 insertions(+), 73 deletions(-)