This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 1eb08f3 [Transaction] Fix bugs, Exception thrower by
TB::appendBufferToTxn must be ManagedLedgerException. (#12376)
add 3641f29 Allow to config pulsar client allocator out of memory policy
(#12200)
No new revisions were added by this update.
Summary of changes:
pom.xml | 1 +
.../common/allocator/PulsarByteBufAllocator.java | 4 ++
.../PulsarByteBufAllocatorDefaultTest.java | 58 ++++++++++++++++++++
...ulsarByteBufAllocatorOomThrowExceptionTest.java | 63 ++++++++++++++++++++++
4 files changed, 126 insertions(+)
create mode 100644
pulsar-common/src/test/java/org/apache/pulsar/common/allocator/PulsarByteBufAllocatorDefaultTest.java
create mode 100644
pulsar-common/src/test/java/org/apache/pulsar/common/allocator/PulsarByteBufAllocatorOomThrowExceptionTest.java