This is an automated email from the ASF dual-hosted git repository. vvivekiyer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new 88805f2605 Fix logger class (#14763) 88805f2605 is described below commit 88805f2605e3ae2783f8ca5aee13f45b93d44125 Author: Vivek Iyer Vaidyanathan <vviveki...@gmail.com> AuthorDate: Mon Jan 6 13:01:36 2025 -0800 Fix logger class (#14763) --- .../plugin/minion/tasks/refreshsegment/RefreshSegmentTaskExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/refreshsegment/RefreshSegmentTaskExecutor.java b/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/refreshsegment/RefreshSegmentTaskExecutor.java index 2509ba3721..8de0f420ce 100644 --- a/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/refreshsegment/RefreshSegmentTaskExecutor.java +++ b/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/refreshsegment/RefreshSegmentTaskExecutor.java @@ -48,7 +48,7 @@ import org.slf4j.LoggerFactory; public class RefreshSegmentTaskExecutor extends BaseSingleSegmentConversionExecutor { - private static final Logger LOGGER = LoggerFactory.getLogger(RefreshSegmentTaskGenerator.class); + private static final Logger LOGGER = LoggerFactory.getLogger(RefreshSegmentTaskExecutor.class); private long _taskStartTime; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org