-
Notifications
You must be signed in to change notification settings - Fork 392
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: apache/celeborn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: apache/celeborn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 49 files changed
- 3 contributors
Commits on May 30, 2025
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 3fb6d5b - Browse repository at this point
Copy the full SHA 3fb6d5bView commit details -
[CELEBORN-1627][FOLLOWUP] Fix the issue where the case of name affect…
…s the metrics dashboard ### What changes were proposed in this pull request? Revert role name change in [CELEBORN-1627](#2777) ### Why are the changes needed? Fix the issue where the case of name affects the metrics dashboard ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manual Closes #3299 from RexXiong/CELEBORN-1627-FOLLOWUP. Authored-by: Shuang <[email protected]> Signed-off-by: Wang, Fei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0227a1a - Browse repository at this point
Copy the full SHA 0227a1aView commit details -
[CELEBORN-2005][FOLLOWUP] Introduce ShuffleMetricGroup for numBytesIn…
…, numBytesOut, numRecordsOut, numBytesInPerSecond, numBytesOutPerSecond, numRecordsOutPerSecond metrics ### What changes were proposed in this pull request? Introduce `ShuffleMetricGroup` for `numBytesIn`, `numBytesOut`, `numRecordsOut`, `numBytesInPerSecond`, `numBytesOutPerSecond`, `numRecordsOutPerSecond` metrics. Follow up #3272. ### Why are the changes needed? `numBytesIn`, `numBytesOut`, `numRecordsOut`, `numBytesInPerSecond`, `numBytesOutPerSecond`, `numRecordsOutPerSecond` metrics should put shuffle id into variables, which could introduce `ShuffleMetricGroup` to support. Meanwhile, #3272 would print many same logs as follows that shoud be improved: ``` 2025-05-28 10:48:54,433 WARN [flink-akka.actor.default-dispatcher-18] org.apache.flink.metrics.MetricGroup [] - Name collision: Group already contains a Metric with the name 'numRecordsOut'. Metric will not be reported.[11.66.62.202, taskmanager, antc4flink3980005426-taskmanager-3-70, antc4flink3980005426, [vertex-2]HashJoin(joinType=[LeftOuterJoin], where=[(f0 = f00)], select=[f0, f1, f2, f3, f4, f5, f6, f00, f10, f20, f30, f40, f50, f60], build=[right]) -> Sink: Sink(table=[default_catalog.default_database.sink], fields=[f0, f1, f2, f3, f4, f5, f6, f00, f10, f20, f30, f40, f50, f60]), 2, Shuffle, Remote, 1] ``` ### Does this PR introduce _any_ user-facing change? Introduce `celeborn.client.flink.metrics.scope.shuffle` config option to define the scope format string that is applied to all metrics scoped to a shuffle: - Variables: - Shuffle: `<task_id>, <task_name>, <task_attempt_id>, <task_attempt_num>, <subtask_index>, <shuffle_id>`. - Metrics: Scope | Metrics | Description | Type -- | -- | -- | -- Shuffle | numBytesIn | The total number of bytes this shuffle has read. | Counter | Shuffle | numBytesOut| The total number of bytes this shuffle has written. | Counter | Shuffle | numRecordsOut | The total number of records this shuffle has written. | Counter | Shuffle | numBytesInPerSecond | The number of bytes this shuffle reads per second. | Meter | Shuffle | numBytesOutPerSecond | The number of bytes this shuffle writes per second. | Meter | Shuffle | numRecordsOutPerSecond | The number of records this shuffle writes per second. | Meter | ### How was this patch tested? Manual test.   Closes #3296 from SteNicholas/CELEBORN-2005. Authored-by: SteNicholas <[email protected]> Signed-off-by: Weijie Guo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68a1db1 - Browse repository at this point
Copy the full SHA 68a1db1View commit details -
[CELEBORN-2020] Support http authentication for Celeborn CLI
### What changes were proposed in this pull request? Support http authentication for Celeborn CLI. ### Why are the changes needed? Current CLI does not work if the authentication is enabled for master or worker. ### Does this PR introduce _any_ user-facing change? Yes, a new option. ### How was this patch tested? UT. Closes #3300 from turboFei/cli_auth. Authored-by: Wang, Fei <[email protected]> Signed-off-by: Wang, Fei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f58fb1 - Browse repository at this point
Copy the full SHA 5f58fb1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main@{1day}...main