[kafka] branch trunk updated (8da12d4 -> 08e1576)

2020-01-17 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 8da12d4 [MINOR]: Fix typo in Fetcher comment (#7934) add 08e1576 MINOR: Suppress DescribeConfigs Denied log

[kafka] branch trunk updated (08e1576 -> dbeaba5)

2020-01-17 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 08e1576 MINOR: Suppress DescribeConfigs Denied log during CreateTopics (#7971) add dbeaba5 KAFKA-8847

[kafka] branch trunk updated (9d96964 -> 0ecb5bb)

2020-01-21 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 9d96964 MINOR: Update introduction page in Kafka documentation add 0ecb5bb MINOR: Update AclCommand help

[kafka] branch trunk updated (9d96964 -> 0ecb5bb)

2020-01-21 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 9d96964 MINOR: Update introduction page in Kafka documentation add 0ecb5bb MINOR: Update AclCommand help

[kafka] branch trunk updated (0ecb5bb -> 1e823a6)

2020-01-21 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 0ecb5bb MINOR: Update AclCommand help message to match implementation (#7990) add 1e823a6 KAFKA-9457; Fix

[kafka] branch trunk updated (63576dd -> 700a931)

2020-01-10 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 63576dd KAFKA-8617: Use automated protocol for `EndTxn` API (#7029) add 700a931 KAFKA-9188; Fix flaky test

[kafka] branch trunk updated (b526528 -> 8a80d94)

2020-03-12 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from b526528 KAFKA-9701: Add more debug log on client to reproduce the issue (#8272) add 8a80d94 KAFKA-9695

[kafka] branch trunk updated: KAFKA-9677: Fix consumer fetch with small consume bandwidth quotas (#8290)

2020-03-14 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 78554e7 KAFKA-9677: Fix consumer fetch

[kafka] branch trunk updated (833dc77 -> 9ba49b8)

2020-04-08 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 833dc77 HOTFIX: exclude ConsumerCoordinator from NPathComplexity check (#8447) add 9ba49b8 KAFKA-8890: Make

[kafka] branch trunk updated: KAFKA-9797; Fix TestSecurityRollingUpgrade.test_enable_separate_interbroker_listener (#8403)

2020-04-15 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 8820055 KAFKA-9797; Fix

[kafka] branch trunk updated: KAFKA-9796; Ensure broker shutdown is not stuck when Acceptor is waiting on connection queue (#8448)

2020-04-16 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 9a36d9f KAFKA-9796; Ensure broker shutdown

[kafka] branch trunk updated: KAFKA-9854 Re-authenticating causes mismatched parse of response (#8471)

2020-04-16 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 9312372 KAFKA-9854 Re-authenticating causes

[kafka] branch 2.5 updated: KAFKA-9854 Re-authenticating causes mismatched parse of response (#8471)

2020-04-16 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.5 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.5 by this push: new c5fb266 KAFKA-9854 Re-authenticating causes

[kafka] branch 2.4 updated: KAFKA-9854 Re-authenticating causes mismatched parse of response (#8471)

2020-04-20 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.4 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.4 by this push: new c94e4e7 KAFKA-9854 Re-authenticating causes

[kafka] branch trunk updated (94ef25a -> 833dc77)

2020-04-08 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 94ef25a KAFKA-9801: Still trigger rebalance when static member joins in CompletingRebalance phase (#8405) add

[kafka] branch trunk updated (f869e33 -> f165cdc)

2020-03-13 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from f869e33 KAFKA-8768: DeleteRecords request/response automated protocol (#7957) add f165cdc KAFKA-9718; Don't

[kafka] branch trunk updated (3df5464 -> 0b23091)

2020-03-26 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 3df5464 MINOR: Fix a number of warnings in mirror/mirror-client (#8074) add 0b23091 MINOR: Don't process

[kafka] branch 2.4 updated: KAFKA-9677: Fix consumer fetch with small consume bandwidth quotas (#8290)

2020-03-25 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.4 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.4 by this push: new 587e43d KAFKA-9677: Fix consumer fetch with small

[kafka] branch 2.5 updated: KAFKA-9677: Fix consumer fetch with small consume bandwidth quotas (#8290)

2020-03-25 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.5 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.5 by this push: new 301abf0 KAFKA-9677: Fix consumer fetch with small

[kafka] branch trunk updated (75e8ee1 -> 121c769)

2020-03-31 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 75e8ee1 KAFKA-9777; Remove txn purgatory to fix race condition on txn completion (#8389) add 121c769 MINOR

[kafka] branch trunk updated (75e8ee1 -> 121c769)

2020-03-31 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 75e8ee1 KAFKA-9777; Remove txn purgatory to fix race condition on txn completion (#8389) add 121c769 MINOR

[kafka] branch trunk updated (75e8ee1 -> 121c769)

2020-03-31 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 75e8ee1 KAFKA-9777; Remove txn purgatory to fix race condition on txn completion (#8389) add 121c769 MINOR

[kafka] branch trunk updated (90bbeed -> 9eeffdf)

2020-04-01 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 90bbeed MINOR: Fix Scala 2.13 compiler warnings (#8390) add 9eeffdf KAFKA-9233: Fix IllegalStateException

[kafka] branch 2.5 updated: KAFKA-9233: Fix IllegalStateException in Fetcher retrieval of beginning or end offsets for duplicate TopicPartition values (#7755)

2020-04-01 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.5 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.5 by this push: new 4b2268b KAFKA-9233: Fix IllegalStateException

[kafka] branch 2.2 updated: KAFKA-9752; New member timeout can leave group rebalance stuck (#8339)

2020-03-26 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.2 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.2 by this push: new 4b638cd KAFKA-9752; New member timeout can leave

[kafka] branch 2.5 updated: KAFKA-9797; Fix TestSecurityRollingUpgrade.test_enable_separate_interbroker_listener (#8403)

2020-04-15 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.5 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.5 by this push: new 933370c KAFKA-9797; Fix

[kafka] branch trunk updated (d4ffc24 -> f6781f4)

2020-05-21 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from d4ffc24 MINOR: Correct MirrorMaker2 integration test configs for Connect internal topics (#8653) add f6781f4

[kafka] branch trunk updated (4ea709d -> 8e9cf0e)

2020-09-09 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 4ea709d KAFKA-10403: Replace Scala collection by Java collection in Log4jController (#9182) add 8e9cf0e

[kafka] branch trunk updated (77a0bba -> 94e61c3)

2020-09-14 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 77a0bba KAFKA-8362: fix the old checkpoint won't be removed after alter log dir (#9178) add 94e61c3 KAFKA

[kafka] branch trunk updated (ebe6595 -> 1636481)

2020-10-15 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from ebe6595 MINOR: Upgrade to gradle 6.7 (#9440) add 1636481 MINOR: fix error in quota_test.py system tests

[kafka] 01/02: MINOR: ACLs for secured cluster system tests (#9378)

2020-10-15 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git commit 48ed6de7150ef58e95be03ddd906aadd07a83a3c Author: Ron Dagostino AuthorDate: Fri Oct 9 10:34:53 2020 -0400 MINOR: ACLs

[kafka] 02/02: MINOR: fix error in quota_test.py system tests (#9443)

2020-10-15 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git commit 351b84d3c78766ee36097ea569eacadd8b7f77e4 Author: Ron Dagostino AuthorDate: Thu Oct 15 12:08:42 2020 -0400 MINOR: fix

[kafka] branch 2.7 updated (7a2f41f -> 351b84d)

2020-10-15 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git. from 7a2f41f KAFKA-10602: Make RetryWithToleranceOperator thread safe (#9422) new 48ed6de MINOR: ACLs for secured

[kafka] branch trunk updated (06a5a68 -> b8410a4)

2020-10-06 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 06a5a68 KAFKA-10439: Connect's Values to parse BigInteger as Decimal with zero scale. (#9320) add b8410a4

[kafka] branch trunk updated (06a5a68 -> b8410a4)

2020-10-06 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 06a5a68 KAFKA-10439: Connect's Values to parse BigInteger as Decimal with zero scale. (#9320) add b8410a4

[kafka] branch 2.7 updated: MINOR: Handle lastFetchedEpoch/divergingEpoch in FetchSession and DelayedFetch (#9434)

2020-10-16 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.7 by this push: new d4b79be MINOR: Handle lastFetchedEpoch

[kafka] branch trunk updated (e8ad80e -> fcc7c2d)

2020-10-16 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from e8ad80e MINOR: remove explicit passing of AdminClient into StreamsPartitionAssignor (#9384) add fcc7c2d

[kafka] branch trunk updated (e8ad80e -> fcc7c2d)

2020-10-16 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from e8ad80e MINOR: remove explicit passing of AdminClient into StreamsPartitionAssignor (#9384) add fcc7c2d

[kafka] branch 2.7 updated: MINOR: Use `PartitionResponse.errorMessage` in exceptions in KafkaProducer (#9450)

2020-10-20 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.7 by this push: new af15003 MINOR: Use `PartitionResponse.errorMessage

[kafka] branch trunk updated (e3d6344 -> f8e3b84)

2020-10-20 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from e3d6344 MINOR; Return timed out connections as a List instead of a Set (#8999) add f8e3b84 MINOR: Use

[kafka] branch trunk updated (e3d6344 -> f8e3b84)

2020-10-20 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from e3d6344 MINOR; Return timed out connections as a List instead of a Set (#8999) add f8e3b84 MINOR: Use

[kafka] branch 2.7 updated: MINOR: Use `PartitionResponse.errorMessage` in exceptions in KafkaProducer (#9450)

2020-10-20 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.7 by this push: new af15003 MINOR: Use `PartitionResponse.errorMessage

[kafka] branch trunk updated (e3d6344 -> f8e3b84)

2020-10-20 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from e3d6344 MINOR; Return timed out connections as a List instead of a Set (#8999) add f8e3b84 MINOR: Use

[kafka] branch trunk updated (d99fe49 -> 2db67db)

2020-10-19 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from d99fe49 KAFKA-10599: Implement basic CLI tool for feature versioning system (#9409) add 2db67db MINOR

[kafka] branch trunk updated (d99fe49 -> 2db67db)

2020-10-19 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from d99fe49 KAFKA-10599: Implement basic CLI tool for feature versioning system (#9409) add 2db67db MINOR

[kafka] branch trunk updated (d99fe49 -> 2db67db)

2020-10-19 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from d99fe49 KAFKA-10599: Implement basic CLI tool for feature versioning system (#9409) add 2db67db MINOR

[kafka] branch 2.7 updated: MINOR: Use `PartitionResponse.errorMessage` in exceptions in KafkaProducer (#9450)

2020-10-20 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.7 by this push: new af15003 MINOR: Use `PartitionResponse.errorMessage

[kafka] branch 2.7 updated: MINOR: Use `PartitionResponse.errorMessage` in exceptions in KafkaProducer (#9450)

2020-10-20 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.7 by this push: new af15003 MINOR: Use `PartitionResponse.errorMessage

[kafka] branch trunk updated: MINOR: fix system tests sending ACLs through ZooKeeper (#9458)

2020-10-20 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new c7f19ab MINOR: fix system tests sending ACLs

[kafka] branch 2.7 updated: MINOR: fix system tests sending ACLs through ZooKeeper (#9458)

2020-10-20 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.7 by this push: new 6e3d11c MINOR: fix system tests sending ACLs

[kafka] branch trunk updated (05f9803 -> 7be8bd8)

2020-10-06 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 05f9803 KAFKA-10527; Voters should not reinitialize as leader in same epoch (#9348) add 7be8bd8 KAFKA-10338

[kafka] branch trunk updated (05f9803 -> 7be8bd8)

2020-10-06 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 05f9803 KAFKA-10527; Voters should not reinitialize as leader in same epoch (#9348) add 7be8bd8 KAFKA-10338

[kafka] branch trunk updated (05f9803 -> 7be8bd8)

2020-10-06 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 05f9803 KAFKA-10527; Voters should not reinitialize as leader in same epoch (#9348) add 7be8bd8 KAFKA-10338

[kafka] branch trunk updated (7947c18 -> 147a190)

2020-10-09 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 7947c18 MINOR update comments and docs to be gender-neutral add 147a190 MINOR: ACLs for secured cluster

[kafka] branch trunk updated (7947c18 -> 147a190)

2020-10-09 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 7947c18 MINOR update comments and docs to be gender-neutral add 147a190 MINOR: ACLs for secured cluster

[kafka] branch trunk updated (7947c18 -> 147a190)

2020-10-09 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 7947c18 MINOR update comments and docs to be gender-neutral add 147a190 MINOR: ACLs for secured cluster

[kafka] branch trunk updated (d99fe49 -> 2db67db)

2020-10-19 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from d99fe49 KAFKA-10599: Implement basic CLI tool for feature versioning system (#9409) add 2db67db MINOR

[kafka] branch trunk updated (d99fe49 -> 2db67db)

2020-10-19 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from d99fe49 KAFKA-10599: Implement basic CLI tool for feature versioning system (#9409) add 2db67db MINOR

[kafka] branch trunk updated (21dc523 -> b7856df)

2020-08-19 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 21dc523 KAFKA-9705 part 1: add KIP-590 request header fields (#9144) add b7856df MINOR: Include security

[kafka] branch trunk updated (21dc523 -> b7856df)

2020-08-19 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 21dc523 KAFKA-9705 part 1: add KIP-590 request header fields (#9144) add b7856df MINOR: Include security

[kafka] branch trunk updated (e034fed -> e8b2dcd)

2020-08-17 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from e034fed KAFKA-10387: Fix inclusion of transformation configs when topic creation is enabled in Connect (#9172

[kafka] branch trunk updated (e034fed -> e8b2dcd)

2020-08-17 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from e034fed KAFKA-10387: Fix inclusion of transformation configs when topic creation is enabled in Connect (#9172

[kafka] branch trunk updated: MINOR; Preserve ThrottlingQuotaExceededException when request timeouts after being retried due to a quota violation (KIP-599) (#9344)

2020-09-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new a0fec75 MINOR; Preserve

[kafka] branch trunk updated (b7c8490 -> e9251a1)

2020-09-23 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from b7c8490 KAFKA-10492; Core Kafka Raft Implementation (KIP-595) (#9130) add e9251a1 KAFKA-10482: Fix flaky

[kafka] branch trunk updated (b7c8490 -> e9251a1)

2020-09-23 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from b7c8490 KAFKA-10492; Core Kafka Raft Implementation (KIP-595) (#9130) add e9251a1 KAFKA-10482: Fix flaky

[kafka] branch trunk updated (b7c8490 -> e9251a1)

2020-09-23 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from b7c8490 KAFKA-10492; Core Kafka Raft Implementation (KIP-595) (#9130) add e9251a1 KAFKA-10482: Fix flaky

[kafka] branch trunk updated (57de67d -> 89485fe)

2020-09-25 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 57de67d KAFKA-8836; Add `AlterISR` RPC and use it for ISR modifications (#9100) add 89485fe KAFKA-10516

[kafka] branch trunk updated (57de67d -> 89485fe)

2020-09-25 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 57de67d KAFKA-8836; Add `AlterISR` RPC and use it for ISR modifications (#9100) add 89485fe KAFKA-10516

[kafka] branch trunk updated: KAFKA-10556: NPE if sasl.mechanism is unrecognized (#9356)

2020-10-01 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new ad17ea1 KAFKA-10556: NPE if sasl.mechanism

[kafka] branch trunk updated: KAFKA-10556: NPE if sasl.mechanism is unrecognized (#9356)

2020-10-01 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new ad17ea1 KAFKA-10556: NPE if sasl.mechanism

[kafka] branch trunk updated (4216123 -> ae2304f)

2020-09-28 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 4216123 MINOR: Update the javadoc in GroupMetadataManager.scala (#9241) add ae2304f KAFKA-10509: Added

[kafka] branch trunk updated (4216123 -> ae2304f)

2020-09-28 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 4216123 MINOR: Update the javadoc in GroupMetadataManager.scala (#9241) add ae2304f KAFKA-10509: Added

[kafka] branch trunk updated (36ca33f -> 1fd195e)

2020-05-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 36ca33f MINOR: remove unnecessary timeout for admin request (#8738) add 1fd195e KAFKA-10029; Don't update

[kafka] branch 2.5 updated: KAFKA-10029; Don't update completedReceives when channels are closed to avoid ConcurrentModificationException (#8705)

2020-05-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.5 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.5 by this push: new 9ee465f KAFKA-10029; Don't update completedReceives

[kafka] branch trunk updated (aab5248 -> 277e4cd)

2020-05-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from aab5248 MINOR: Log the reason for coordinator discovery failure (#8747) add 277e4cd KAFKA-10056; Ensure

[kafka] branch 2.4 updated: KAFKA-10056; Ensure consumer metadata contains new topics on subscription change (#8739)

2020-05-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.4 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.4 by this push: new 7dcfdcb KAFKA-10056; Ensure consumer metadata

[kafka] branch 2.3 updated: KAFKA-10056; Ensure consumer metadata contains new topics on subscription change (#8739)

2020-05-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.3 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.3 by this push: new be33917 KAFKA-10056; Ensure consumer metadata

[kafka] branch 2.6 updated: KAFKA-9494; Include additional metadata information in DescribeConfig response (KIP-569) (#8723)

2020-05-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.6 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.6 by this push: new 2965c9c KAFKA-9494; Include additional metadata

[kafka] branch trunk updated (3b70176 -> af3b8b5)

2020-05-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 3b70176 KAFKA-10061; Fix flaky `ReassignPartitionsIntegrationTest.testCancellation` (#8749) add af3b8b5

[kafka] branch 2.6 updated (50482bc -> dddd73f)

2020-05-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch 2.6 in repository https://gitbox.apache.org/repos/asf/kafka.git. from 50482bc KAFKA-10061; Fix flaky `ReassignPartitionsIntegrationTest.testCancellation` (#8749) new 6fee20b KAFKA

[kafka] 01/02: KAFKA-10029; Don't update completedReceives when channels are closed to avoid ConcurrentModificationException (#8705)

2020-05-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.6 in repository https://gitbox.apache.org/repos/asf/kafka.git commit 6fee20b28e32d4919b583838d49f7c2c095bcca5 Author: Rajini Sivaram AuthorDate: Fri May 29 09:32:57 2020 +0100 KAFKA

[kafka] 02/02: KAFKA-10056; Ensure consumer metadata contains new topics on subscription change (#8739)

2020-05-29 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.6 in repository https://gitbox.apache.org/repos/asf/kafka.git commit 73fb2efdc2a0b1fa71c9946406b12886c1bf Author: Rajini Sivaram AuthorDate: Fri May 29 17:03:49 2020 +0100 KAFKA

[kafka] branch trunk updated (e2e2c62 -> 66fdb59)

2020-06-01 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from e2e2c62 KAFKA-10074: Improve performance of `matchingAcls` (#8769) add 66fdb59 KAFKA-9392; Clarify deleteAcls

[kafka] branch 2.6 updated: KAFKA-9392; Clarify deleteAcls javadoc and add test for create/delete timing (#7956)

2020-06-01 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.6 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.6 by this push: new 171fe8d KAFKA-9392; Clarify deleteAcls javadoc

[kafka] branch trunk updated (796fae2 -> 99c6482)

2020-07-17 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 796fae2 KAFKA-10174: Prefer --bootstrap-server for configs command in ducker tests (#8948) add 99c6482 MINOR

[kafka] branch trunk updated (796fae2 -> 99c6482)

2020-07-17 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 796fae2 KAFKA-10174: Prefer --bootstrap-server for configs command in ducker tests (#8948) add 99c6482 MINOR

[kafka] branch 2.6 updated: MINOR: Filter out quota configs for ConfigCommand using --bootstrap-server (#9030)

2020-07-17 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.6 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.6 by this push: new dd71437 MINOR: Filter out quota configs

[kafka] branch trunk updated: KAFKA-10163; Define `controller_mutation_rate` as a Double instead of a Long (#9092)

2020-08-03 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 5c2991a KAFKA-10163; Define

[kafka] branch trunk updated: KAFKA-10163; Define `controller_mutation_rate` as a Double instead of a Long (#9092)

2020-08-03 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 5c2991a KAFKA-10163; Define

[kafka] branch trunk updated (7fed816 -> a15c1a9)

2020-08-12 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 7fed816 MINOR: Add ableegoldman and cadonna to asf whitelist (#9171) add a15c1a9 MINOR: Ensure same version

[kafka] branch 2.4 updated: MINOR: Ensure same version of scala library is used for compile and at runtime (#9168)

2020-08-12 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.4 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.4 by this push: new e2a54cc MINOR: Ensure same version of scala library

[kafka] branch 2.5 updated: MINOR: Ensure same version of scala library is used for compile and at runtime (#9168)

2020-08-12 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.5 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.5 by this push: new 1560eff MINOR: Ensure same version of scala library

[kafka] branch 2.6 updated: MINOR: Ensure same version of scala library is used for compile and at runtime (#9168)

2020-08-12 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.6 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.6 by this push: new fe02790 MINOR: Ensure same version of scala library

[kafka] branch trunk updated (89c6562 -> 55b5b24)

2020-06-30 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 89c6562 make produce-sync flush (#8925) add 55b5b24 KAFKA-9893: Configurable TCP connection timeout

[kafka] branch trunk updated (efec315 -> b8a99be)

2020-07-01 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from efec315 KAFKA-9018: Throw clearer exceptions on serialisation errors (#7496) add b8a99be MINOR: Fix log

[kafka] branch trunk updated (18f2589 -> 47cbbf2)

2020-07-07 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 18f2589 KAFKA-10239: Make GroupInstanceId ignorable in DescribeGroups (#8989) add 47cbbf2 KAFKA-10243

[kafka] branch trunk updated (0ffbc6e -> 98cd4b8)

2020-06-03 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 0ffbc6e KAFKA-10080; Fix race condition on txn completion which can cause duplicate appends (#8782) add

[kafka] branch trunk updated (0ffbc6e -> 98cd4b8)

2020-06-03 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 0ffbc6e KAFKA-10080; Fix race condition on txn completion which can cause duplicate appends (#8782) add

[kafka] branch 2.6 updated: KAFKA-10089 The stale ssl engine factory is not closed after reconfigure (#8792)

2020-06-03 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a commit to branch 2.6 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.6 by this push: new ac4c589 KAFKA-10089 The stale ssl engine factory

[kafka] branch trunk updated (0ffbc6e -> 98cd4b8)

2020-06-03 Thread rsivaram
This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 0ffbc6e KAFKA-10080; Fix race condition on txn completion which can cause duplicate appends (#8782) add

<    1   2   3   4   5   6   7   8   >