| clear query|facets|time |
Search criteria: .
Results from 151 to 160 from
762 (0.686s).
|
|
|
Loading phrases to help you refine your search...
|
|
[KAFKA-830] partition replica assignment map in the controller should be a Set - Kafka - [issue]
|
|
...partitionReplicaAssignment currently stores the list of assigned replicas as a sequence. When a broker comes online, the replica state machine adds the broker to the list of assigned replica...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-830
Author: Neha Narkhede,
2013-03-27, 21:02
|
|
|
Re: Kafka 0.8 build artifacts - Kafka - [mail # user]
|
|
...We are looking into the possibility of changing Kafka 0.8 to depend onmetrics 2.2.0 instead. This will allow us to mavenize Kafka.THanks,NehaOn Wed, Mar 27, 2013 at 8:45 AM, Soby Chacko &nbs...
|
|
|
Author: Neha Narkhede,
2013-03-27, 15:51
|
|
|
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
|
|
|
|