| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
489 (0.079s).
|
|
|
Loading phrases to help you refine your search...
|
|
[KAFKA-77] Implement "group commit" for kafka logs - Kafka - [issue]
|
|
...The most expensive operation for the server is usually going to be the fsync() call to sync data in a log to disk, if you don't flush your data is at greater risk of being lost in a cras...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-77
Author: Jay Kreps,
2012-10-22, 04:19
|
|
|
[KAFKA-543] Metadata request from DefaultEventHandler.handle repeats same topic over and over - Kafka - [issue]
|
|
...It looks like we are calling BrokerPartitionInfo.updateInfo() with a list of the same topic repeated many times:Here is the line:Utils.swallowError(brokerPartitionInfo.updateInfo(outstanding...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-543
Author: Jay Kreps,
2012-10-16, 05:29
|
|
|
[KAFKA-569] Cleanup kafka.utils.Utils - Kafka - [issue]
|
|
...kafka.utils.Utils is a real mess. It is full of odd little pieces of business logic dropped there. We should clean this up....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-569
Author: Jay Kreps,
2012-10-13, 17:36
|
|
|
[KAFKA-506] Store logical offset in log - Kafka - [issue]
|
|
...Currently we only support retention by dropping entire segment files. A more nuanced retention policy would allow dropping individual messages from a segment file by recopying it. This is no...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-506
Author: Jay Kreps,
2012-10-12, 01:16
|
|
|
Re: Number of consumers limited to number of partitions - Kafka - [mail # user]
|
|
...Yes, the reason for this is that if two consumers consumed the same partition internally we would have to keep track of per-message consumption (which is expensive) and the ordering guarante...
|
|
|
Author: Jay Kreps,
2012-10-11, 15:41
|
|
|
Re: Zookeeper freezes - Kafka - [mail # user]
|
|
...Are you logging GC activity on the zk jvm? We had a lot of zk gc problems before we got more scientific about our jvm settings (I think we added some notes on the operations page). -Ja...
|
|
|
Author: Jay Kreps,
2012-10-11, 15:39
|
|
|
Re: implications of using large number of topics.... - Kafka - [mail # user]
|
|
...Yes the footprint of a topic is one directory per partition (a topic can have many subpartitions per partitions). Each directory contains one or more files (depending on how much data you ar...
|
|
|
Author: Jay Kreps,
2012-10-10, 23:25
|
|
|
Re: Kafka's agent sit on localhost to forward message to broker? - Kafka - [mail # user]
|
|
...Yes, perhaps the existing console consumer could be modified to do this? -Jay On Tue, Oct 9, 2012 at 10:05 PM, howard chen wrote: ...
|
|
|
Author: Jay Kreps,
2012-10-10, 15:23
|
|
|
[KAFKA-555] Add a key-based log retention strategy - Kafka - [issue]
|
|
...Currently we have two log retention strategies: one based on time and one based on log size. These work well for "event" type data--i.e. data that consists only of appends. However...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-555
Author: Jay Kreps,
2012-10-09, 17:09
|
|
|
[KAFKA-512] Remove checksum from ByteBufferMessageSet.iterator - Kafka - [issue]
|
|
...Messages are explicitly checksumed in Log.append. But there is also a checksum computed and checked automatically in ByteBufferMessageSet.iterator as we iterate. This iterator is used quite ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-512
Author: Jay Kreps,
2012-10-09, 16:44
|
|
|
|