[ https://issues.apache.org/jira/browse/KAFKA-5627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16097484#comment-16097484 ]
ASF GitHub Bot commented on KAFKA-5627: --------------------------------------- GitHub user lindong28 opened a pull request: https://github.com/apache/kafka/pull/3565 KAFKA-5627; Reduce classes needed for LeaderAndIsrPartitionState and MetadataPartitionState You can merge this pull request into a Git repository by running: $ git pull https://github.com/lindong28/kafka KAFKA-5627 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3565.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3565 ---- commit e42e6a2391313b66874d612195a1bf904f93e8d5 Author: Dong Lin <lindon...@gmail.com> Date: 2017-07-23T02:35:41Z KAFKA-5627; Reduce classes needed for LeaderAndIsrPartitionState and MetadataPartitionState ---- > Reduce classes needed for LeaderAndIsrPartitionState and > MetadataPartitionState > ------------------------------------------------------------------------------- > > Key: KAFKA-5627 > URL: https://issues.apache.org/jira/browse/KAFKA-5627 > Project: Kafka > Issue Type: Improvement > Reporter: Dong Lin > Assignee: Dong Lin > > It will be cleaner to replace LeaderAndIsrPartitionState and > MetadataPartitionState in LeaderAndIsr.scala with > org.apache.kafka.common.requests.PartitionState and > UpdateMetadataRequest.PartitionState respectively. -- This message was sent by Atlassian JIRA (v6.4.14#64029)