RexXiong commented on code in PR #2033:
URL:
https://github.com/apache/incubator-celeborn/pull/2033#discussion_r1371083141
##########
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:
Seems all empty nodes have same timestamp? Maybe lastNode.getLeft() +
intervalPerBucketInMills * index ?
--
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]