This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 2e289e64808 [improve][broker] PIP-380:
Support-setting-up-specific-namespaces-to-skipping-the-load-shedding (#23549)
new eefb47514cd [fix][meta] Fix PulsarZooKeeperClient async addWatch
callback retry behavior (#25913)
new 9ebfc3bbd1b [fix][meta] Fix ZooKeeper session reconnect race condition
in PulsarZooKeeperClient.clientCreator (#25910)
new 0c5975e485c [fix][test] Fix flaky
SameAuthParamsLookupAutoClusterFailoverTest.testAutoClusterFailover() test
(#25892)
new fcf30df0428 [improve][fn] make built-in functions reload incremental
(#25868)
new 7f8cd1d58a1 [fix][sec] Upgrade Netty to 4.1.135.Final to address
several CVEs (#25918)
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:
distribution/server/src/assemble/LICENSE.bin.txt | 40 +++---
distribution/shell/src/assemble/LICENSE.bin.txt | 38 ++---
pom.xml | 2 +-
...ameAuthParamsLookupAutoClusterFailoverTest.java | 1 -
.../pulsar/functions/worker/FunctionsManager.java | 30 ++--
...va => FunctionsManagerReloadFunctionsTest.java} | 42 +++---
.../functions/utils/functions/FunctionArchive.java | 28 ++++
.../functions/utils/functions/FunctionUtils.java | 77 ++++++++++
.../ReloadFunctionsResult.java} | 8 +-
.../utils/functions/FunctionUtilsReloadTest.java | 159 +++++++++++++++++++++
.../metadata/impl/PulsarZooKeeperClient.java | 47 ++++--
.../pulsar/metadata/impl/ZKSessionWatcher.java | 19 ++-
.../apache/pulsar/metadata/MetadataStoreTest.java | 58 ++++++++
13 files changed, 463 insertions(+), 86 deletions(-)
copy
pulsar-functions/runtime/src/test/java/org/apache/pulsar/functions/worker/{ConnectorsManagerReloadConnectorsTest.java
=> FunctionsManagerReloadFunctionsTest.java} (59%)
copy
pulsar-functions/utils/src/main/java/org/apache/pulsar/functions/utils/{io/ReloadConnectorsResult.java
=> functions/ReloadFunctionsResult.java} (72%)
create mode 100644
pulsar-functions/utils/src/test/java/org/apache/pulsar/functions/utils/functions/FunctionUtilsReloadTest.java