| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
156 (0.094s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Where are the logs of Kafka? - Kafka - [mail # user]
|
|
...The event logs are specified through the log.dir property in the broker config. On Mon, Sep 17, 2012 at 1:22 PM, Hussein Baghdadi wrote: ...
|
|
|
Author: Joel Koshy,
2012-09-17, 23:16
|
|
|
Re: Where is the jar that should be included in the client class path? - Kafka - [mail # user]
|
|
...After building, it should be in core/target/scala_2.8.0/kafka-0.7.0.jar On Mon, Sep 17, 2012 at 1:20 PM, Hussein Baghdadi wrote: ...
|
|
|
Author: Joel Koshy,
2012-09-17, 23:14
|
|
|
Coding convention: tuples vs case classes - Kafka - [mail # dev]
|
|
...In KAFKA-391 I tried switching from (topic, partition) tuples to a TopicPartition case class in the producer/fetch request handling code. I think it helped quite a bit in terms of code clari...
|
|
|
Author: Joel Koshy,
2012-09-14, 00:38
|
|
|
Re: ??? 0.7.2 before 0.8 ??? - Kafka - [mail # dev]
|
|
...So ideally we should target all blockers in 0.8 to be done well before mid-October. Just added a "blockers" section on https://cwiki.apache.org/confluence/display/KAFKA/Kafka+replication+dev...
|
|
|
Author: Joel Koshy,
2012-09-13, 21:27
|
|
|
Re: PartitionData - Kafka - [mail # dev]
|
|
...Yes - something along those lines. We can either do it in a separate jira or as part of KAFKA-391 since I'm already touching that code. Thanks, Joel On Wed, Sep 12, 2012 at...
|
|
|
Author: Joel Koshy,
2012-09-12, 17:07
|
|
|
Re: PartitionData - Kafka - [mail # dev]
|
|
...That's a good point. I did notice that while working on KAFKA-391. The idea behind it must have been that both producer and fetch requests deal with actual partition data. However, the hw an...
|
|
|
Author: Joel Koshy,
2012-09-12, 16:40
|
|
|
[KAFKA-181] Log errors for unrecognized config options - Kafka - [issue]
|
|
...Currently, unrecognized config options are silently ignored. Notably, if a config has a typo or if a deprecated config is used, then there is no warning issued and defaults are assumed. One ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-181
Author: Joel Koshy,
2012-08-25, 07:24
|
|
|
[KAFKA-429] Expose JMX operation to set logger level dynamically - Kafka - [issue]
|
|
...With KAFKA-16, we can change logger levels dynamically, but that is a global setting - i.e., it affects logging in all classes. It would be useful to expose a setLoggerLevel/add appenders op...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-429
Author: Joel Koshy,
2012-08-25, 02:16
|
|
|
[KAFKA-386] Race condition in accessing ISR - Kafka - [issue]
|
|
...Also brought up in KAFKA-353 - Partition's inSyncReplicas is used by both KafkaApis and ReplicaManager; and is subject to concurrent writes. Should be able to just switch it to an Atomic...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-386
Author: Joel Koshy,
2012-08-23, 17:51
|
|
|
[KAFKA-385] RequestPurgatory enhancements - expire/checkSatisfy issue; add jmx beans - Kafka - [issue]
|
|
...As discussed in KAFKA-353:1 - There is potential for a client-side race condition in the implementations of expire and checkSatisfied. We can just synchronize on the DelayedItem.2 - Would be...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-385
Author: Joel Koshy,
2012-08-17, 00:35
|
|
|
|