You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Santosh Pingale (JIRA)" <ji...@apache.org> on 2015/03/30 02:33:52 UTC

[jira] [Commented] (KAFKA-1548) Refactor the "replica_id" in requests

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

Santosh Pingale commented on KAFKA-1548:
----------------------------------------

[~gwenshap]/[~guozhang]

Can I pick this up?

> Refactor the "replica_id" in requests
> -------------------------------------
>
>                 Key: KAFKA-1548
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1548
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Guozhang Wang
>            Assignee: Gwen Shapira
>              Labels: newbie
>             Fix For: 0.9.0
>
>
> Today in many requests like fetch and offset we have a integer replica_id field, if the request is from a follower consumer it is the broker id from that follower replica, if it is from a regular consumer it could be one of the two values: "-1" for ordinary consumer, or "-2" for debugging consumer. 
> Hence this replica_id field is used in two folds:
> 1) Logging for trouble shooting in request logs, which can be helpful only when this is from a follower replica, 
> 2) Deciding if it is from the consumer or a replica to logically handle the request in different ways. For this purpose we do not really care about the actually id value.
> We probably would like to do the following improvements:
> 1) Rename "replica_id" to sth. less confusing?
> 2) Change the request.toString() function based on the replica_id, whether it is a positive integer (meaning from a broker replica fetcher) or -1/-2 (meaning from a regular consumer).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)