----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20787/ -----------------------------------------------------------
Review request for kafka. Bugs: KAFKA-1383 https://issues.apache.org/jira/browse/KAFKA-1383 Repository: kafka Description ------- The interestOps is updated by the processor thread after the request is put in the request queue. There is no guarantee that after a request is dequeued, the read bit in interestOps is turned off. So need to wait a bit. Diffs ----- core/src/test/scala/unit/kafka/network/SocketServerTest.scala 75bd41b7d0ccbd3763e21905173f05f43f2a02f2 Diff: https://reviews.apache.org/r/20787/diff/ Testing ------- Thanks, Jun Rao