----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15938/#review29586 -----------------------------------------------------------
core/src/main/scala/kafka/server/KafkaApis.scala <https://reviews.apache.org/r/15938/#comment56981> We had added the ability for a special consumer to read the replica log for troubleshooting. This patch takes that convenience away. We should probably look for another way to prevent the replica verification tool from giving false negatives. Can it use a different consumer id? core/src/main/scala/kafka/server/ReplicaManager.scala <https://reviews.apache.org/r/15938/#comment56980> Do we still need this "TODO: the above may need to be fixed later" ? - Neha Narkhede On Dec. 1, 2013, 11:33 p.m., Jun Rao wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15938/ > ----------------------------------------------------------- > > (Updated Dec. 1, 2013, 11:33 p.m.) > > > Review request for kafka. > > > Bugs: KAFKA-1154 > https://issues.apache.org/jira/browse/KAFKA-1154 > > > Repository: kafka > > > Description > ------- > > kafka-1154; fix 1 > > > Diffs > ----- > > core/src/main/scala/kafka/api/FetchRequest.scala > fb2a2306003ac64a8a3b2fc5fc999e0be273f48d > core/src/main/scala/kafka/api/RequestOrResponse.scala > b62330be6241c8ff4acd21f0fa7e80b7636e0d42 > core/src/main/scala/kafka/server/KafkaApis.scala > 80a70f1e5e3a7670b2238fe63b8d9e0eac6b46ac > core/src/main/scala/kafka/server/ReplicaManager.scala > 54f6e1674255f62eba9d90aab0db371c82baf749 > core/src/main/scala/kafka/tools/ReplicaVerificationTool.scala > f1f139e485d98e42be17cdcc327961420cd8c012 > > Diff: https://reviews.apache.org/r/15938/diff/ > > > Testing > ------- > > > Thanks, > > Jun Rao > >