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

penghui pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from c941860  [Security] Upgrade commons-io to address CVE-2021-29425 
(#10287)
     new 26c2837  Fix schema ledger deletion when deleting topic with delete 
schema. (#10383)
     new af6c2fa  Add underReplicate state in the topic internal stats (#10013)

The 2 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/ManagedLedgerImpl.java | 15 ++++
 .../org/apache/pulsar/broker/PulsarService.java    |  7 +-
 .../broker/cache/LocalZooKeeperCacheService.java   | 10 ++-
 .../broker/service/persistent/PersistentTopic.java | 43 +++++++----
 .../service/schema/BookkeeperSchemaStorage.java    | 77 ++++++++++----------
 .../java/org/apache/pulsar/schema/SchemaTest.java  | 83 +++++++++++++++++++---
 .../stats/client/PulsarBrokerStatsClientTest.java  | 22 +++---
 .../data/PersistentTopicInternalStats.java         |  1 +
 .../pulsar/zookeeper/ZooKeeperChildrenCache.java   |  4 ++
 .../pulsar/tests/integration/admin/AdminTest.java  | 75 +++++++++++++++++++
 .../src/test/resources/pulsar-messaging.xml        |  1 +
 11 files changed, 267 insertions(+), 71 deletions(-)
 create mode 100644 
tests/integration/src/test/java/org/apache/pulsar/tests/integration/admin/AdminTest.java

Reply via email to