guozh...@apache.org |
kafka git commit: KAFKA-2208; add consumer side error handling upon coordinator failure; reviewed by Onur Karaman |
Wed, 03 Jun, 20:47 |
guozh...@apache.org |
kafka git commit: KAFKA-2253; fix deadlock between removeWatchersLock and watcher operations list lock; reviewed by Onur Karaman and Jiangjie Qin |
Wed, 10 Jun, 18:29 |
guozh...@apache.org |
svn commit: r1686659 - /kafka/site/committers.html |
Sat, 20 Jun, 18:03 |
guozh...@apache.org |
kafka git commit: KAFKA-2281: avoid unnecessary value copying if logAsString is false; reviewed by Guozhang Wang |
Tue, 30 Jun, 01:48 |
jgho...@apache.org |
kafka git commit: KAFKA-2294; javadoc compile error due to illegal <p/> , build failing (jdk 8); patched by Jeff Maxwell; reviewed by Jakob Homan |
Tue, 23 Jun, 17:53 |
jjko...@apache.org |
kafka git commit: KAFKA-2161; Fix a few copyrights |
Wed, 03 Jun, 03:57 |
jjko...@apache.org |
kafka git commit: KAFKA-2246; UnknownTopicOrPartitionException should be an instance of InvalidMetadataException; reviewed by Ewen Cheslack-Postava and Joel Koshy |
Fri, 05 Jun, 18:47 |
jjko...@apache.org |
kafka git commit: KAFKA-2245; Add response tests for consumer coordinator; reviewed by Joel Koshy |
Mon, 22 Jun, 17:14 |
jjko...@apache.org |
kafka git commit: KAFKA-2293; Fix incorrect format specification in Partition.scala; reviewed by Joel Koshy |
Mon, 22 Jun, 22:28 |
jun...@apache.org |
kafka git commit: kafka-2226; NullPointerException in TestPurgatoryPerformance; patched by Yasuhiro Matsuda; reviewed by Onur Karaman, Guozhang Wang and Jun Rao |
Mon, 01 Jun, 21:15 |
jun...@apache.org |
[1/3] kafka git commit: kafka-1928; Move kafka.network over to using the network classes in org.apache.kafka.common.network; patched by Gwen Shapira; reviewed by Joel Koshy, Jay Kreps, Jiangjie Qin, Guozhang Wang and Jun Rao |
Thu, 04 Jun, 04:40 |
jun...@apache.org |
[2/3] kafka git commit: kafka-1928; Move kafka.network over to using the network classes in org.apache.kafka.common.network; patched by Gwen Shapira; reviewed by Joel Koshy, Jay Kreps, Jiangjie Qin, Guozhang Wang and Jun Rao |
Thu, 04 Jun, 04:40 |
jun...@apache.org |
[3/3] kafka git commit: kafka-1928; Move kafka.network over to using the network classes in org.apache.kafka.common.network; patched by Gwen Shapira; reviewed by Joel Koshy, Jay Kreps, Jiangjie Qin, Guozhang Wang and Jun Rao |
Thu, 04 Jun, 04:40 |
jun...@apache.org |
kafka git commit: kafka-2005; Generate html report for system tests; patched by Ashish Singh; reviewed by Jun Rao |
Thu, 11 Jun, 22:27 |
jun...@apache.org |
kafka git commit: kafka-2266; Client Selector can drop idle connections without notifying NetworkClient; patched by Jason Gustafson; reviewed by Jun Rao |
Fri, 12 Jun, 17:24 |
jun...@apache.org |
kafka git commit: kafka-2232; make MockProducer generic; patched by Alexander Pakulov; reviewed by Jun Rao |
Fri, 12 Jun, 21:16 |
jun...@apache.org |
kafka git commit: kafka-2164; ReplicaFetcherThread: suspicious log message on reset offset; patched by Alexey Ozeritski; reviewed by Jun Rao |
Sat, 13 Jun, 01:45 |
jun...@apache.org |
kafka git commit: kafka-2101; Metric metadata-age is reset on a failed update; patched by Tim Brooks; reviewed by Jun Rao |
Tue, 16 Jun, 00:44 |
jun...@apache.org |
kafka git commit: kafka-2195; Add versionId to AbstractRequest.getErrorResponse and AbstractRequest.getRequest; patched by Andrii Biletskyi; reviewed by Jun Rao |
Tue, 16 Jun, 21:46 |
jun...@apache.org |
kafka git commit: kafka-2270; incorrect package name in unit tests; patched by Proneet Verma; reviewed by Jun Rao |
Tue, 16 Jun, 22:03 |
jun...@apache.org |
kafka git commit: kafka-2272; listeners endpoint parsing fails if the hostname has capital letter; patched by Sriharsha Chintalapani; reviewed by Jun Rao |
Tue, 16 Jun, 22:25 |
jun...@apache.org |
[1/2] kafka git commit: kafka-2264; SESSION_TIMEOUT_MS_CONFIG in ConsumerConfig should be int; patched by Manikumar Reddy; reviewed by Jun Rao |
Tue, 16 Jun, 22:38 |
jun...@apache.org |
[2/2] kafka git commit: kafka-2252; Socket connection closing is logged, but not corresponding opening of socket; patched by Gwen Shapira; reviewed by Jun Rao |
Tue, 16 Jun, 22:38 |
jun...@apache.org |
kafka git commit: kafka-2262; LogSegmentSize validation should be consistent; patched by Manikumar Reddy; reviewed by Jun Rao |
Tue, 16 Jun, 22:50 |
jun...@apache.org |
kafka git commit: trivial fix for stylecheck error on Jenkins |
Tue, 16 Jun, 23:41 |
jun...@apache.org |
[1/2] kafka git commit: kafka-2249; KafkaConfig does not preserve original Properties; patched by Gwen Shapira; reviewed by Jun Rao |
Thu, 18 Jun, 21:07 |
jun...@apache.org |
[2/2] kafka git commit: kafka-2249; KafkaConfig does not preserve original Properties; patched by Gwen Shapira; reviewed by Jun Rao |
Thu, 18 Jun, 21:07 |
jun...@apache.org |
kafka git commit: kafka-2265; creating a topic with large number of partitions takes a long time; patched by Manikumar Reddy; reviewed by Jun Rao |
Thu, 18 Jun, 22:59 |
jun...@apache.org |
kafka git commit: kafka-2234; Partition reassignment of a nonexistent topic prevents future reassignments; patched by Manikumar Reddy; reviewed by Jun Rao |
Thu, 18 Jun, 23:37 |
jun...@apache.org |
kafka git commit: trivial change to fix unit test failure introduced in kafka-2234 |
Fri, 19 Jun, 00:00 |
jun...@apache.org |
kafka git commit: kafka-1758; corrupt recovery file prevents startup; patched by Manikumar Reddy; reviewed by Neha Narkhede and Jun Rao |
Fri, 19 Jun, 01:50 |
jun...@apache.org |
kafka git commit: kafka-1646; Improve consumer read performance for Windows; patched by Honghai Chen; reviewed by Jay Kreps and Jun Rao |
Fri, 19 Jun, 14:52 |
jun...@apache.org |
kafka git commit: kafka-2012; Broker should automatically handle corrupt index files; patched by Manikumar Reddy; reviewed by Jun Rao |
Fri, 19 Jun, 16:34 |
jun...@apache.org |
kafka git commit: kafka-2290; OffsetIndex should open RandomAccessFile consistently; patched by Chris Black; reviewed by Jun Rao |
Mon, 22 Jun, 15:59 |
jun...@apache.org |
kafka git commit: kafka-2235; LogCleaner offset map overflow; patched by Ivan Simoneko; reviewed by Jun Rao |
Mon, 22 Jun, 16:20 |
jun...@apache.org |
[1/2] kafka git commit: kafka-2168; New consumer poll() can block other calls like position(), commit(), and close() indefinitely; patched by Jason Gustafson; reviewed by Jay Kreps, Ewen Cheslack-Postava, Guozhang Wang and Jun Rao |
Tue, 23 Jun, 04:19 |
jun...@apache.org |
[2/2] kafka git commit: kafka-2168; New consumer poll() can block other calls like position(), commit(), and close() indefinitely; patched by Jason Gustafson; reviewed by Jay Kreps, Ewen Cheslack-Postava, Guozhang Wang and Jun Rao |
Tue, 23 Jun, 04:19 |