You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ay...@apache.org on 2022/06/24 16:29:52 UTC

[pulsar] branch master updated (bacc9d69c66 -> 5caf6e685ac)

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

ayegorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from bacc9d69c66 [fix][tests] TieredStorageConfigurationTests - clear system properties (#15957)
     add 5caf6e685ac [improve][functions] Use the classloader of the builtin Function in ThreadRuntime (#16092)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/functions/runtime/RuntimeFactory.java   |  2 +
 .../kubernetes/KubernetesRuntimeFactory.java       |  2 +
 .../runtime/process/ProcessRuntimeFactory.java     |  2 +
 .../functions/runtime/thread/ThreadRuntime.java    | 43 ++++++++++++++--------
 .../runtime/thread/ThreadRuntimeFactory.java       | 15 ++++++--
 .../pulsar/functions/worker/FunctionsManager.java  |  0
 .../kubernetes/KubernetesRuntimeFactoryTest.java   |  6 ++-
 .../runtime/kubernetes/KubernetesRuntimeTest.java  | 10 +++--
 .../runtime/process/ProcessRuntimeTest.java        |  5 ++-
 .../runtime/thread/ThreadRuntimeFactoryTest.java   |  2 +
 .../functions/worker/FunctionRuntimeManager.java   |  2 +-
 .../worker/FunctionRuntimeManagerTest.java         |  3 ++
 12 files changed, 65 insertions(+), 27 deletions(-)
 rename pulsar-functions/{worker => runtime}/src/main/java/org/apache/pulsar/functions/worker/FunctionsManager.java (100%)