You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/18 18:43:00 UTC

[jira] [Commented] (KAFKA-6802) Improve logging when topics aren't known and assignments skipped

    [ https://issues.apache.org/jira/browse/KAFKA-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16443022#comment-16443022 ] 

ASF GitHub Bot commented on KAFKA-6802:
---------------------------------------

bbejeck opened a new pull request #4891: KAFKA-6802: Improved logging for missing topics during task assignment
URL: https://github.com/apache/kafka/pull/4891
 
 
   If users don't create all topics before starting a streams application, they could get unexpected results.  For example, sharing a state store between sub-topologies where one input topic is not created ahead time results in log message that that "Partition X is not assigned to any tasks" does not give any clues as to how this could have occurred.
   
   Also, this PR changes the log level from `INFO` to `WARN` when metadata does not have partitions for a given topic.
   
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Improve logging when topics aren't known and assignments skipped
> ----------------------------------------------------------------
>
>                 Key: KAFKA-6802
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6802
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Bill Bejeck
>            Assignee: Bill Bejeck
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)