| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
44 (0.379s).
|
|
|
Loading phrases to help you refine your search...
|
|
[KAFKA-779] Standardize Zk data structures for Re-assign partitions and Preferred replication election - Kafka - [issue]
|
|
...Follow the schema at https://cwiki.apache.org/confluence/display/KAFKA/Kafka+data+structures+in+Zookeeper...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-779
Author: Swapnil Ghike,
2013-03-13, 02:04
|
|
|
[KAFKA-795] Improvements to PreferredReplicaLeaderElection tool - Kafka - [issue]
|
|
...We can make some improvements to the PreferredReplicaLeaderElection tool:1. Terminate the tool if a controller is not up and running. Currently we can run the tool without having any broker ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-795
Author: Swapnil Ghike,
2013-03-12, 19:59
|
|
|
[KAFKA-798] Use biased histograms instead of uniform histograms in KafkaMetricsGroup - Kafka - [issue]
|
|
...A biased histogram produces quantiles which are representative of (roughly) the last five minutes of data. On the other hand, a uniform histogram produces quantiles which are valid for the e...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-798
Author: Swapnil Ghike,
2013-03-11, 18:05
|
|
|
[KAFKA-793] Include controllerId in all requests sent by controller - Kafka - [issue]
|
|
...As part of KAFKA-513, we added controllerId in LeaderAndIsrRequest. We should add that to all requests sent by the controller, such as StopReplicaRequest.Other small issues that can be taken...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-793
Author: Swapnil Ghike,
2013-03-08, 19:32
|
|
|
[KAFKA-786] Use "withRequiredArg" while parsing jopt options in all tools - Kafka - [issue]
|
|
...While parsing jopt Options in our tools, we sometimes use withRequiredArg() and sometimes use withOptionalArg(). I think this confusing and we should always use withRequiredArg().withOptiona...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-786
Author: Swapnil Ghike,
2013-03-06, 18:27
|
|
|
[KAFKA-780] Reassign partitions tool produces NPE in shutdown handler - Kafka - [issue]
|
|
...sghike@sghike-mn:~/kafka-local/kafka/bin$ ./kafka-reassign-partitions.sh --zookeeper localhost:2181 --path-to-json-file test1.json[2013-03-03 03:43:54,513] INFO Starting ZkClient event threa...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-780
Author: Swapnil Ghike,
2013-03-05, 18:07
|
|
|
[KAFKA-785] Resolve bugs in PreferredReplicaLeaderElection admin tool - Kafka - [issue]
|
|
...1. Since we run the preferred replica election on all partitions if the jsonFile is empty, the jsonFileOpt should not be checked in the code as a required option. 2. We should not pass "...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-785
Author: Swapnil Ghike,
2013-03-05, 17:39
|
|
|
Re: How to view Topic registration info and Partition state info from zookeeper in 0.8? - Kafka - [mail # user]
|
|
...Hi JasonYou can download zookeeper, and use a client as zookeeper/bin/zkCli.sh-server zkHost:zkPort. Then you can use the ls and get functions to listthe structure hierarchy or to see the co...
|
|
|
Author: Swapnil Ghike,
2013-03-01, 18:13
|
|
|
[KAFKA-773] kafka.integration.PrimitiveApiTest fails intermittently - Kafka - [issue]
|
|
...junit.framework.AssertionFailedError: Expected :List(a_test3, b_test3)Actual :List() <Click to see difference> at kafka.integration.PrimitiveApiTest$$anonfun$testPipelinedP...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-773
Author: Swapnil Ghike,
2013-02-26, 23:23
|
|
|
[KAFKA-770] KafkaConfig properties should be verified in the constructor - Kafka - [issue]
|
|
...To maintain consistency with ProducerConfig and ConsumerConfig, KafkaConfig properties should be verified in the constructor....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-770
Author: Swapnil Ghike,
2013-02-22, 16:15
|
|
|
|