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 eee5d9d3ec1 [improve][build] Upgrade org.apache.kerby:kerb-simplekdc
from 1.1.1 to 2.1.1 (#25785)
new 18dd778f18b [refactor][fn] Use Map instead of TreeMap for
connector/function API types (#25790)
new 1042e4f818f [improve][broker] Prevent stale replicator pending reads
after termination (#25767)
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:
.../service/persistent/PersistentReplicator.java | 21 ++++++--
.../PersistentReplicatorInflightTaskTest.java | 60 ++++++++++++++++++++++
.../org/apache/pulsar/functions/LocalRunner.java | 11 ++--
.../pulsar/functions/worker/ConnectorsManager.java | 7 +--
.../pulsar/functions/worker/FunctionsManager.java | 9 ++--
.../functions/utils/functions/FunctionUtils.java | 3 +-
.../pulsar/functions/utils/io/ConnectorUtils.java | 4 +-
.../functions/utils/io/ReloadConnectorsResult.java | 4 +-
.../utils/io/ConnectorUtilsReloadTest.java | 14 ++---
9 files changed, 104 insertions(+), 29 deletions(-)