This is an automated email from the ASF dual-hosted git repository.
zhouky 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 d93c679ad [CELEBORN-833] Remove unused code
d93c679ad is described below
commit d93c679ad3c134b43be30370bd4439fb56b1e58e
Author: e <[email protected]>
AuthorDate: Tue Jul 25 14:58:39 2023 +0800
[CELEBORN-833] Remove unused code
### What changes were proposed in this pull request?
As title.
### Why are the changes needed?
Remove Unused code
### Does this PR introduce _any_ user-facing change?
NO
### How was this patch tested?
Passes GA.
Closes #1753 from jiaoqingbo/CELEBORN-833.
Authored-by: e <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
---
client/src/main/java/org/apache/celeborn/client/ReviveManager.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/client/src/main/java/org/apache/celeborn/client/ReviveManager.java
b/client/src/main/java/org/apache/celeborn/client/ReviveManager.java
index c764351a5..7f8082a73 100644
--- a/client/src/main/java/org/apache/celeborn/client/ReviveManager.java
+++ b/client/src/main/java/org/apache/celeborn/client/ReviveManager.java
@@ -79,7 +79,6 @@ class ReviveManager {
} else {
filteredRequests.add(req);
mapIds.add(req.mapId);
- PartitionLocation loc = req.loc;
if (!requestsToSend.containsKey(req.partitionId)
|| requestsToSend.get(req.partitionId).epoch <
req.epoch) {
requestsToSend.put(req.partitionId, req);