Skip to content

[CELEBORN-1903] Enable connection heartbeat and close idle connection #3148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[CELEBORN-1413][FOLLOWUP] Support dependencies of spark-4.0 profile
### What changes were proposed in this pull request?

Support dependencies of `spark-4.0` profile.

Follow up #3282.

### Why are the changes needed?

#3282 is lack of dependencies support of `spark-4.0` profile.

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

No.

### How was this patch tested?

Dependencies check: maven-jdk17 (spark-4.0).

Closes #3298 from SteNicholas/CELEBORN-1413.

Authored-by: SteNicholas <[email protected]>
Signed-off-by: SteNicholas <[email protected]>
  • Loading branch information
SteNicholas committed May 29, 2025
commit c79e02f8e338b30261b9c46ae2725db94decfe75
20 changes: 20 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,23 @@ jobs:
- name: Maven Check dependency list
run: |
./dev/dependencies.sh --module ${{ matrix.module }} --check

maven-jdk17:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
module:
- 'spark-4.0'
steps:
- uses: actions/checkout@v4
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
cache: maven
check-latest: false
- name: Maven Check dependency list
run: |
./dev/dependencies.sh --module ${{ matrix.module }} --check
4 changes: 4 additions & 0 deletions dev/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ case "$MODULE" in
MVN_MODULES="client-spark/spark-3"
SBT_PROJECT="celeborn-client-spark-3"
;;
"spark-4"*) # Match all versions starting with "spark-4"
MVN_MODULES="client-spark/spark-3"
SBT_PROJECT="celeborn-client-spark-4"
;;
"flink-1.16")
MVN_MODULES="client-flink/flink-1.16"
SBT_PROJECT="celeborn-client-flink-1_16"
Expand Down
80 changes: 80 additions & 0 deletions dev/deps/dependencies-client-spark-4.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
#
# 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.
#

