You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2021/12/03 11:53:44 UTC

[pulsar] branch branch-2.8 updated (59d8ad9 -> 0b02474)

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

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


    from 59d8ad9  Fix invalid MockZooKeeper tests which had null createMode
     add 0b02474  [Functions] Fix classloader leaks (#12973)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/common/util/ClassLoaderUtils.java       |  14 ++
 .../pulsar/functions/utils/FunctionCommon.java     | 151 ++++++++++++---------
 .../functions/worker/rest/api/SinksImpl.java       |  32 +++--
 .../functions/worker/rest/api/SourcesImpl.java     |  33 +++--
 4 files changed, 140 insertions(+), 90 deletions(-)