Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 45 (0.163s).
Loading phrases to help you
refine your search...
[KAFKA-770] KafkaConfig properties should be verified in the constructor - Kafka - [issue]
...To maintain consistency with ProducerConfig and ConsumerConfig, KafkaConfig properties should be verified in the constructor....
http://issues.apache.org/jira/browse/KAFKA-770    Author: Swapnil Ghike, 2013-02-22, 16:15
Re: log file flush? - Kafka - [mail # user]
...Correction - The flush happens based on *number of messages* and timelimits, whichever is hit first.On 2/19/13 3:50 AM, "Swapnil Ghike"  wrote:>The flush happens based on size and ti...
   Author: Swapnil Ghike, 2013-02-19, 11:54
Re: log file flush? - Kafka - [mail # user]
...The messages for a topic are kept in the kafka broker's memory before theyare flushed to the disk. The flush happens based on size and time limits,whichever is hit first. If you kill the kaf...
   Author: Swapnil Ghike, 2013-02-19, 11:51
sbt gen-idea issue - Kafka - [mail # dev]
...Hi everyone,We are having an issue with the new ./sbt gen-idea where some stuff shows up in red colour. We were wondering if the last sbt related checkin caused this and if anyone else is al...
   Author: Swapnil Ghike, 2013-02-09, 02:35
[KAFKA-726] Add ReplicaFetcherThread name to mbean names - Kafka - [issue]
...1. Add ReplicaFetcherThread name to mbean names via clientId.2. Use a uniform format for thread names in ConsumerFetcherThread and ReplicaFetcherThread.3. Modify the way kafka.server.Fetcher...
http://issues.apache.org/jira/browse/KAFKA-726    Author: Swapnil Ghike, 2013-01-24, 04:38
[KAFKA-708] ISR becomes empty while marking a partition offline - Kafka - [issue]
...Attached state change log shows that ISR becomes empty when a partition is being marked as offline....
http://issues.apache.org/jira/browse/KAFKA-708    Author: Swapnil Ghike, 2013-01-23, 22:06
[KAFKA-570] Kafka should not need snappy jar at runtime - Kafka - [issue]
...CompressionFactory imports snappy jar in a pattern match. The purpose of importing it this way seems to be avoiding the import unless snappy compression is actually required. However, kafka ...
http://issues.apache.org/jira/browse/KAFKA-570    Author: Swapnil Ghike, 2013-01-22, 21:40
[KAFKA-648] Use uniform convention for naming properties keys - Kafka - [issue]
...Currently, the convention that we seem to use to get a property value in *Config is as follows:val configVal = property.getType("config.val", ...) // dot is used to separate two wo...
http://issues.apache.org/jira/browse/KAFKA-648    Author: Swapnil Ghike, 2013-01-14, 05:52
[KAFKA-515] Log cleanup can close a file channel opnened by Log.read before the transfer completes - Kafka - [issue]
...If consumers are lagging behind, then log cleanup activities can close a file channel opened by Log.read 1. before the transfer the starts (broker will probably throw an exception in this ca...
http://issues.apache.org/jira/browse/KAFKA-515    Author: Swapnil Ghike, 2013-01-13, 03:56
[KAFKA-646] Provide aggregate stats at the high level Producer and ZookeeperConsumerConnector level - Kafka - [issue]
...WIth KAFKA-622, we measure ProducerRequestStats and FetchRequestAndResponseStats at the SyncProducer and SimpleConsumer level respectively. We could also aggregate them in the high level Pro...
http://issues.apache.org/jira/browse/KAFKA-646    Author: Swapnil Ghike, 2012-12-17, 22:07
Sort:
project
Kafka (45)
type
issue (37)
mail # user (5)
mail # dev (3)
date
last 7 days (1)
last 30 days (6)
last 90 days (20)
last 6 months (32)
last 9 months (45)
author
Jun Rao (1172)
Neha Narkhede (762)
Jay Kreps (489)
"Neha Narkhede (254)
Joe Stein (183)
Chris Burroughs (172)
"Jun Rao (157)
Joel Koshy (154)
Alan D. Cabrera (141)
David Arthur (120)
Jason Rosenberg (119)
Taylor Gautier (98)
John Fung (92)
S Ahmed (92)
Chris Curtin (68)
Swapnil Ghike