RoaringBitmap/1.0.6//RoaringBitmap-1.0.6.jar
commons-crypto/1.0.0//commons-crypto-1.0.0.jar
commons-io/2.17.0//commons-io-2.17.0.jar
commons-lang3/3.17.0//commons-lang3-3.17.0.jar
commons-logging/1.1.3//commons-logging-1.1.3.jar
failureaccess/1.0.2//failureaccess-1.0.2.jar
guava/33.1.0-jre//guava-33.1.0-jre.jar
hadoop-client-api/3.3.6//hadoop-client-api-3.3.6.jar
hadoop-client-runtime/3.3.6//hadoop-client-runtime-3.3.6.jar
jackson-annotations/2.15.3//jackson-annotations-2.15.3.jar
jackson-core/2.15.3//jackson-core-2.15.3.jar
jackson-databind/2.15.3//jackson-databind-2.15.3.jar
jackson-module-scala_2.13/2.15.3//jackson-module-scala_2.13-2.15.3.jar
jcl-over-slf4j/1.7.36//jcl-over-slf4j-1.7.36.jar
jsr305/1.3.9//jsr305-1.3.9.jar
jul-to-slf4j/1.7.36//jul-to-slf4j-1.7.36.jar
leveldbjni-all/1.8//leveldbjni-all-1.8.jar
lz4-java/1.8.0//lz4-java-1.8.0.jar
metrics-core/4.2.25//metrics-core-4.2.25.jar
metrics-graphite/4.2.25//metrics-graphite-4.2.25.jar
metrics-jvm/4.2.25//metrics-jvm-4.2.25.jar
netty-all/4.1.118.Final//netty-all-4.1.118.Final.jar
netty-buffer/4.1.118.Final//netty-buffer-4.1.118.Final.jar
netty-codec-dns/4.1.118.Final//netty-codec-dns-4.1.118.Final.jar
netty-codec-haproxy/4.1.118.Final//netty-codec-haproxy-4.1.118.Final.jar
netty-codec-http/4.1.118.Final//netty-codec-http-4.1.118.Final.jar
netty-codec-http2/4.1.118.Final//netty-codec-http2-4.1.118.Final.jar
netty-codec-memcache/4.1.118.Final//netty-codec-memcache-4.1.118.Final.jar
netty-codec-mqtt/4.1.118.Final//netty-codec-mqtt-4.1.118.Final.jar
netty-codec-redis/4.1.118.Final//netty-codec-redis-4.1.118.Final.jar
netty-codec-smtp/4.1.118.Final//netty-codec-smtp-4.1.118.Final.jar
netty-codec-socks/4.1.118.Final//netty-codec-socks-4.1.118.Final.jar
netty-codec-stomp/4.1.118.Final//netty-codec-stomp-4.1.118.Final.jar
netty-codec-xml/4.1.118.Final//netty-codec-xml-4.1.118.Final.jar
netty-codec/4.1.118.Final//netty-codec-4.1.118.Final.jar
netty-common/4.1.118.Final//netty-common-4.1.118.Final.jar
netty-handler-proxy/4.1.118.Final//netty-handler-proxy-4.1.118.Final.jar
netty-handler/4.1.118.Final//netty-handler-4.1.118.Final.jar
netty-resolver-dns-classes-macos/4.1.118.Final//netty-resolver-dns-classes-macos-4.1.118.Final.jar
netty-resolver-dns-native-macos/4.1.118.Final/osx-aarch_64/netty-resolver-dns-native-macos-4.1.118.Final-osx-aarch_64.jar
netty-resolver-dns-native-macos/4.1.118.Final/osx-x86_64/netty-resolver-dns-native-macos-4.1.118.Final-osx-x86_64.jar
netty-resolver-dns/4.1.118.Final//netty-resolver-dns-4.1.118.Final.jar
netty-resolver/4.1.118.Final//netty-resolver-4.1.118.Final.jar
netty-transport-classes-epoll/4.1.118.Final//netty-transport-classes-epoll-4.1.118.Final.jar
netty-transport-classes-kqueue/4.1.118.Final//netty-transport-classes-kqueue-4.1.118.Final.jar
netty-transport-native-epoll/4.1.118.Final/linux-aarch_64/netty-transport-native-epoll-4.1.118.Final-linux-aarch_64.jar
netty-transport-native-epoll/4.1.118.Final/linux-riscv64/netty-transport-native-epoll-4.1.118.Final-linux-riscv64.jar
netty-transport-native-epoll/4.1.118.Final/linux-x86_64/netty-transport-native-epoll-4.1.118.Final-linux-x86_64.jar
netty-transport-native-kqueue/4.1.118.Final/osx-aarch_64/netty-transport-native-kqueue-4.1.118.Final-osx-aarch_64.jar
netty-transport-native-kqueue/4.1.118.Final/osx-x86_64/netty-transport-native-kqueue-4.1.118.Final-osx-x86_64.jar
netty-transport-native-unix-common/4.1.118.Final//netty-transport-native-unix-common-4.1.118.Final.jar
netty-transport-rxtx/4.1.118.Final//netty-transport-rxtx-4.1.118.Final.jar
netty-transport-sctp/4.1.118.Final//netty-transport-sctp-4.1.118.Final.jar
netty-transport-udt/4.1.118.Final//netty-transport-udt-4.1.118.Final.jar
netty-transport/4.1.118.Final//netty-transport-4.1.118.Final.jar
paranamer/2.8//paranamer-2.8.jar
protobuf-java/3.25.5//protobuf-java-3.25.5.jar
scala-library/2.13.16//scala-library-2.13.16.jar
scala-reflect/2.13.16//scala-reflect-2.13.16.jar
slf4j-api/1.7.36//slf4j-api-1.7.36.jar
snakeyaml/2.2//snakeyaml-2.2.jar
snappy-java/1.1.10.5//snappy-java-1.1.10.5.jar
zstd-jni/1.5.6-9//zstd-jni-1.5.6-9.jar
Loading