Skip to content

Commit 225280a

Browse files
committed
nits
1 parent fd0b91a commit 225280a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/common/util/concurrent/TaskExecutionTimeTrackingEsThreadPoolExecutor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ record FrameWindow(Frame[] frames) {
385385
}
386386

387387
/**
388-
* Creates a new window by sliding current by moveFrames. If new window overlaps with current Frames are reused.
389-
* So there is no risk of losing data when start/end update frame in a past window.
388+
* Creates a new window by sliding current by moveFrames. If new window overlaps with current window Frames are reused.
389+
* So there is no risk of losing data when start/endTask updates counters in the past window frame.
390390
*/
391391
FrameWindow moveBy(long moveFrames) {
392392
// a new frame always starts with previous ongoing tasks

0 commit comments

Comments
 (0)