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 2022/09/19 11:37:24 UTC

[pulsar] branch master updated (996666a3440 -> 8b771a6a528)

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

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


    from 996666a3440 [improvement][client-java] Avoid too large memory preallocation for batch message. (#15033)
     add 8b771a6a528 [fix][common] Fix issue where logs get truncated when Runtime.halt is used to terminate the process (#17589)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/PulsarBrokerStarter.java     |  6 +-
 .../apache/pulsar/PulsarClusterMetadataSetup.java  |  3 +-
 .../java/org/apache/pulsar/PulsarStandalone.java   |  5 +-
 .../apache/pulsar/admin/cli/PulsarAdminTool.java   |  3 +-
 .../common/allocator/PulsarByteBufAllocator.java   |  3 +-
 .../apache/pulsar/common/util/ShutdownUtil.java    | 81 ++++++++++++++++++++++
 .../functions/worker/FunctionWorkerStarter.java    |  3 +-
 .../pulsar/proxy/server/ProxyServiceStarter.java   |  3 +-
 .../websocket/service/WebSocketServiceStarter.java |  3 +-
 9 files changed, 98 insertions(+), 12 deletions(-)
 create mode 100644 pulsar-common/src/main/java/org/apache/pulsar/common/util/ShutdownUtil.java