This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from f27701a TieredStorage: add debug information (#14907)
new b659cdc [fix][broker] Fix wrong state for non-durable cursor (#14869)
new 5ea98b4 [fix][broker] Fix topic policy reader close bug. (#14897)
new a993855 [fix][transaction] Properly close transaction-buffer-sub non
durable cursor (#14900)
new 970c118 # Motivation (#14895)
The 4 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:
.../bookkeeper/mledger/impl/ManagedCursorImpl.java | 2 +-
.../mledger/impl/NonDurableCursorImpl.java | 4 +-
.../SystemTopicBasedTopicPoliciesService.java | 4 +-
.../broker/service/persistent/PersistentTopic.java | 7 +-
.../buffer/impl/TopicTransactionBuffer.java | 13 ++-
.../systopic/PartitionedSystemTopicTest.java | 5 +
.../pulsar/broker/transaction/TransactionTest.java | 7 +-
.../buffer/TransactionBufferCloseTest.java | 120 +++++++++++++++++++++
.../org/apache/pulsar/client/impl/ReaderTest.java | 21 +++-
9 files changed, 170 insertions(+), 13 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/buffer/TransactionBufferCloseTest.java