This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a change to branch gluten_celeborn
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
from da6210978 [CELEBORN-870][DOC] Document on usage together with Gluten
add 8c473c038 [CELEBORN-869][DOC] Document on Integrating Celeborn
add 3ee067405 [CELEBORN-869][FOLLOWUP][DOC] Document on Integrating
Celeborn
add 2b79c3738 [CELEBORN-852][FOLLOWUP] Add active connection count metrics
to grafana dashboard
add 39ab731b8 [CELEBORN-875][FOLLOWUP] Enhance `DataPushQueueSuiteJ` for
thread safety and prevent `NullPointerException`
add 6e9a98a28 [CELEBORN-872][MASTER] Extract the same allocation logic for
both loadaware and roundrobin
add 3dd544e70 Merge branch 'main' into gluten_celeborn
No new revisions were added by this update.
Summary of changes:
assets/grafana/celeborn-dashboard.json | 172 +++++++++++++++-----
.../celeborn/client/write/DataPushQueueSuiteJ.java | 11 +-
docs/developers/{client.md => flink.md} | 8 +-
docs/developers/integrate.md | 181 +++++++++++++++++++++
docs/developers/{client.md => spark.md} | 8 +-
docs/developers/workerexclusion.md | 20 ++-
.../service/deploy/master/SlotsAllocator.java | 74 ++++-----
mkdocs.yml | 3 +-
8 files changed, 364 insertions(+), 113 deletions(-)
copy docs/developers/{client.md => flink.md} (59%)
create mode 100644 docs/developers/integrate.md
copy docs/developers/{client.md => spark.md} (59%)