----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30026/#review68620 -----------------------------------------------------------
core/src/test/scala/integration/kafka/api/ProducerFailureHandlingTest.scala <https://reviews.apache.org/r/30026/#comment112947> It seems it's simpler to just change the defaultOffsetPartition in the broker config to 1. The test will run faster that way. - Jun Rao On Jan. 19, 2015, 10:09 a.m., Jaikiran Pai wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30026/ > ----------------------------------------------------------- > > (Updated Jan. 19, 2015, 10:09 a.m.) > > > Review request for kafka. > > > Bugs: KAFKA-1878 > https://issues.apache.org/jira/browse/KAFKA-1878 > > > Repository: kafka > > > Description > ------- > > KAFKA-1878 Increase metadata fetch timeout for the producer targetting the > "offsets" topic, because of the amount of time it takes to initialize the > number of partitions of that topic > > > Diffs > ----- > > core/src/test/scala/integration/kafka/api/ProducerFailureHandlingTest.scala > 420a1dd30264c72704cc383a4161034c7922177d > > Diff: https://reviews.apache.org/r/30026/diff/ > > > Testing > ------- > > > Thanks, > > Jaikiran Pai > >