You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/main/java/org/elasticsearch/common/util/concurrent/TaskExecutionTimeTrackingEsThreadPoolExecutor.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -385,8 +385,8 @@ record FrameWindow(Frame[] frames) {
385
385
}
386
386
387
387
/**
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.
390
390
*/
391
391
FrameWindowmoveBy(longmoveFrames) {
392
392
// a new frame always starts with previous ongoing tasks
0 commit comments