This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new c5ff12b77 [CELEBORN-914][FOLLOWUP] Add emptyFilePrimaryIds and
emptyFileReplicaIds of worker service log in startup document
c5ff12b77 is described below
commit c5ff12b77a03189cd8b3d5801b2f4929a8000ce5
Author: SteNicholas <[email protected]>
AuthorDate: Tue Oct 8 10:37:43 2024 +0800
[CELEBORN-914][FOLLOWUP] Add emptyFilePrimaryIds and emptyFileReplicaIds of
worker service log in startup document
### What changes were proposed in this pull request?
Add `emptyFilePrimaryIds` and `emptyFileReplicaIds` of worker service log
in startup document.
### Why are the changes needed?
#2300 has added `emptyFilePrimaryIds` and `emptyFileReplicaIds` of startup
log of for worker service in `Controller`, which should also add into the log
of startup document.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No.
Closes #2774 from SteNicholas/CELEBORN-914.
Authored-by: SteNicholas <[email protected]>
Signed-off-by: mingji <[email protected]>
---
docs/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/README.md b/docs/README.md
index fb31afc8a..ea16614a7 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -114,7 +114,7 @@ And the following message in Celeborn Worker's log:
```log
INFO [dispatcher-event-loop-9] Controller: Reserved 10 primary location and 0
replica location for local-1690000152711-0
INFO [dispatcher-event-loop-8] Controller: Start commitFiles for
local-1690000152711-0
-INFO [async-reply] Controller: CommitFiles for local-1690000152711-0 success
with 10 committed primary partitions, 0 empty primary partitions, 0 failed
primary partitions, 0 committed replica partitions, 0 empty replica partitions,
0 failed replica partitions.
+INFO [async-reply] Controller: CommitFiles for local-1690000152711-0 success
with 10 committed primary partitions, 0 empty primary partitions , 0 failed
primary partitions, 0 committed replica partitions, 0 empty replica partitions
, 0 failed replica partitions.
```
## Start Flink with Celeborn
@@ -158,7 +158,7 @@ And the following message in Celeborn Worker's log:
```log
INFO [dispatcher-event-loop-4] Controller: Reserved 1 primary location and 0
replica location for local-1690000152711-0
INFO [dispatcher-event-loop-3] Controller: Start commitFiles for
local-1690000152711-0
-INFO [async-reply] Controller: CommitFiles for local-1690000152711-0 success
with 1 committed primary partitions, 0 empty primary partitions, 0 failed
primary partitions, 0 committed replica partitions, 0 empty replica partitions,
0 failed replica partitions.
+INFO [async-reply] Controller: CommitFiles for local-1690000152711-0 success
with 1 committed primary partitions, 0 empty primary partitions , 0 failed
primary partitions, 0 committed replica partitions, 0 empty replica partitions
, 0 failed replica partitions.
```
## Start MapReduce With Celeborn
@@ -224,5 +224,5 @@ And the following message in Celeborn Worker's log:
```log
INFO [dispatcher-event-loop-4] Controller: Reserved 1 primary location and 0
replica location for application_1694674023293_0003-0
INFO [dispatcher-event-loop-3] Controller: Start commitFiles for
application_1694674023293_0003-0
-INFO [async-reply] Controller: CommitFiles for
application_1694674023293_0003-0 success with 1 committed primary partitions, 0
empty primary partitions, 0 failed primary partitions, 0 committed replica
partitions, 0 empty replica partitions, 0 failed replica partitions.
+INFO [async-reply] Controller: CommitFiles for
application_1694674023293_0003-0 success with 1 committed primary partitions, 0
empty primary partitions , 0 failed primary partitions, 0 committed replica
partitions, 0 empty replica partitions , 0 failed replica partitions.
```
\ No newline at end of file