This is an automated email from the ASF dual-hosted git repository.
yunhong pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
from 590e91c0c Make README consistent with developer guide regarding
minimum Java version (#1944)
add fa1999d95 [server] Disable shutdown hook for log4j to ensure Fluss log
in shutdown hook can be collected (#2020)
No new revisions were added by this update.
Summary of changes:
fluss-dist/src/main/resources/bin/fluss-daemon.sh | 2 +-
.../java/org/apache/fluss/server/ServerBase.java | 9 ++++-
.../apache/fluss/server/utils/LogShutdownUtil.java | 42 ++++++++++++++++++++++
3 files changed, 51 insertions(+), 2 deletions(-)
create mode 100644
fluss-server/src/main/java/org/apache/fluss/server/utils/LogShutdownUtil.java