Jun Rao
|
85c9e91c80
|
ConsoleProducer does not have the queue-size option; kafka-684; patched by Maxime Brugidou; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
fd94251d89
|
ConsumerOffsetChecker does not work with 0.8; kafka-685; patched by Maxime Brugidou; reviewed by Jun Rao
|
12 years ago |
Derek Chen-Becker
|
241fea7007
|
Updated SBT JAR to 0.12.1
|
12 years ago |
Joe Stein
|
ed36a7f07a
|
KAFKA-133 publish kafka to maven - patch by Maxime Brugidou with updates for depen by Otis Gospodnetic, reviewed by Joe Stein
|
12 years ago |
Joe Stein
|
dc9edc4622
|
fixed incubation url
Signed-off-by: Joe Stein <joestein@apache.org>
|
12 years ago |
Jay Kreps
|
274cd02f1a
|
KAFKA-657 Change property name to offset.metadata.max.bytes for consistency.
|
12 years ago |
David Arthur
|
222c0e46ab
|
KAFKA-657 Add APIs for the consumer to commit and fetch offsets on the broker.
|
12 years ago |
Jun Rao
|
a39c34a2d1
|
Merge remote branch 'origin/0.8' into trunk
|
12 years ago |
Jun Rao
|
2f4bfc645a
|
ApiUtils#writeShortString uses String length instead of byte length; kafka-680; patched by David Arthur; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
6cf46e7cab
|
High watermark recovered incorrrectly from file; kafka-681; patched by Jun Rao; reviewed by Joel Koshy, Neha Narkhede and John Fung
|
12 years ago |
Joel Koshy
|
25d77cc69c
|
KAFKA-668 Store jmx port in broker zk string - controlled shutdown admin tool should not require controller JMX url/port to be supplied. Reviewed by Jun Rao.
|
12 years ago |
Jay Kreps
|
c6d41102d8
|
KAFKA-675 Allow the user to override the host that we bind to. Patch from Matan Amir<matan.amir@voxer.com> with slight changes
to improve error messages for a bad host or port.
|
12 years ago |
Jay Kreps
|
32dae955d5
|
Merge branch '0.8' into trunk
Conflicts:
core/src/main/scala/kafka/log/Log.scala
core/src/test/scala/unit/kafka/admin/AdminTest.scala
core/src/test/scala/unit/kafka/log/LogTest.scala
core/src/test/scala/unit/kafka/server/LogOffsetTest.scala
|
12 years ago |
Jay Kreps
|
85ec04452b
|
KAFKA-676 Change the build script for the core sub project to create a test jar. Reviewed by Neha.
|
12 years ago |
Joel Koshy
|
04b52743f8
|
KAFKA-664 RequestPurgatory should clean up satisfied requests from watchers map. Also, simplify the purge logic - purge based on an incoming request interval.
|
12 years ago |
Neha Narkhede
|
4e5a6fc0cf
|
Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into kafka-646
|
12 years ago |
Swapnil Ghike
|
994fe081b6
|
KAFKA-646 Missing files from previous commit
|
12 years ago |
Jun Rao
|
af83dfbe0c
|
trivial change to increase default offset commit interval to reduce ZK load
|
12 years ago |
Neha Narkhede
|
792b071cca
|
Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into kafka-646
|
12 years ago |
John Fung
|
9001d74839
|
KAFKA-647 Provide a property in System Test for no. of topics and topics string will be generated automatically; reviewed by Neha Narkhede
|
12 years ago |
Swapnil Ghike
|
8ad9018ea1
|
KAFKA-646 Provide aggregate stats at the high level Producer and ZookeeperConsumerConnector level; reviewed by Neha Narkhede
|
12 years ago |
Jay Kreps
|
739b2df680
|
KAFKA-374 Move off the default java crc implementation to the crc code borrowed from Hadoop. Patch reviewed by Joe.
|
12 years ago |
Jay Kreps
|
f0d26335f2
|
KAFKA-673 The logic that controls whether to run recovery on the log is reversed. Reviewed by Neha.
|
12 years ago |
Derek Chen-Becker
|
45cb03d456
|
Re-applied old patch from KAFKA-139
Had to make some additional changes based on further mainline work. Leaving
KafkaProject.scala in place as a reference for now.
|
12 years ago |
Edward Jay Kreps
|
3244bcafe4
|
KAFKA-670 Clean spurious .index files; reviewed by Neha Narkhede
|
12 years ago |
Edward Jay Kreps
|
ac35ae1fef
|
KAFKA-636 Make log segment delete an asynchronous background action done by the scheduler. Patch reviewed by Jun and Neha.
git-svn-id: https://svn.apache.org/repos/asf/kafka/trunk@1420361 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Edward Jay Kreps
|
f9702c66b7
|
KAFKA-667 Change the .highwatermark file name.
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1420356 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Jun Rao
|
e15432efd3
|
provides windows batch script for starting Kafka/Zookeeper; patched by Antoine Vianey; reviewed by Jun Rao; kafka-581
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1420001 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Edward Jay Kreps
|
a10be4b69c
|
KAFKA-597 Refactor scheduler. Fixes a couple of bugs, and adds the ability to mock scheduled tasks.
git-svn-id: https://svn.apache.org/repos/asf/kafka/trunk@1419692 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Neha Narkhede
|
133c88278d
|
KAFKA-654 Irrecoverable error while trying to roll a segment that already exists; patched by Neha Narkhede; reviewed by Jay Kreps
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1419627 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Neha Narkhede
|
8a93698a75
|
Patching remaining files from KAFKA-644
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1418569 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Neha Narkhede
|
1270663737
|
KAFKA-644 https://svn.apache.org/repos/asf/kafka/branches/0.8; patched by John Fung; reviewed by Neha Narkhede
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1418545 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Edward Jay Kreps
|
ab2494470c
|
KAFKA-642 Missed message magic version on last checkin.
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1418423 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Edward Jay Kreps
|
f5a48b06e3
|
KAFKA-642 Remove the response version and baseline all versions/magic bytes etc to 0.
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1418181 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Joel Jacob Koshy
|
a4c7675829
|
KAFKA-633 Fix mostly consistent test failure in testShutdownBroker; patched by Joel Koshy; reviewed by Jun Rao
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1418155 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Edward Jay Kreps
|
98042e9123
|
KAFKA-642 Addressing Jun's follow up comments--(1) add parans to make statement more clear, (2) remove the initial offset from the fetch response since the message set itself now contains all offsets.
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1417977 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Edward Jay Kreps
|
e11447650a
|
KAFKA-642 Fixes to protocol. Patch reviewed by Neha and Joel.
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1417734 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Edward Jay Kreps
|
494706999c
|
KAFKA-521 Missing files on last commit.
git-svn-id: https://svn.apache.org/repos/asf/kafka/trunk@1416254 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Edward Jay Kreps
|
4be0b1be29
|
KAFKA-521 Refactor the log subsystem. Patch reviewed by Neha.
git-svn-id: https://svn.apache.org/repos/asf/kafka/trunk@1416253 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Neha Narkhede
|
6ca7b3acfd
|
KAFKA-608 and KAFKA-630 getTopicMetadata does not respect producer config settings and fix auto-create topic; patched by Neha Narkhede; reviewed by Jun Rao
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1415909 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Neha Narkhede
|
6486fd1a9f
|
KAFKA-640 kafka.common.InvalidClientIdException in broker log4j messages; patched by Swapnil; reviewed by Neha Narkhede
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1415765 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Neha Narkhede
|
d7c71c0949
|
KAFKA-622 Create mbeans per client; patched by Swapnil; reviewed by Neha Narkhede
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1415021 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Jun Rao
|
e556063520
|
DumpLogSegment offset verification is incorrect for compressed messages (second fix); patched by Yang Ye; reviewed by Jun Rao; KAFKA-614
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1415004 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Jun Rao
|
7b2d9c3312
|
remove ProducerShell; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-638
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1415002 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Jun Rao
|
bdb04bba67
|
ProducerRequest should take ByteBufferMessageSet instead of MessageSet; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-632
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1414917 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Gavin McDonald
|
45ba1019cb
|
Kafka has become a TLP
git-svn-id: https://svn.apache.org/repos/asf/kafka/trunk@1414576 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Gavin McDonald
|
961affa3fc
|
Kafka has become a TLP
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1414576 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Edward Jay Kreps
|
6e6522c7c9
|
KAFKA-544. Follow-up items on key-retention. Addresses misc. comments from Joel, see ticket for details.
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1413839 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Jun Rao
|
3f432cd01c
|
copy branch 0.8 to trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1413738 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Jun Rao
|
602acaf412
|
move shutting down of fetcher thread out of critical path; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-612
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1411070 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |