----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31816/#review77955 -----------------------------------------------------------
Ship it! Thanks for the patch. Just a couple of minor comments below. +1. Also, it seems that you need to rebase the patch. core/src/main/scala/kafka/message/ByteBufferMessageSet.scala <https://reviews.apache.org/r/31816/#comment126319> decompress => decompresses core/src/main/scala/kafka/message/ByteBufferMessageSet.scala <https://reviews.apache.org/r/31816/#comment126317> It may be useful to indicate in the message string that this is from the deep iterator. This way, we can distinguish it from the message in line 180. - Jun Rao On March 25, 2015, 8:26 p.m., Guozhang Wang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/31816/ > ----------------------------------------------------------- > > (Updated March 25, 2015, 8:26 p.m.) > > > Review request for kafka. > > > Bugs: KAFKA-527 > https://issues.apache.org/jira/browse/KAFKA-527 > > > Repository: kafka > > > Description > ------- > > Incorporated Jun and Joel's comments > > > Diffs > ----- > > core/src/main/scala/kafka/consumer/ConsumerIterator.scala > 78fbf75651583e390258af2d9f09df6911a97b59 > core/src/main/scala/kafka/log/LogSegment.scala > ac9643423a28d189133705ba69b16cfce23f0049 > core/src/main/scala/kafka/message/ByteBufferMessageSet.scala > 9c694719dc9b515fb3c3ae96435a87b334044272 > core/src/main/scala/kafka/tools/DumpLogSegments.scala > fe2cc11b75f370beb9cb87ebc9ed01b63fd65f87 > core/src/test/scala/unit/kafka/log/LogTest.scala > 8cd5f2fa4a1a536c3983c5b6eac3d80de49d5a94 > core/src/test/scala/unit/kafka/producer/SyncProducerTest.scala > b5208a5f1186bc089cd89527c1eb7f95b2e76c75 > > Diff: https://reviews.apache.org/r/31816/diff/ > > > Testing > ------- > > Unit tests > > > Thanks, > > Guozhang Wang > >