You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "David Jacot (Jira)" <ji...@apache.org> on 2024/02/27 15:02:00 UTC

[jira] [Resolved] (KAFKA-16306) GroupCoordinatorService logger is not configured

     [ https://issues.apache.org/jira/browse/KAFKA-16306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jacot resolved KAFKA-16306.
---------------------------------
    Fix Version/s: 3.8.0
       Resolution: Fixed

> GroupCoordinatorService logger is not configured
> ------------------------------------------------
>
>                 Key: KAFKA-16306
>                 URL: https://issues.apache.org/jira/browse/KAFKA-16306
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Jeff Kim
>            Assignee: Jeff Kim
>            Priority: Minor
>             Fix For: 3.8.0
>
>
> The GroupCoordinatorService constructor initializes with the wrong logger class:
> ```
> GroupCoordinatorService(
> LogContext logContext,
> GroupCoordinatorConfig config,
> CoordinatorRuntime<GroupCoordinatorShard, Record> runtime,
> GroupCoordinatorMetrics groupCoordinatorMetrics
> ) {
>     this.log = logContext.logger(CoordinatorLoader.class);
>     this.config = config;
>     this.runtime = runtime;
>     this.groupCoordinatorMetrics = groupCoordinatorMetrics;
> }
> ```
> change this to GroupCoordinatorService.class



--
This message was sent by Atlassian Jira
(v8.20.10#820010)