| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
16 (0.224s).
|
|
|
Loading phrases to help you refine your search...
|
|
[KAFKA-906] Invoke halt on shutdown and startup failure to ensure the jvm is brought down - Kafka - [issue]
|
|
...Sometimes kafka is made to run as a service in an external container. This container usually disables the individual services from exiting the process by installing a security manager. The r...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-906
Author: Sriram Subramanian,
2013-05-15, 18:34
|
|
|
[KAFKA-905] Logs can have same offsets causing recovery failure - Kafka - [issue]
|
|
...Consider the following scenario - L F1 m1,m2 1 m1,m23 m3,m4 ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-905
Author: Sriram Subramanian,
2013-05-15, 18:24
|
|
|
[KAFKA-886] Update info on Controlled shutdown and Preferred replica election tool - Kafka - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/KAFKA-886
Author: Sriram Subramanian,
2013-05-01, 01:50
|
|
|
[KAFKA-866] Recover segment does shallow iteration to fix index causing inconsistencies - Kafka - [issue]
|
|
...When we recover a segment, we do a shallow iteration to fix the index. This creates entries in the index with the last logical offset in a compressed messageSet. However, during log append w...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-866
Author: Sriram Subramanian,
2013-04-23, 00:51
|
|
|
[KAFKA-861] IndexOutOfBoundsException while fetching data from leader - Kafka - [issue]
|
|
...2013-04-09 16:36:50,051] ERROR [ReplicaFetcherThread-0-261], Error due to (kafka.server.ReplicaFetcherThread)kafka.common.KafkaException: error processing data for topic firehoseUpdate...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-861
Author: Sriram Subramanian,
2013-04-16, 02:12
|
|
|
[KAFKA-814] Controller should not throw exception when a preferred replica is already the leader for a partition - Kafka - [issue]
|
|
...When a preferred replica is already a leader for a partition, the controller throws and logs the exception. This causes lots of noise in the log and the error is really not actionable. The c...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-814
Author: Sriram Subramanian,
2013-03-28, 23:26
|
|
|
[KAFKA-800] inSyncReplica in Partition needs some tweaks - Kafka - [issue]
|
|
...1. isUnderReplicated method in Partition.scala needs to take the leaderIsrUpdateLock before reading the inSyncReplica structure. We suspect that this could cause the gauge to read stale valu...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-800
Author: Sriram Subramanian,
2013-03-12, 18:22
|
|
|
[KAFKA-777] Add system tests for important tools - Kafka - [issue]
|
|
...Few tools were broken after the zk format change. It would be great to catch these issues during system tests. Some of the tools are 1. ShudownBroker2. PreferredReplicaAssignment3. ConsumerO...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-777
Author: Sriram Subramanian,
2013-03-01, 23:01
|
|
|
[KAFKA-776] Changing ZK format breaks some tools - Kafka - [issue]
|
|
...There are some tools that parse the zk output and they might break.1 has been verified to break.Few that read the zk output are 1. Shutdown Broker2. PreferredReplicaLeader3. ConsumerOffsetCh...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-776
Author: Sriram Subramanian,
2013-02-28, 03:18
|
|
|
[KAFKA-769] On startup, a brokers highwatermark for every topic partition gets reset to zero - Kafka - [issue]
|
|
...There is a race condition between the highwatermark thread and the handleLeaderAndIsrRequest call of the request handler thread. When a broker starts, the highwatermark thread tries to persi...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-769
Author: Sriram Subramanian,
2013-02-22, 23:26
|
|
|
|