onebox-li commented on code in PR #2033:
URL:
https://github.com/apache/incubator-celeborn/pull/2033#discussion_r1371087202
##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/congestcontrol/TimeSlidingHub.java:
##########
@@ -104,7 +103,7 @@ public synchronized void add(long currentTimestamp, N
newNode) {
_deque.add(lastNode);
Review Comment:
It seems the empty node has updated timestamp here. You can take a look at
https://github.com/apache/incubator-celeborn/blob/ced12a18cd6e5c9500a25615c5e82e05bebde49f/worker/src/main/java/org/apache/celeborn/service/deploy/worker/congestcontrol/TimeSlidingHub.java#L102
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]