Skip to content

KAFKA-18340 Change Dockerfile to use log4j2 yaml instead log4j properties#18378

Merged
mimaison merged 3 commits intoapache:trunkfrom
m1a2st:KAFKA-18340
Jan 10, 2025
Merged

KAFKA-18340 Change Dockerfile to use log4j2 yaml instead log4j properties#18378
mimaison merged 3 commits intoapache:trunkfrom
m1a2st:KAFKA-18340

Conversation

@m1a2st
Copy link
Copy Markdown
Collaborator

@m1a2st m1a2st commented Jan 2, 2025

Jira: https://issues.apache.org/jira/browse/KAFKA-18340

We already upgrade log4j to log4j2, we should update our docker image to use log4j2 yaml file

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@github-actions github-actions Bot added triage PRs from the community docker Official Docker image small Small PRs labels Jan 2, 2025
Comment thread docker/jvm/Dockerfile
org.label-schema.description="Apache Kafka" \
org.label-schema.build-date="${build_date}" \
org.label-schema.vcs-url="https://github.com/apache/kafka" \
maintainer="Apache Kafka"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we making this change? If there's a rational for making it, I'd rather do it in a separate PR instead.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should revert it, the MAINTAINER is deprecated
doc

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the explanation. Let's fix that in another PR.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, I will address in another PR

Copy link
Copy Markdown
Collaborator Author

@m1a2st m1a2st Jan 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will address it in this Jira

Update the PR is:
#17554

@github-actions github-actions Bot removed the triage PRs from the community label Jan 10, 2025
Copy link
Copy Markdown
Member

@mimaison mimaison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mimaison mimaison merged commit cd061c8 into apache:trunk Jan 10, 2025
mimaison pushed a commit that referenced this pull request Jan 10, 2025
…rties (#18378)


Reviewers: Mickael Maison <mickael.maison@gmail.com>
@mimaison
Copy link
Copy Markdown
Member

Applied to 4.0 too: 5e6f200

ijuma added a commit to ijuma/kafka that referenced this pull request Jan 10, 2025
…emove-metadata-version-methods-for-versions-older-than-3.0

* apache-github/trunk:
  KAFKA-18340: Change Dockerfile to use log4j2 yaml instead log4j properties (apache#18378)
  MINOR: fix flaky RemoteLogManagerTest#testStopPartitionsWithDeletion (apache#18474)
  KAFKA-18311: Enforcing copartitioned topics (4/N) (apache#18397)
  KAFKA-18308; Update CoordinatorSerde (apache#18455)
  KAFKA-18440: Convert AuthorizationException to fatal error in AdminClient (apache#18435)
  KAFKA-17671: Create better documentation for transactions (apache#17454)
  KAFKA-18304; Introduce json converter generator (apache#18458)
  MINOR: Clean up classic group tests (apache#18473)
  KAFKA-18399 Remove ZooKeeper from KafkaApis (2/N): CONTROLLED_SHUTDOWN and ENVELOPE (apache#18422)
  MINOR: improve StreamThread periodic processing log (apache#18430)
pranavt84 pushed a commit to pranavt84/kafka that referenced this pull request Jan 27, 2025
…rties (apache#18378)


Reviewers: Mickael Maison <mickael.maison@gmail.com>
manoj-mathivanan pushed a commit to manoj-mathivanan/kafka that referenced this pull request Feb 19, 2025
…rties (apache#18378)


Reviewers: Mickael Maison <mickael.maison@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-approved docker Official Docker image small Small PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants