celeborn/dev/deps/dependencies-client-mr
SteNicholas 4dfcd9b56b [CELEBORN-1092] Introduce JVM monitoring in Celeborn Worker using JVMQuake
### What changes were proposed in this pull request?

Introduce JVM monitoring in Celeborn Worker using JVMQuake to enable early detection of memory management issues and facilitate fast failure.

### Why are the changes needed?

When facing out-of-control memory management in Celeborn Worker we typically use JVMkill as a remedy by killing the process and generating a heap dump for post-analysis. However, even with jvmkill protection, we may still encounter issues caused by JVM running out of memory, such as repeated execution of Full GC without performing any useful work during the pause time. Since the JVM does not exhaust 100% of resources, JVMkill will not be triggered. Therefore JVMQuake is introduced to provide more granular monitoring of GC behavior, enabling early detection of memory management issues and facilitating fast failure. Refers to the principle of [jvmquake](https://github.com/Netflix-Skunkworks/jvmquake) which is a JVMTI agent that attaches to your JVM and automatically signals and kills it when the program has become unstable.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

`JVMQuakeSuite`

Closes #2061 from SteNicholas/CELEBORN-1092.

Authored-by: SteNicholas <programgeek@163.com>
Signed-off-by: Fu Chen <cfmcgrady@gmail.com>
2023-11-28 20:45:08 +08:00

189 lines
9.7 KiB
Plaintext

#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
HikariCP-java7/2.4.12//HikariCP-java7-2.4.12.jar
RoaringBitmap/0.9.32//RoaringBitmap-0.9.32.jar
accessors-smart/2.4.7//accessors-smart-2.4.7.jar
aopalliance/1.0//aopalliance-1.0.jar
asm/9.1//asm-9.1.jar
audience-annotations/0.5.0//audience-annotations-0.5.0.jar
avro/1.7.7//avro-1.7.7.jar
commons-beanutils/1.9.4//commons-beanutils-1.9.4.jar
commons-cli/1.2//commons-cli-1.2.jar
commons-codec/1.11//commons-codec-1.11.jar
commons-collections/3.2.2//commons-collections-3.2.2.jar
commons-compress/1.4.1//commons-compress-1.4.1.jar
commons-configuration2/2.1.1//commons-configuration2-2.1.1.jar
commons-crypto/1.0.0//commons-crypto-1.0.0.jar
commons-daemon/1.0.13//commons-daemon-1.0.13.jar
commons-io/2.13.0//commons-io-2.13.0.jar
commons-lang3/3.12.0//commons-lang3-3.12.0.jar
commons-logging/1.1.3//commons-logging-1.1.3.jar
commons-math3/3.1.1//commons-math3-3.1.1.jar
commons-net/3.6//commons-net-3.6.jar
commons-text/1.4//commons-text-1.4.jar
curator-client/2.13.0//curator-client-2.13.0.jar
curator-framework/2.13.0//curator-framework-2.13.0.jar
curator-recipes/2.13.0//curator-recipes-2.13.0.jar
dnsjava/2.1.7//dnsjava-2.1.7.jar
ehcache/3.3.1//ehcache-3.3.1.jar
failureaccess/1.0.1//failureaccess-1.0.1.jar
geronimo-jcache_1.0_spec/1.0-alpha-1//geronimo-jcache_1.0_spec-1.0-alpha-1.jar
gson/2.9.0//gson-2.9.0.jar
guava/32.1.3-jre//guava-32.1.3-jre.jar
guice-servlet/4.0//guice-servlet-4.0.jar
guice/4.0//guice-4.0.jar
hadoop-annotations/3.2.4//hadoop-annotations-3.2.4.jar
hadoop-auth/3.2.4//hadoop-auth-3.2.4.jar
hadoop-client-api/3.2.4//hadoop-client-api-3.2.4.jar
hadoop-client-runtime/3.2.4//hadoop-client-runtime-3.2.4.jar
hadoop-common/3.2.4//hadoop-common-3.2.4.jar
hadoop-hdfs-client/3.2.4//hadoop-hdfs-client-3.2.4.jar
hadoop-mapreduce-client-app/3.2.4//hadoop-mapreduce-client-app-3.2.4.jar
hadoop-mapreduce-client-common/3.2.4//hadoop-mapreduce-client-common-3.2.4.jar
hadoop-mapreduce-client-core/3.2.4//hadoop-mapreduce-client-core-3.2.4.jar
hadoop-mapreduce-client-shuffle/3.2.4//hadoop-mapreduce-client-shuffle-3.2.4.jar
hadoop-yarn-api/3.2.4//hadoop-yarn-api-3.2.4.jar
hadoop-yarn-client/3.2.4//hadoop-yarn-client-3.2.4.jar
hadoop-yarn-common/3.2.4//hadoop-yarn-common-3.2.4.jar
hadoop-yarn-registry/3.2.4//hadoop-yarn-registry-3.2.4.jar
hadoop-yarn-server-common/3.2.4//hadoop-yarn-server-common-3.2.4.jar
hadoop-yarn-server-nodemanager/3.2.4//hadoop-yarn-server-nodemanager-3.2.4.jar
hadoop-yarn-server-web-proxy/3.2.4//hadoop-yarn-server-web-proxy-3.2.4.jar
htrace-core4/4.1.0-incubating//htrace-core4-4.1.0-incubating.jar
httpclient/4.5.13//httpclient-4.5.13.jar
httpcore/4.4.13//httpcore-4.4.13.jar
jackson-core-asl/1.9.13//jackson-core-asl-1.9.13.jar
jackson-core/2.10.5//jackson-core-2.10.5.jar
jackson-jaxrs-base/2.10.5//jackson-jaxrs-base-2.10.5.jar
jackson-jaxrs-json-provider/2.10.5//jackson-jaxrs-json-provider-2.10.5.jar
jackson-jaxrs/1.9.2//jackson-jaxrs-1.9.2.jar
jackson-mapper-asl/1.9.13//jackson-mapper-asl-1.9.13.jar
jackson-module-jaxb-annotations/2.10.5//jackson-module-jaxb-annotations-2.10.5.jar
jackson-xc/1.9.2//jackson-xc-1.9.2.jar
jakarta.activation-api/1.2.1//jakarta.activation-api-1.2.1.jar
jakarta.xml.bind-api/2.3.2//jakarta.xml.bind-api-2.3.2.jar
javax.activation-api/1.2.0//javax.activation-api-1.2.0.jar
javax.inject/1//javax.inject-1.jar
javax.servlet-api/3.1.0//javax.servlet-api-3.1.0.jar
jaxb-api/2.2.11//jaxb-api-2.2.11.jar
jaxb-impl/2.2.3-1//jaxb-impl-2.2.3-1.jar
jcip-annotations/1.0-1//jcip-annotations-1.0-1.jar
jcl-over-slf4j/1.7.36//jcl-over-slf4j-1.7.36.jar
jersey-client/1.19//jersey-client-1.19.jar
jersey-core/1.19//jersey-core-1.19.jar
jersey-guice/1.19//jersey-guice-1.19.jar
jersey-json/1.19//jersey-json-1.19.jar
jersey-server/1.19//jersey-server-1.19.jar
jersey-servlet/1.19//jersey-servlet-1.19.jar
jettison/1.1//jettison-1.1.jar
jetty-http/9.4.43.v20210629//jetty-http-9.4.43.v20210629.jar
jetty-io/9.4.43.v20210629//jetty-io-9.4.43.v20210629.jar
jetty-security/9.4.43.v20210629//jetty-security-9.4.43.v20210629.jar
jetty-server/9.4.43.v20210629//jetty-server-9.4.43.v20210629.jar
jetty-servlet/9.4.43.v20210629//jetty-servlet-9.4.43.v20210629.jar
jetty-util-ajax/9.4.43.v20210629//jetty-util-ajax-9.4.43.v20210629.jar
jetty-util/9.4.43.v20210629//jetty-util-9.4.43.v20210629.jar
jetty-webapp/9.4.43.v20210629//jetty-webapp-9.4.43.v20210629.jar
jetty-xml/9.4.43.v20210629//jetty-xml-9.4.43.v20210629.jar
jsch/0.1.55//jsch-0.1.55.jar
json-smart/2.4.7//json-smart-2.4.7.jar
jsp-api/2.1//jsp-api-2.1.jar
jsr305/1.3.9//jsr305-1.3.9.jar
jsr311-api/1.1.1//jsr311-api-1.1.1.jar
jul-to-slf4j/1.7.36//jul-to-slf4j-1.7.36.jar
kerb-admin/1.0.1//kerb-admin-1.0.1.jar
kerb-client/1.0.1//kerb-client-1.0.1.jar
kerb-common/1.0.1//kerb-common-1.0.1.jar
kerb-core/1.0.1//kerb-core-1.0.1.jar
kerb-crypto/1.0.1//kerb-crypto-1.0.1.jar
kerb-identity/1.0.1//kerb-identity-1.0.1.jar
kerb-server/1.0.1//kerb-server-1.0.1.jar
kerb-simplekdc/1.0.1//kerb-simplekdc-1.0.1.jar
kerb-util/1.0.1//kerb-util-1.0.1.jar
kerby-asn1/1.0.1//kerby-asn1-1.0.1.jar
kerby-config/1.0.1//kerby-config-1.0.1.jar
kerby-pkix/1.0.1//kerby-pkix-1.0.1.jar
kerby-util/1.0.1//kerby-util-1.0.1.jar
kerby-xdr/1.0.1//kerby-xdr-1.0.1.jar
leveldbjni-all/1.8//leveldbjni-all-1.8.jar
lz4-java/1.8.0//lz4-java-1.8.0.jar
maven-jdk-tools-wrapper/0.1//maven-jdk-tools-wrapper-0.1.jar
metrics-core/3.2.6//metrics-core-3.2.6.jar
metrics-graphite/3.2.6//metrics-graphite-3.2.6.jar
metrics-jvm/3.2.6//metrics-jvm-3.2.6.jar
mssql-jdbc/6.2.1.jre7//mssql-jdbc-6.2.1.jre7.jar
netty-all/4.1.93.Final//netty-all-4.1.93.Final.jar
netty-buffer/4.1.93.Final//netty-buffer-4.1.93.Final.jar
netty-codec-dns/4.1.93.Final//netty-codec-dns-4.1.93.Final.jar
netty-codec-haproxy/4.1.93.Final//netty-codec-haproxy-4.1.93.Final.jar
netty-codec-http/4.1.93.Final//netty-codec-http-4.1.93.Final.jar
netty-codec-http2/4.1.93.Final//netty-codec-http2-4.1.93.Final.jar
netty-codec-memcache/4.1.93.Final//netty-codec-memcache-4.1.93.Final.jar
netty-codec-mqtt/4.1.93.Final//netty-codec-mqtt-4.1.93.Final.jar
netty-codec-redis/4.1.93.Final//netty-codec-redis-4.1.93.Final.jar
netty-codec-smtp/4.1.93.Final//netty-codec-smtp-4.1.93.Final.jar
netty-codec-socks/4.1.93.Final//netty-codec-socks-4.1.93.Final.jar
netty-codec-stomp/4.1.93.Final//netty-codec-stomp-4.1.93.Final.jar
netty-codec-xml/4.1.93.Final//netty-codec-xml-4.1.93.Final.jar
netty-codec/4.1.93.Final//netty-codec-4.1.93.Final.jar
netty-common/4.1.93.Final//netty-common-4.1.93.Final.jar
netty-handler-proxy/4.1.93.Final//netty-handler-proxy-4.1.93.Final.jar
netty-handler/4.1.93.Final//netty-handler-4.1.93.Final.jar
netty-resolver-dns-classes-macos/4.1.93.Final//netty-resolver-dns-classes-macos-4.1.93.Final.jar
netty-resolver-dns-native-macos/4.1.93.Final/osx-aarch_64/netty-resolver-dns-native-macos-4.1.93.Final-osx-aarch_64.jar
netty-resolver-dns-native-macos/4.1.93.Final/osx-x86_64/netty-resolver-dns-native-macos-4.1.93.Final-osx-x86_64.jar
netty-resolver-dns/4.1.93.Final//netty-resolver-dns-4.1.93.Final.jar
netty-resolver/4.1.93.Final//netty-resolver-4.1.93.Final.jar
netty-transport-classes-epoll/4.1.93.Final//netty-transport-classes-epoll-4.1.93.Final.jar
netty-transport-classes-kqueue/4.1.93.Final//netty-transport-classes-kqueue-4.1.93.Final.jar
netty-transport-native-epoll/4.1.93.Final/linux-aarch_64/netty-transport-native-epoll-4.1.93.Final-linux-aarch_64.jar
netty-transport-native-epoll/4.1.93.Final/linux-x86_64/netty-transport-native-epoll-4.1.93.Final-linux-x86_64.jar
netty-transport-native-kqueue/4.1.93.Final/osx-aarch_64/netty-transport-native-kqueue-4.1.93.Final-osx-aarch_64.jar
netty-transport-native-kqueue/4.1.93.Final/osx-x86_64/netty-transport-native-kqueue-4.1.93.Final-osx-x86_64.jar
netty-transport-native-unix-common/4.1.93.Final//netty-transport-native-unix-common-4.1.93.Final.jar
netty-transport-rxtx/4.1.93.Final//netty-transport-rxtx-4.1.93.Final.jar
netty-transport-sctp/4.1.93.Final//netty-transport-sctp-4.1.93.Final.jar
netty-transport-udt/4.1.93.Final//netty-transport-udt-4.1.93.Final.jar
netty-transport/4.1.93.Final//netty-transport-4.1.93.Final.jar
netty/3.10.6.Final//netty-3.10.6.Final.jar
nimbus-jose-jwt/9.8.1//nimbus-jose-jwt-9.8.1.jar
okhttp/2.7.5//okhttp-2.7.5.jar
okio/1.6.0//okio-1.6.0.jar
paranamer/2.3//paranamer-2.3.jar
protobuf-java/3.19.2//protobuf-java-3.19.2.jar
ratis-client/2.5.1//ratis-client-2.5.1.jar
ratis-common/2.5.1//ratis-common-2.5.1.jar
ratis-proto/2.5.1//ratis-proto-2.5.1.jar
ratis-thirdparty-misc/1.0.4//ratis-thirdparty-misc-1.0.4.jar
re2j/1.1//re2j-1.1.jar
reload4j/1.2.18.3//reload4j-1.2.18.3.jar
scala-library/2.12.15//scala-library-2.12.15.jar
scala-reflect/2.12.15//scala-reflect-2.12.15.jar
shims/0.9.32//shims-0.9.32.jar
slf4j-api/1.7.36//slf4j-api-1.7.36.jar
slf4j-reload4j/1.7.35//slf4j-reload4j-1.7.35.jar
snakeyaml/1.33//snakeyaml-1.33.jar
snappy-java/1.0.5//snappy-java-1.0.5.jar
spotbugs-annotations/3.1.9//spotbugs-annotations-3.1.9.jar
stax2-api/4.2.1//stax2-api-4.2.1.jar
token-provider/1.0.1//token-provider-1.0.1.jar
woodstox-core/5.3.0//woodstox-core-5.3.0.jar
xz/1.0//xz-1.0.jar
zookeeper/3.4.14//zookeeper-3.4.14.jar
zstd-jni/1.5.2-1//zstd-jni-1.5.2-1.jar