Re: [PR] MINOR: Don't log missing partitions at ERROR level [kafka]

2024-03-04 Thread via GitHub
chia7712 commented on PR #14579: URL: https://github.com/apache/kafka/pull/14579#issuecomment-1977349997 > Perhaps we should just lower the priority to INFO instead of ERROR? I do think it's nice to know when we create a new log directory. That makes sense to me. We can keep only

Re: [PR] MINOR: Don't log missing partitions at ERROR level [kafka]

2024-01-17 Thread via GitHub
github-actions[bot] commented on PR #14579: URL: https://github.com/apache/kafka/pull/14579#issuecomment-1897729360 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please ask a committer for review. If the PR has

Re: [PR] MINOR: Don't log missing partitions at ERROR level [kafka]

2023-10-19 Thread via GitHub
cmccabe commented on PR #14579: URL: https://github.com/apache/kafka/pull/14579#issuecomment-1771568882 Perhaps we should just lower the priority to INFO instead of ERROR? I do think it's nice to know when we create a new log directory. -- This is an automated message from the Apache Git

[PR] MINOR: Don't log missing partitions at ERROR level [kafka]

2023-10-18 Thread via GitHub
splett2 opened a new pull request, #14579: URL: https://github.com/apache/kafka/pull/14579 ### What We are logging missing partitions as errors in the `state.change.logger` which may be a bit alarming. There are valid cases where the partition may not exist, eg: partition reassignment.