2093 Commits (d030caf9561e306556f5e0ab323bb382e967138d)

Author SHA1 Message Date
Rajini Sivaram efefb452df KAFKA-6042: Avoid deadlock between two groups with delayed operations 7 years ago
Manikumar Reddy fdbd4d62f3 KAFKA-6071; Use ZookeeperClient in LogManager 7 years ago
Ismael Juma 6cb649b56b MINOR: Remove dead code 7 years ago
Maytee Chinavanichkit 5c1a85caa0 KAFKA-6051; Close the ReplicaFetcherBlockingSend earlier on shutdown 7 years ago
Onur Karaman b71ee043f8 KAFKA-5642; Use async ZookeeperClient in Controller 7 years ago
Dong Lin 5cc162f30e KAFKA-5163; Support replicas movement between log directories (KIP-113) 7 years ago
Ismael Juma 62682d0788 MINOR: Don't register signal handlers if running on Windows 7 years ago
Mickael Maison 57839e17cf MINOR: Fix log message in AbstractFetcherThread 7 years ago
Ewen Cheslack-Postava 7d6ca52a27 MINOR: Push JMX metric name mangling into the JmxReporter (KIP-190 follow up) 7 years ago
Jason Gustafson 1027ff3c76 MINOR: Avoid some unnecessary collection copies in KafkaApis 7 years ago
Dong Lin 29c46ddb91 KAFKA-6027; Access to log should throw KafkaStorageException after the log has been marked offline 7 years ago
Xin Li 1f64942021 KAFKA-6030; Fix Integer overflow in cleanable ratio computation 7 years ago
Colin P. Mccabe 6d6080f136 KAFKA-5565: Add a broker metric specifying the number of consumer group rebalances in progress 7 years ago
Ismael Juma 91517e8fbd KAFKA-5829; Only delete producer snapshots before the recovery point 7 years ago
Apurva Mehta 105ab47ed9 KAFKA-6015; Fix NPE in RecordAccumulator after ProducerId reset 7 years ago
Manikumar Reddy 10cd98cc89 KAFKA-5547; Return TOPIC_AUTHORIZATION_FAILED error if no describe access for topics 7 years ago
Rajini Sivaram e40b3a2e74 KAFKA-6012; Close request metrics only after closing request handlers 7 years ago
Apurva Mehta 6ea4fffdd2 KAFKA-6003; Accept appends on replicas unconditionally when local producer state doesn't exist 7 years ago
Dong Lin b5b266eeec KAFKA-5879; Controller should read the latest IsrChangeNotification znodes when handling IsrChangeNotification event 7 years ago
Dong Lin 20d9adb173 KAFKA-5767; Kafka server should halt if IBP < 1.0.0 and there is log directory failure 7 years ago
Rajini Sivaram 51c652c40c KAFKA-6010; Relax record conversion time test to avoid build failure 7 years ago
Rajini Sivaram f8621b4174 KAFKA-5970; Use ReentrantLock for delayed operation lock to avoid blocking 7 years ago
Tom Bentley c6e5a32d04 KAFKA-5856; AdminClient.createPartitions() follow up 7 years ago
Ismael Juma 2a1b39ef1b MINOR: Simplify log cleaner and fix compiler warnings 7 years ago
Jason Gustafson 5383f9bed0 MINOR: Use SecurityProtocol in AuthenticationContext 7 years ago
Vahid Hashemian 198302feec KAFKA-4416; Add a `--group` option to console consumer 7 years ago
Ismael Juma 28aaba2818 MINOR: Java 9 version handling improvements 7 years ago
Dong Lin cbef33f3d0 KAFKA-5864; ReplicaFetcherThread should not die due to replica in offline log directory 7 years ago
Vahid Hashemian 5663f51edf KAFKA-4108; Improve DumpLogSegments offsets-decoder output format 7 years ago
Manikumar Reddy 42b356500b KAFKA-6005; Reject JoinGroup request from first member with empty protocol type/protocol list 7 years ago
Dong Lin 716330a5b2 KAFKA-5843; Mx4jLoader.maybeLoad should only be executed if kafka_mx4jenable is set to true 7 years ago
Dong Lin a1a5e93beb KAFKA-5995; Rename AlterReplicaDir to AlterReplicaDirs 7 years ago
Ismael Juma e110e1c1ea KAFKA-5758; Don't fail fetch request if replica is no longer a follower for a partition 7 years ago
Matthias J. Sax f9865d52e8 KAFKA-5225; StreamsResetter doesn't allow custom Consumer properties 7 years ago
Rajini Sivaram 0ef960304b KAFKA-5968; Create/remove request metrics during broker startup/shutdown 7 years ago
Ismael Juma 177dd7f210 KAFKA-5746; Fix conversion count computed in `downConvert` 7 years ago
Rajini Sivaram 021d8a8e96 KAFKA-5746; Add new metrics to support health checks (KIP-188) 7 years ago
huxihx 983280c454 KAFKA-5976; Improve trace logging in RequestChannel.sendResponse 7 years ago
Jason Gustafson 2703fda52a KAFKA-5960; Follow-up cleanup 7 years ago
Manikumar Reddy 8dfdcfd02c KAFKA-5750; Elevate log messages for denials to INFO in SimpleAclAuthorizer 7 years ago
Rajini Sivaram 8256f882c9 KAFKA-5679; Add logging for broker termination due to SIGTERM or SIGINT 7 years ago
Dong Lin 51611b1b7c KAFKA-5695; Test DeleteRecordsRequest in AuthorizerIntegrationTest 7 years ago
Jason Gustafson 852297efd9 KAFKA-5960; Fix regression in produce version selection on old brokers 7 years ago
Mickael Maison a0f533266a KAFKA-3356: Remove ConsumerOffsetChecker 7 years ago
Bill Bejeck 271f6b5aec KAFKA-5862: Remove ZK dependency from Streams reset tool, Part I 7 years ago
Erkan Unal 71a65d95a2 MINOR: Fix ClassCastException in ConsumerGroupCommand 7 years ago
Ismael Juma e554dc518e KAFKA-5915; Support unmapping of mapped/direct buffers in Java 9 7 years ago
Apurva Mehta ea533f0c5e KAFKA-5913; Add hasOffset() and hasTimestamp() methods to RecordMetadata 7 years ago
Mickael Maison c8c6ab6324 KAFKA-5735; KIP-190: Handle client-ids consistently 7 years ago
Ismael Juma a553764c8b KAFKA-5856; AdminClient.createPartitions() follow-up (KIP-195) 7 years ago