| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
154 (0.217s).
|
|
|
Loading phrases to help you refine your search...
|
|
[KAFKA-916] Deadlock between fetcher shutdown and handling partitions with error - Kafka - [issue]
|
|
...Here is another consumer deadlock that we encountered. All consumers arevulnerable to this during a rebalance if there happen to be partitions inerror.On a rebalance, the fetcher manager clo...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-916
Author: Joel Koshy,
2013-05-25, 01:09
|
|
|
[KAFKA-914] Deadlock between initial rebalance and watcher-triggered rebalances - Kafka - [issue]
|
|
...Summary doesn't give the full picture and the fetcher-manager/fetcher-thread &nbs...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-914
Author: Joel Koshy,
2013-05-23, 00:27
|
|
|
[KAFKA-817] Implement a zookeeper path-based controlled shutdown tool - Kafka - [issue]
|
|
...The controlled shutdown tool currently depends on jmxremote.port being exposed. Apparently, this is often not exposed in production environments and makes the script unusable. We can move to...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-817
Author: Joel Koshy,
2013-04-30, 18:16
|
|
|
[KAFKA-880] NoLeaderPartitionSet should be cleared before leader finder thread is started up - Kafka - [issue]
|
|
...This was a recent regression.This could prevent the consumer from progressing because fetchers for the currently owned partitions may not be added (depending on the order that the map iterat...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-880
Author: Joel Koshy,
2013-04-26, 03:03
|
|
|
[KAFKA-872] Socket server does not set send/recv buffer sizes - Kafka - [issue]
|
|
...The socket server should set its send and receive socket buffer sizes - this is important in cross-DC mirroring setups where large buffer sizes are essential to enable the mirror-maker proce...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-872
Author: Joel Koshy,
2013-04-23, 18:41
|
|
|
Re: .net (c#) kafka client - Kafka - [mail # user]
|
|
...Unfortunately no - there is a legacy 0.7 client (https://svn.apache.org/repos/asf/kafka/branches/legacy_client_libraries/csharp/)but afaik, none for 0.8.Re: rest API: it is one of the curren...
|
|
|
Author: Joel Koshy,
2013-04-03, 18:18
|
|
|
Re: C/C++ Client - Kafka - [mail # dev]
|
|
...Yes - we would be interested in doing that. I have been spending most of mytime over the past couple weeks on the C++ library (currently, only for theproducer). It is reasonably stable, alth...
|
|
|
Author: Joel Koshy,
2013-04-03, 00:29
|
|
|
[KAFKA-104] Invalid topics prevent broker start-up - Kafka - [issue]
|
|
...Excerpt from a trace we saw today. If there is a topic directory with an invalid name, then the registerMBean call throws an exception which eventually results in a start failure. Also, if y...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-104
Author: Joel Koshy,
2013-03-06, 00:48
|
|
|
[KAFKA-671] DelayedProduce requests should not hold full producer request data - Kafka - [issue]
|
|
...Per summary, this leads to unnecessary memory usage....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-671
Author: Joel Koshy,
2013-02-27, 01:36
|
|
|
Re: Cross-site Kafka installation - Kafka - [mail # user]
|
|
...We do mirroring across data-centers (but in the same continent). You shouldbasically set a high fetch size and socket buffer size in such scenarios.In general, you should set a high value fo...
|
|
|
Author: Joel Koshy,
2013-01-21, 23:26
|
|
|
|