This is an automated email from the ASF dual-hosted git repository.
yong pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from bd6ef46 [Schema] Fix parse BigDecimal (#14019)
new dde417c Fix batch message ack does not decrease the unacked-msg
count. (#13383)
new fc271ad Fix the build issue caused by cherry-picking
new 40579c5 Fix NPE of cumulative ack mode and incorrect unack message
count (#14021)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/pulsar/broker/service/Consumer.java | 130 +++++++++++++--
.../org/apache/pulsar/broker/service/Topic.java | 1 +
.../pulsar/broker/service/BatchMessageTest.java | 2 +-
.../BatchMessageWithBatchIndexLevelTest.java | 176 +++++++++++++++++++++
.../PersistentDispatcherFailoverConsumerTest.java | 79 ++++-----
5 files changed, 335 insertions(+), 53 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BatchMessageWithBatchIndexLevelTest.java