This is an automated email from the ASF dual-hosted git repository.
rexxiong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new be05e6c7f [CELEBORN-940] Make the number of arguments and placeholders
consistent
be05e6c7f is described below
commit be05e6c7f74ef75230fe6a1c768889bdf6025870
Author: jiaoqingbo <[email protected]>
AuthorDate: Thu Aug 31 19:24:09 2023 +0800
[CELEBORN-940] Make the number of arguments and placeholders consistent
### What changes were proposed in this pull request?
As Title
### Why are the changes needed?
As Title
### Does this PR introduce _any_ user-facing change?
NO
### How was this patch tested?
PASS GA
Closes #1873 from jiaoqingbo/940.
Authored-by: jiaoqingbo <[email protected]>
Signed-off-by: Shuang <[email protected]>
---
.../apache/celeborn/service/deploy/worker/storage/MapDataPartition.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/MapDataPartition.java
b/worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/MapDataPartition.java
index c423aacb0..157dc9849 100644
---
a/worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/MapDataPartition.java
+++
b/worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/MapDataPartition.java
@@ -81,7 +81,7 @@ class MapDataPartition implements
MemoryManager.ReadBufferTargetChangeListener {
updateBuffersTarget((this.minReadBuffers + this.maxReadBuffers) / 2 + 1);
logger.debug(
- "read map partition {} with {} {} {}",
+ "read map partition {} with {} {}",
fileInfo.getFilePath(),
bufferQueue.getLocalBuffersTarget(),
fileInfo.getBufferSize());