| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
7547 (0.141s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Apache Kafka in AWS - Kafka - [mail # user]
|
|
...Bummer.Yes, but it will be several days. I'll post back to the forum with a URLonce I'm done.JasonOn 5/23/13 10:11 AM, "Jun Rao" wrote:>Jason,>>Unfortunately, Apache mailing l...
|
|
|
Author: Jason Weiss,
2013-05-23, 14:13
|
|
|
Re: Apache Kafka in AWS - Kafka - [mail # user]
|
|
...Jason,Unfortunately, Apache mailing lists don't support attachments. Could youdocument your experience (with the graphs) in a blog (or a wiki page inKafka)?Thanks,JunOn Thu, May 23, 2013 at ...
|
|
|
Author: Jun Rao,
2013-05-23, 14:11
|
|
|
Re: consumer offset not saved in zk - Kafka - [mail # user]
|
|
...You are looking at the wrong path in ZK. The correct path for consumeroffset is /consumers/[groupId]/offsets/[topic]/[partitionId] -> long(offset). For more details on our ZK layout, seeh...
|
|
|
Author: Jun Rao,
2013-05-23, 14:08
|
|
|
Re: consumer offset not saved in zk - Kafka - [mail # user]
|
|
...I suspect you had auto.commit.enable=false and consumer.timeout.ms=10000.Can you confirm the values for the above configs in your example?Thanks,NehaOn May 22, 2013 11:22 PM, "rk vishu" &nbs...
|
|
|
Author: Neha Narkhede,
2013-05-23, 13:48
|
|
|
Re: Offset in high level consumer - Kafka - [mail # user]
|
|
...Hi Neha,Thanks for the quick reply. Could you tell me if there is some way ofdetermining the offset for a consumer from a high level Java consumer classapart from ConsumerOffsetChecker tool?...
|
|
|
Author: arathi maddula,
2013-05-23, 12:30
|
|
|
RE: Apache Kafka in AWS - Kafka - [mail # user]
|
|
...Jun,Here is a screenshot from AWS's statistics (per-minute sampling is the finest granularity I believe that they chart). I don't have a screenshot of the top output.This shows when I added ...
|
|
|
Author: Jason Weiss,
2013-05-23, 09:01
|
|
|
consumer offset not saved in zk - Kafka - [mail # user]
|
|
...Hello All,I recently started experimenting Kafka for my usecase. I am running 0.8 intwo node kafka setup.I produced 20messages using a java program(1 partition with 2 replicas) andI am runni...
|
|
|
Author: rk vishu,
2013-05-23, 06:22
|
|
|
Re: large amount of disk space freed on restart - Kafka - [mail # user]
|
|
...No, nothing outside of kafka would look at those files....I'm wondering if it's an os level thing too....On Wed, May 22, 2013 at 10:25 PM, Jonathan Creasy wrote:> Well, it sounds li...
|
|
|
Author: Jason Rosenberg,
2013-05-23, 05:49
|
|
|
Re: large amount of disk space freed on restart - Kafka - [mail # user]
|
|
...Well, it sounds like files were deleted while Kafka still had them open. Orsomething else opened them while Kafka deleted them. I haven't noticed thison our systems but we haven't looked for...
|
|
|
Author: Jonathan Creasy,
2013-05-23, 05:25
|
|
|
Re: large amount of disk space freed on restart - Kafka - [mail # user]
|
|
...So, does this indicate kafka (or the jvm itself) is not aggressivelyclosing file handles of deleted files? Is there a fix for this? Or isthere not likely anything to be done? &nb...
|
|
|
Author: Jason Rosenberg,
2013-05-23, 05:17
|
|
|
|