MINOR: Make info logs for KafkaConsumer a bit more verbose#6279
Merged
ijuma merged 3 commits intoapache:trunkfrom Feb 17, 2019
Merged
MINOR: Make info logs for KafkaConsumer a bit more verbose#6279ijuma merged 3 commits intoapache:trunkfrom
ijuma merged 3 commits intoapache:trunkfrom
Conversation
When debugging KafkaConsumer issues, it's pretty useful to have some log entries that are only currently available when debug logging is enabled. Included a minor code simplication and a slight improvement to an exception message.
hachikuji
reviewed
Feb 17, 2019
Contributor
hachikuji
left a comment
There was a problem hiding this comment.
Thanks, makes sense to me. Just one comment.
Member
Author
|
@mjsax you asked for build timeouts info: Other unrelated failure: |
Member
Author
|
retest this please |
Member
Author
|
JDK 8 build passed, JDK 11 build failed with 2 known flaky tests. Since this PR doesn't change anything aside from strings, I will go ahead and merge it to trunk and the 2.2 branch. |
Member
|
Thanks. Did you check if it was the related to https://issues.apache.org/jira/browse/KAFKA-7933 -- the copied logs don't help unfortunately. |
jarekr
pushed a commit
to confluentinc/kafka
that referenced
this pull request
Apr 18, 2019
* ak/trunk: (45 commits) KAFKA-7487: DumpLogSegments misreports offset mismatches (apache#5756) MINOR: improve JavaDocs about auto-repartitioning in Streams DSL (apache#6269) KAFKA-7935: UNSUPPORTED_COMPRESSION_TYPE if ReplicaManager.getLogConfig returns None (apache#6274) KAFKA-7895: Fix stream-time reckoning for suppress (apache#6278) KAFKA-6569: Move OffsetIndex/TimeIndex logger to companion object (apache#4586) MINOR: add log indicating the suppression time (apache#6260) MINOR: Make info logs for KafkaConsumer a bit more verbose (apache#6279) KAFKA-7758: Reuse KGroupedStream/KGroupedTable with named repartition topics (apache#6265) KAFKA-7884; Docs for message.format.version should display valid values (apache#6209) MINOR: Save failed test output to build output directory MINOR: add test for StreamsSmokeTestDriver (apache#6231) MINOR: Fix bugs identified by compiler warnings (apache#6258) KAFKA-6474: Rewrite tests to use new public TopologyTestDriver [part 4] (apache#5433) MINOR: fix bypasses in ChangeLogging stores (apache#6266) MINOR: Make MockClient#poll() more thread-safe (apache#5942) MINOR: drop dbAccessor reference on close (apache#6254) KAFKA-7811: Avoid unnecessary lock acquire when KafkaConsumer commits offsets (apache#6119) KAFKA-7916: Unify store wrapping code for clarity (apache#6255) MINOR: Add missing Alter Operation to Topic supported operations list in AclCommand KAFKA-7921: log at error level for missing source topic (apache#6262) ...
pengxiaolong
pushed a commit
to pengxiaolong/kafka
that referenced
this pull request
Jun 14, 2019
When debugging KafkaConsumer production issues, it's pretty useful to have log entries related to seeking and committed offset retrieval enabled by default. These are currently present, but only when debug logging is enabled. Change them to `info`. Also included a minor code simplication and a slight improvement to an exception message. Reviewers: Jason Gustafson <jason@confluent.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When debugging KafkaConsumer production issues, it's pretty
useful to have log entries related to seeking and committed
offset retrieval enabled by default. These are currently present,
but only when debug logging is enabled. Change them to
info.Also included a minor code simplication and a slight improvement
to an exception message.
Committer Checklist (excluded from commit message)