Skip to content

Commit 088c1e5

Browse files
committed
update
1 parent fa3a2fd commit 088c1e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
/**
2626
* A specialized thread pool executor that tracks the execution time of tasks per index.
2727
* This executor provides detailed metrics on task execution times per index, which can be useful for performance monitoring and debugging
28-
*
2928
*/
3029
public class TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor extends TaskExecutionTimeTrackingEsThreadPoolExecutor {
3130
private static final Logger logger = LogManager.getLogger(TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor.class);

0 commit comments

Comments
 (0)