This is an automated email from the ASF dual-hosted git repository.
Technoboy- pushed a change to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from e953228fe33 [fix][broker] Correct two race conditions in the tracker
code and logic bug in InMemoryDelayedDeliveryTracker that failed with
NoSuchElementException (#25681)
new 5747c09cc3d [fix][broker] Clean up orphan ledger on concurrent initial
schema creation in BookkeeperSchemaStorage (#25514)
new 0517f482211 fix log
new 44f6bbccc4c fix checkstyle
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:
.../mledger/impl/LedgerMetadataUtils.java | 30 +++++-----
.../service/schema/BookkeeperSchemaStorage.java | 36 ++++++++++--
.../java/org/apache/pulsar/schema/SchemaTest.java | 65 ++++++++++++++++++++++
.../bookkeeper/client/PulsarMockBookKeeper.java | 2 +-
.../bookkeeper/client/PulsarMockLedgerHandle.java | 22 ++++++--
5 files changed, 128 insertions(+), 27 deletions(-)