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

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


    from eaf42b2569c [fix][broker] Prevent missed topic changes in topic 
watchers and schedule periodic refresh with patternAutoDiscoveryPeriod interval 
(#25188)
     new 05157e71d63 [fix][sec] Upgrade OpenSearch to 2.19.4 to remediate 
CVE-2025-9624 (#25206)
     new 8f791f0315d [improve][admin] Add client side looping to 
analyze-backlog in Topics to avoid potential HTTP call timeout (#25127)
     new 2057fbd5887 [feat][io] implement pip-297 for jdbc sinks (#25195)
     new 7d44375b20f [improve][broker] Change log level from warn to debug when 
cursor mark-deleted position ledger doesn't exist (#25200)
     new 13a8f678ee6 [fix][broker] Fix httpProxyTimeout config (#25223)

The 5 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 |   3 +-
 .../org/apache/bookkeeper/mledger/impl/OpScan.java |  34 ++--
 pom.xml                                            |   2 +-
 .../admin/AnalyzeBacklogSubscriptionTest.java      | 195 +++++++++++++++++++++
 .../org/apache/pulsar/client/admin/Topics.java     | 116 +++++++++++-
 .../pulsar/client/admin/internal/TopicsImpl.java   | 112 ++++++++++++
 .../apache/pulsar/io/jdbc/JdbcAbstractSink.java    |  25 ++-
 .../apache/pulsar/io/jdbc/SqliteJdbcSinkTest.java  |  74 +++++++-
 .../pulsar/proxy/server/AdminProxyHandler.java     |  10 +-
 .../pulsar/proxy/server/AdminProxyHandlerTest.java |  22 ++-
 10 files changed, 562 insertions(+), 31 deletions(-)

Reply via email to