You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ho...@apache.org on 2022/10/21 03:05:27 UTC

[pulsar] branch master updated (092d3b36d29 -> 639393d43e3)

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

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


    from 092d3b36d29 [improve][client] Support MAX_ACK_GROUP_SIZE configurable (#18107)
     add 639393d43e3 [fix][client] Reserve allocated buffer in BatchMessageContainer on client memory limitation. (#17936)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/client/api/MemoryLimitTest.java  | 46 ++++++++++++++++------
 .../pulsar/client/api/BatchMessageContainer.java   |  6 +++
 .../client/impl/AbstractBatchMessageContainer.java |  6 +++
 .../client/impl/BatchMessageContainerImpl.java     | 25 +++++++++---
 .../client/impl/BatchMessageKeyBasedContainer.java |  6 +++
 .../apache/pulsar/client/impl/ProducerImpl.java    | 10 +++--
 6 files changed, 79 insertions(+), 20 deletions(-)