Skip to content

Commit

Permalink
[CELEBORN-905] Redraw the flowchart backpressure.svg after worker pau…
Browse files Browse the repository at this point in the history
…se logic is reconstructed

Add a new `backpressure.svg` to replace the out-date one.

After apache#1811, we refactor celeborn worker back-pressure logic, we should add new flowchart for user to understand.

Yes

![backpressure](https://github.com/apache/incubator-celeborn/assets/52876270/34f3f4b8-28cf-4cce-88a4-e6fee1886d94)

Closes apache#1829 from zwangsheng/CELEBORN-905.

Authored-by: zwangsheng <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
  • Loading branch information
zwangsheng committed Aug 28, 2023
1 parent 5ed212b commit c5d02e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2473,7 +2473,7 @@ object CelebornConf extends Logging {
.doc("If direct memory usage is less than this limit, worker will resume.")
.version("0.2.0")
.doubleConf
.createWithDefault(0.5)
.createWithDefault(0.7)

val WORKER_CONGESTION_CONTROL_ENABLED: ConfigEntry[Boolean] =
buildConf("celeborn.worker.congestionControl.enabled")
Expand Down
Loading

0 comments on commit c5d02e4

Please sign in to comment.