This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 35b4581fb0a [fix][test] Fix flaky testMsgDropStat in
NonPersistentTopicTest (#25426)
new cfdb73f9a22 [fix][meta] Fix PulsarZooKeeperClient async addWatch
callback retry behavior (#25913)
new 155cb0202e9 [fix][meta] Fix ZooKeeper session reconnect race condition
in PulsarZooKeeperClient.clientCreator (#25910)
new 808c9916044 [fix][test] Fix flaky
SameAuthParamsLookupAutoClusterFailoverTest.testAutoClusterFailover() test
(#25892)
new 88672993450 [improve][fn] make built-in functions reload incremental
(#25868)
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:
...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 ++++++++
10 files changed, 423 insertions(+), 46 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