721 Commits (583044cd5109cd060bdfc9e516f4c85d1d4e73a0)
 

Author SHA1 Message Date
Jun Rao 583044cd51 recommit kafka-1112 since it's inadvently reverted in the commit of kafka-1135 11 years ago
Joe Stein bb2dc49bde KAFKA-1133 LICENSE and NOTICE files need to get into META-INF when jars are built before they're signed for publishing to maven reviewed by Joel Koshy 11 years ago
Guozhang Wang 87efda7f81 kafka-1103; Consumer uses two zkclients; patched by Guozhang Wang; reviewed by Joel Koshy and Jun Rao 11 years ago
Jie Huang 2477a7468e kafka-1136; Add subAppend in Log4jAppender for generic usage; patched by Jie Huang; reviewed by Joel Koshy and Jun Rao 11 years ago
drunkedcat 99dd94c9b6 kafka-933; Hadoop example running DataGenerator causes kafka.message.Message cannot be cast to [B exception; patched by drunkedcat; reviewed by Jun Rao 11 years ago
Jun Rao cd81d37ac8 fix for scala 2.10.1 compilation issued introduced in kafka-1117 11 years ago
Joe Stein c2dd071b52 KAFKA-1131 copy license and notice to the release files, reviewed by David Arthur 11 years ago
Swapnil Ghike 9b0776d157 kafka-1135; Code cleanup - use Json.encode() to write json data to zk; patched by Swapnil Ghike; reviewed by Neha Narkhede, Guozhang Wang and Jun Rao 11 years ago
Jun Rao 440e45e513 kafka-1117; tool for checking the consistency among replicas; patched by Jun Rao; reviewed by Neha Narkhede, Joel Koshy, Swapnil Ghike, Guozhang Wang 11 years ago
Jun Rao 58789d7cbe kafka-1127; kafka and zookeeper server should start in daemon mode and log to correct position; patched by Raymond Liu; reviewed by Jun Rao 11 years ago
Jun Rao 7c54e39bd4 KAFKA-1112; broker can not start itself after kafka is killed with -9; patched by Jay Kreps and Jun Rao; reviewed by Jay Kreps, Neha Narkhede and Guozhang Wang 11 years ago
Neha Narkhede eedbea6526 KAFKA-1119 Kafka 0.8.1 overwrites previous per topic config changes; reviewed by Joel Koshy, Guozhang Wang, Swapnil Ghike, Jay Kreps 11 years ago
Joe Stein a700c99efd KAFKA-1126 Remove the DISCLAIMER it is left over from incubation reviewed by Neha 11 years ago
Swapnil Ghike 9861618864 KAFKA-1121 DumpLogSegments tool should print absolute file name to report inconsistencies; reviewed by Neha Narkhede and Guozhang Wang 11 years ago
Neha Narkhede 7d1ac1d806 Minor logging improvement 11 years ago
Neha Narkhede df7f7a255b KAFKA-1097 Race condition while reassigning low throughput partition leads to incorrect ISR information in zookeeper; reviewed by Jun Rao, Guozhang Wang 11 years ago
Neha Narkhede e602ed0582 KAFKA-1113 log.cleanup.interval.mins property should be renamed; Trivial patch, no review 11 years ago
Neha Narkhede a4fafefdb3 KAFKA-1107 Follow up review cleanup comments 11 years ago
Neha Narkhede ec547737de KAFKA-1107 Broker unnecessarily recovers all logs when upgrading from 0.8 to 0.8.1; reviewed by Jay Kreps and Guozhang Wang 11 years ago
Roger Hoover a55ec0620f kafka-1092; Add server config parameter to separate bind address and ZK hostname; patched by Roger Hoover; reviewed by Jun Rao 11 years ago
Guozhang Wang bf4dbd5ee3 KAFKA-1060 Break-down sendTime into responseQueueTime and the real sendTime; reviewed by Neha Narkhede and Jun Rao 11 years ago
Guozhang Wang bd49e4f3e7 KAFKA-1001; Handle follower transition in batch; patched by Guozhang Wang; reviewed by Jun Rao 11 years ago
Alan Vasile 274b12f335 kafka-918; Change log.retention.hours to be log.retention.mins; patched by Alin Vasile; reviewed by Jun Rao 11 years ago
Jay Kreps 0e90c246c6 KAFKA-1098 Fix failing test in LogCleaner. 11 years ago
Joris Van Remoortere 0198e67feb KAFKA-1042 follow up compilation fix; reviewed by Neha Narkhede 11 years ago
Swapnil Ghike b61d147fd0 KAFKA-1094 Configure reviewboard url in kafka-patch-review tool; reviewed by Neha Narkhede 11 years ago
Jay Kreps d030778861 KAFKA-1042 logSegments(from, to) Misses first segment. 11 years ago
Jun Rao d0e948ca86 kafka-1090; testPipelinedRequestOrdering has transient failures; patched by Jun Rao; reviewed by Joel Koshy, Guozhang Wang, and Neha Narkhede 11 years ago
Jun Rao c66e4d5868 kafka-1091; full topic list can be read from metadata cache in the broker instead of ZK; patched by Jun Rao; reviewed by Joel Koshy, Guozhang Wang, Swapnil Ghike, and Neha Narkhede 11 years ago
Neha Narkhede b448d4e075 KAFKA-1086 Improve GetOffsetShell to find metadata automatically; reviewed by Jun Rao and Joel Koshy 11 years ago
Joel Koshy d5dfa28596 KAFKA-1089; Fix run-class and log4j for migration tool system test; reviewed by Jun Rao 11 years ago
Jay Kreps ccdb56201e KAFKA-1036 Close checkpoint file before renaming it for Windows compatibility. 11 years ago
Jay Kreps c98b6de15d KAFKA-1008 Lock around unmap on windows. 11 years ago
Neha Narkhede a160f1023b KAFKA-1086 Improve GetOffsetShell to find metadata automatically; reviewed by Jun Rao 11 years ago
Francois Saint-Jacques e351039b1a kafka-1084; Validate properties for custom serializers; patched by Francois Saint-Jacquese; reviewed by Jun Rao 11 years ago
Swapnil Ghike 062d910e32 KAFKA-1087 Empty topic list causes consumer to fetch metadata of all topics; reviewed by Guozhang Wang and Neha Narkhede 11 years ago
Jay Kreps 3e7c9c6abf KAFKA-1081 Clean up shell scripts. Removed re-run of failed command. Use exec instead of subprocess execution. 11 years ago
Joe Stein b0fecacbe8 KAFKA-1018 tidy up the pom, 0.8.0 release, build the test jars now too 11 years ago
Jun Rao ace95c48a9 trivial change to remove unused command bin/kafka-add-partitions.sh 11 years ago
Sriram Subramanian 8d4dbe60f1 kafka-1052; integrate add-partitions command into topicCommand; patched by Sriram Subramanian; reviewed by Jun Rao 11 years ago
Jun Rao 343a1e2660 Merge remote-tracking branch 'origin/0.8' into trunk 11 years ago
Jun Rao b384c27c33 kafka-954; tidy up README file for better general availability; patched by Jun Rao; reviewed by Joe Stein and Neha Narkhede 11 years ago
John Fung a6904a2644 kafka-1078; Update System Test to handle controller data returned by ZK; patched by John Fung; reviewed by Jun Rao 11 years ago
Jun Rao f53fe18361 kafka-1069; MBean kafka.cluster.Partition report wrong UnderReplicated status; patched by Jun Rao; reviewed by Neha Narkhede 11 years ago
Jun Rao bfc4ba4995 Merge remote branch 'origin/0.8' into trunk 11 years ago
Guozhang Wang 1cb217579b KAFKA-1075; Consumer will not rebalance upon topic partition change; reviewed by Neha Narkhede and Jun Rao 11 years ago
Jun Rao 40efe0a972 trivial follow-up patch for kafka-1073 to fix unit tests; patched by Jun Rao 11 years ago
Jun Rao 71ed6ca336 kafka-1073; CheckReassignmentStatus is broken; patched by Jun Rao; reviewed by Guozhang Wang, Swapnil Ghike and Neha Narkhede 11 years ago
Jun Rao 2c6d3c7b45 kafka-1076; system tests in 0.8 are broken due to wrong log4j config; patched by Joel Koshy; reviewed by Jay Kreps and Jun Rao 11 years ago
Guozhang Wang 93921a3a57 KAFKA-1071; The random partition selected in DefaultEventHandler is not random across producer instances; reviewed by Neha Narkhede and Jun Rao 11 years ago