| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
730 (0.187s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Connection reset by peer - Kafka - [mail # user]
|
|
...The kafka-server-start.sh script doesn't have the mentioned GCsettings and heap size configured. However, probably doing that is agood idea.Thanks,NehaOn Tue, Mar 26, 2013 at 9:47 AM, Yonghu...
|
|
|
Author: Neha Narkhede,
2013-03-27, 14:52
|
|
|
Re: Connection reset by peer - Kafka - [mail # user]
|
|
...Did you have a gc pause around that time on the server ? What are yourserver's current gc settings ?Thanks,NehaOn Mon, Mar 25, 2013 at 8:48 PM, Yonghui Zhao wrote:> Thanks Neha, btw...
|
|
|
Author: Neha Narkhede,
2013-03-26, 15:40
|
|
|
Re: Connection reset by peer - Kafka - [mail # user]
|
|
...That really depends on your consumer application's memory allocationpatterns. If it is a thin wrapper over a Kafka consumer, I would imagineyou can get away with using CMS for the tenured ge...
|
|
|
Author: Neha Narkhede,
2013-03-26, 03:16
|
|
|
Re: kafka pull request: zkclient and scalatest library updates - Kafka - [mail # dev]
|
|
...Thanks for the pull request, do you mind attaching the patches to therespective JIRAs ? That is how we review and accept patches in Kafka.-NehaOn Mon, Mar 25, 2013 at 4:37 PM, polymorphic &n...
|
|
|
Author: Neha Narkhede,
2013-03-26, 00:37
|
|
|
Re: 0.8 best practices for migrating / electing leaders in failure situations? - Kafka - [mail # user]
|
|
...The assignment of partitions to replicas (brokers) happens at thecreate topic time. After that, it can only be changed through thepartition reassignment tool. The replicas are identified usi...
|
|
|
Author: Neha Narkhede,
2013-03-26, 00:37
|
|
|
Re: Any update on the "distributed commit" problem? - Kafka - [mail # dev]
|
|
...In Kafka 0.8, SimpleConsumer returns a list of (message,offset) pairs.Hence, for whatever batching you have in mind, you need to keep trackof the start and end offset of the batch that you'v...
|
|
|
Author: Neha Narkhede,
2013-03-25, 23:33
|
|
|
Re: Any update on the "distributed commit" problem? - Kafka - [mail # dev]
|
|
...Today, the only safe way of controlling consumer state management isby using the SimpleConsumer. The application is responsible forcheckpointing offsets. So, in your example, when you commit...
|
|
|
Author: Neha Narkhede,
2013-03-25, 19:34
|
|
|
Re: Connection reset by peer - Kafka - [mail # user]
|
|
...For Kafka 0.7 in production at Linkedin, we use a heap of size 3G, new gen256 MB, CMS collector with occupancy of 70%.Thanks,NehaOn Sunday, March 24, 2013, Yonghui Zhao wrote:> Hi Jun,>...
|
|
|
Author: Neha Narkhede,
2013-03-25, 13:49
|
|
|
Re: commitOffsets java.lang.NullPointerException - Kafka - [mail # user]
|
|
...On the Kafka JIRA - https://issues.apache.org/jira/browse/KAFKAThanks,NehaOn Sunday, March 24, 2013, Yonghui Zhao wrote:> Sure. no problem. Where should I file the bug?>> 2013...
|
|
|
Author: Neha Narkhede,
2013-03-25, 04:26
|
|
|
Re: commitOffsets java.lang.NullPointerException - Kafka - [mail # user]
|
|
...Yes, I have. Unfortunately, I never quite around to fixing it. My guess isthat it is caused due to a race condition between the rebalance thread andthe offset commit thread when a rebalance ...
|
|
|
Author: Neha Narkhede,
2013-03-25, 04:20
|
|
|
|