[kafka] branch trunk updated: KAFKA-6624; Prevent concurrent log flush and log deletion (#4663)

2018-03-12 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 1ea07b9 KAFKA-6624; Prevent concurrent log flush

[kafka] branch 1.1 updated: MINOR: Fix deadlock in ZooKeeperClient.close() on session expiry (#4672)

2018-03-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 1.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.1 by this push: new 5778059 MINOR: Fix deadlock in ZooKeeperClient.close

[kafka] branch trunk updated: KAFKA-6752: Enable unclean leader election metric (#4838)

2018-04-11 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 e29fa9a KAFKA-6752: Enable unclean leader

[kafka] branch 1.1 updated: KAFKA-6752: Enable unclean leader election metric (#4838)

2018-04-11 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 1.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.1 by this push: new 129859d KAFKA-6752: Enable unclean leader election

[kafka] branch trunk updated: KAFKA-6447: Add Delegation Token Operations to KafkaAdminClient (KIP-249) (#4427)

2018-04-11 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 47918f2 KAFKA-6447: Add Delegation Token

[kafka] branch trunk updated: KAFKA-6650: Allowing transition to OfflineReplica state for replicas without leadership info (#4825)

2018-04-16 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 341db99 KAFKA-6650: Allowing transition

[kafka] branch trunk updated: KAFKA-6630: Speed up the processing of TopicDeletionStopReplicaResponseReceived events on the controller (#4668)

2018-03-29 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 2ef6ee2 KAFKA-6630: Speed up the processing

[kafka] 09/09: removed method updatedLeaderIsrAndControllerEpochs

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit 8100fd92afd6c4615bf7a6998a8a8eeb0d628d4e Author: Sandor Murakozi <smurak...@gmail.com> AuthorDate: Thu Mar 1 14:47:4

[kafka] branch trunk updated (6cfcc9d -> 8100fd9)

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 6cfcc9d KAFKA-6593; Fix livelock with consumer heartbeat thread in commitSync (#4625) new 0103103 Fix

[kafka] 02/09: Fix in deleteLogDirEventNotifications - use correct path for deleted children

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit af598af20828149bdd45336377e70d26360452fe Author: Sandor Murakozi <smurak...@gmail.com> AuthorDate: Mon Feb 19 16

[kafka] branch trunk updated: KAFKA-6111: Improve test coverage of KafkaZkClient, fix bugs found by new tests;

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 5d87b92 KAFKA-6111: Improve test coverage

[kafka] branch 1.1 updated: KAFKA-6111: Improve test coverage of KafkaZkClient, fix bugs found by new tests;

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 1.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.1 by this push: new 873b28e KAFKA-6111: Improve test coverage

[kafka] 04/09: Use move otherZkClient to KafkaZkClientTest

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit 54a32205b0fa7545d450104bc28aacf153b70cf6 Author: Sandor Murakozi <smurak...@gmail.com> AuthorDate: Tue Feb 20 09

[kafka] 03/09: Additional tests to improve test coverage of KafkaZkClient.

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit d0eb552a891ecd99150ddf4b89985525806c6e31 Author: Sandor Murakozi <smurak...@gmail.com> AuthorDate: Mon Feb 19 16

[kafka] 07/09: Minor fixes requested by reviewer

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit 1ae4c1d6095a86266ba6d008711570df0eaf5682 Author: Sandor Murakozi <smurak...@gmail.com> AuthorDate: Tue Feb 20 21

[kafka] 01/09: Fix in updateBrokerInfoInZk, exception is thrown if response was not OK.

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit 010310388725d6393a73e12c02dff4bb85cf2518 Author: Sandor Murakozi <smurak...@gmail.com> AuthorDate: Mon Feb 19 16

[kafka] 01/09: Revert "removed method updatedLeaderIsrAndControllerEpochs"

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit 720e22677b94e3607f002577f091c23714bcd515 Author: Jun Rao <jun...@gmail.com> AuthorDate: Thu Mar 1 18:02:07 2018

[kafka] 03/09: Revert "Minor fixes requested by reviewer"

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit ae52e1028e0ec4a13e10fba71c756e5956a43e69 Author: Jun Rao <jun...@gmail.com> AuthorDate: Thu Mar 1 18:02:07 2018

[kafka] 02/09: Revert "Changes requeted by reviewer"

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit aa3453c157b43429a7e01c209aefc4e7979d1f2e Author: Jun Rao <jun...@gmail.com> AuthorDate: Thu Mar 1 18:02:07 2018

[kafka] 08/09: Revert "Fix in deleteLogDirEventNotifications - use correct path for deleted children"

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit f6b39067cff96a046bedee17e49d0c476138dd87 Author: Jun Rao <jun...@gmail.com> AuthorDate: Thu Mar 1 18:02:07 2018

[kafka] 04/09: Revert "Fixes requested by reviewer"

2018-03-01 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit 4110ad5208621a4bc0d184e95c909662b2819204 Author: Jun Rao <jun...@gmail.com> AuthorDate: Thu Mar 1 18:02:07 2018

[kafka] branch trunk updated: KAFKA-7482: LeaderAndIsrRequest should be sent to the shutting down broker (#5745)

2018-10-12 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 aaf8e02 KAFKA-7482: LeaderAndIsrRequest should

[kafka] branch 2.1 updated: KAFKA-7482: LeaderAndIsrRequest should be sent to the shutting down broker (#5745)

2018-10-12 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new c7131fc KAFKA-7482: LeaderAndIsrRequest should

[kafka] branch 2.0 updated: KAFKA-7299: Batch LeaderAndIsr requests for AutoLeaderRebalance (#5515)

2018-10-22 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new a724c45 KAFKA-7299: Batch LeaderAndIsr requests

[kafka] branch 1.1 updated: KAFKA-7299: Batch LeaderAndIsr requests for AutoLeaderRebalance (#5515)

2018-10-22 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 1.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.1 by this push: new 2e97856 KAFKA-7299: Batch LeaderAndIsr requests

[kafka-site] branch asf-site updated: added verification file for google search tools (#167)

2018-11-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/kafka-site.git The following commit(s) were added to refs/heads/asf-site by this push: new f0a9f0f added verification file

[kafka] branch trunk updated: KAFKA-7412: clarify the doc for producer callback (#5798)

2018-11-08 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 895c83f KAFKA-7412: clarify the doc for producer

[kafka] branch trunk updated: KAFKA-7537: Avoid sending full UpdateMetadataRequest to existing brokers in the cluster on broker changes to reduce controller memory footprint (#5869)

2018-11-06 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 7b5ffa0 KAFKA-7537: Avoid sending full

[kafka] branch trunk updated: KAFKA-7165: Retry the BrokerInfo registration into ZooKeeper (#5575)

2018-11-08 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 eb3335e KAFKA-7165: Retry the BrokerInfo

[kafka] branch trunk updated: KAFKA-7557: optimize LogManager.truncateFullyAndStartAt() (#5848)

2018-11-12 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 3eaf44b KAFKA-7557: optimize

[kafka] branch trunk updated: KAFKA-7366: Make topic configs segment.bytes and segment.ms to take effect immediately (#5728)

2018-10-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 0848b78 KAFKA-7366: Make topic configs

[kafka] branch 2.1 updated: KAFKA-7366: Make topic configs segment.bytes and segment.ms to take effect immediately (#5728)

2018-10-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new acec50e KAFKA-7366: Make topic configs segment.bytes

[kafka] branch 2.1 updated: KAFKA-3097: Update docs to mention PrincipalType "User" is case sensitive (#5734)

2018-10-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new 4fe48f3 KAFKA-3097: Update docs to mention

[kafka] branch trunk updated: KAFKA-3097: Update docs to mention PrincipalType "User" is case sensitive (#5734)

2018-10-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 15dbab0 KAFKA-3097: Update docs to mention

[kafka] branch trunk updated: KAFKA-7215: Improve LogCleaner Error Handling (#5439)

2018-10-08 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 13379af KAFKA-7215: Improve LogCleaner Error

[kafka] branch 2.1 updated: KAFKA-7215: Improve LogCleaner Error Handling (#5439)

2018-10-08 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new 07c5282 KAFKA-7215: Improve LogCleaner Error Handling

[kafka] branch trunk updated: KAFKA-7216: Ignore unknown ResourceTypes while loading acl cache (#5673)

2018-09-21 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 6ced855 KAFKA-7216: Ignore unknown ResourceTypes

[kafka] branch 2.0 updated: KAFKA-7216: Ignore unknown ResourceTypes while loading acl cache (#5673)

2018-09-21 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new cfd33b3 KAFKA-7216: Ignore unknown ResourceTypes

[kafka] branch trunk updated: KAFKA-7400: Compacted topic segments that precede the log start offse… (#5646)

2018-09-21 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 0bc7008 KAFKA-7400: Compacted topic segments

[kafka] branch 1.0 updated: KAFKA-7216: Ignore unknown ResourceTypes while loading acl cache (#5679)

2018-09-25 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 1.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.0 by this push: new 8e6ffd2 KAFKA-7216: Ignore unknown ResourceTypes

[kafka] branch 1.1 updated: KAFKA-7216: Ignore unknown ResourceTypes while loading acl cache (#5680)

2018-09-25 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 1.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.1 by this push: new 8b1d283 KAFKA-7216: Ignore unknown ResourceTypes

[kafka] branch trunk updated: KAFKA-7829; Javadoc should show that AdminClient.alterReplicaLogDirs() is supported in Kafka 1.1.0 or later (#6157)

2019-01-17 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 6a7eebe KAFKA-7829; Javadoc should show

[kafka] branch trunk updated: Fix KAFKA-7789 by increasing the key size for the RSA keys generated for (#6096)

2019-01-14 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 d8f126d Fix KAFKA-7789 by increasing the key size

[kafka] branch trunk updated: MINOR: log when controller begins processing logdir failure event (#6153)

2019-01-17 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 4b54eb4 MINOR: log when controller begins

[kafka] branch trunk updated: Forward topic from console consumer to deserializer (#5704)

2018-11-28 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 fb9f2d8 Forward topic from console consumer

[kafka] branch trunk updated (e7ce0e7 -> 2155c6d)

2018-12-02 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from e7ce0e7 KAFKA-4544: Add system tests for delegation token based authentication add 2155c6d KAFKA-7235: Detect

[kafka] branch 2.1 updated: KAFKA-7704: MaxLag.Replica metric is reported incorrectly (#5998)

2018-12-06 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new d4575d1 KAFKA-7704: MaxLag.Replica metric is reported

[kafka] branch trunk updated: KAFKA-7704: MaxLag.Replica metric is reported incorrectly (#5998)

2018-12-06 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 87cc31c KAFKA-7704: MaxLag.Replica metric

[kafka] branch trunk updated: KAFKA-4453 : Added code to separate controller connections and requests from the data plane (#5921)

2019-01-13 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 8afce0e KAFKA-4453 : Added code to separate

[kafka] branch trunk updated: KAFKA-7837: Ensure offline partitions are picked up as soon as possible when shrinking ISR (#6202)

2019-01-25 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 646ec94 KAFKA-7837: Ensure offline partitions

[kafka] branch trunk updated: KAFKA-7986: Distinguish logging from different ZooKeeperClient instances (#6493)

2019-03-25 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 13e265a KAFKA-7986: Distinguish logging from

[kafka] branch trunk updated: KAFKA-7283: Enable lazy mmap on index files and skip sanity check for segments below recovery point (#5498)

2019-02-20 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 2932d32 KAFKA-7283: Enable lazy mmap on index

[kafka] branch trunk updated: KAFKA-7864; validate partitions are 0-based (#6246)

2019-02-22 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 217f45e KAFKA-7864; validate partitions are 0

[kafka] branch trunk updated: KAFKA-7838: Log leader and follower end offsets when shrinking ISR (#6168)

2019-01-25 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 ef89cf4 KAFKA-7838: Log leader and follower end

[kafka] branch trunk updated: KAFKA-5692: Change PreferredReplicaLeaderElectionCommand to use Admin… (#3848)

2019-01-25 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 269b652 KAFKA-5692: Change

svn commit: r34620 - in /release/kafka/2.3.0: ./ javadoc/ javadoc/org/ javadoc/org/apache/ javadoc/org/apache/kafka/ javadoc/org/apache/kafka/clients/ javadoc/org/apache/kafka/clients/admin/ javadoc/o

2019-06-24 Thread junrao
Author: junrao Date: Tue Jun 25 00:38:24 2019 New Revision: 34620 Log: release 2.3.0 [This commit notification would consist of 181 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[kafka] branch trunk updated: Update KafkaConfig.scala (#7113)

2019-07-31 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 cdea348 Update KafkaConfig.scala (#7113) cdea348

[kafka] branch trunk updated (a8aedc8 -> e9c61f6)

2019-07-24 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from a8aedc8 KAFKA-8696: clean up Sum/Count/Total metrics (#7057) add e9c61f6 MINOR: Ensure in-memory metadata

[kafka] branch trunk updated (a28447a -> dd22b3f)

2020-02-25 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from a28447a MINOR: don't assign standby tasks with no logged state (#8147) add dd22b3f KAFKA-9498; Topic validation

[kafka] branch trunk updated (ebcdcd9 -> 72122fc)

2020-02-18 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from ebcdcd9 KAFKA-8025: Fix flaky RocksDB test (#8126) add 72122fc KAFKA-6266: Repeated occurrence of WARN

[kafka] branch 2.4 updated: KAFKA-6266: Repeated occurrence of WARN Resetting first dirty offset … (#8136)

2020-02-20 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 ce4aa9c KAFKA-6266: Repeated occurrence of WARN

[kafka] branch trunk updated: [KAFKA-9826] Handle an unaligned first dirty offset during log cleaning. (#8469)

2020-04-14 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 b8c292c [KAFKA-9826] Handle an unaligned first

[kafka] branch trunk updated: MINOR: reduce impact of trace logging in replica hot path (#8468)

2020-04-17 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 851b45c MINOR: reduce impact of trace logging

[kafka] branch trunk updated: MINOR: Adding github whitelist (#8523)

2020-04-20 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 dff2192 MINOR: Adding github whitelist (#8523

[kafka] branch trunk updated: KAFKA-3720: Change TimeoutException to BufferExhaustedException when no memory can be allocated for a record within max.block.ms (#8399)

2020-04-10 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 e032a36 KAFKA-3720: Change TimeoutException

[kafka] branch trunk updated (008a3b2 -> c59835c)

2020-03-26 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 008a3b2 KAFKA-9707: Fix InsertField.Key should apply to keys of tombstone records (#8280) add c59835c KAFKA

[kafka] branch trunk updated: Minor: remove redundant check in auto preferred leader election (#8566)

2020-04-28 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 77ac06f Minor: remove redundant check in auto

[kafka] branch trunk updated (2bc87de -> 77ac06f)

2020-04-28 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 2bc87de MINOR: Update the link to the Raft paper in docs (#8560) add 77ac06f Minor: remove redundant check

[kafka] branch trunk updated: KAFKA-9866: Avoid election for topics where preferred leader is not in ISR (#8524)

2020-04-27 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 db9e55a KAFKA-9866: Avoid election for topics

[kafka] branch 2.4 updated: [KAFKA-9826] Handle an unaligned first dirty offset during log cleaning. (#8469) (#8543)

2020-04-29 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 9d447be [KAFKA-9826] Handle an unaligned first dirty

[kafka] branch 2.5 updated: [KAFKA-9826] Handle an unaligned first dirty offset during log cleaning. (#8469) (#8542)

2020-04-29 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 6308ffb [KAFKA-9826] Handle an unaligned first dirty

[kafka] branch trunk updated (0a50973 -> bd42734)

2020-04-15 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 0a50973 KAFKA-9864: Avoid expensive QuotaViolationException usage (#8477) add bd42734 MINOR: Serialize state

[kafka] branch trunk updated: KAFKA-9711 The authentication failure caused by SSLEngine#beginHandshake is not properly caught and handled (#8287)

2020-03-24 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 b8e508c KAFKA-9711 The authentication failure

[kafka] branch trunk updated (86013dc -> 6bba661)

2020-09-10 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 86013dc MINOR: add ImplicitLinkedHashCollection#moveToEnd (#9269) add 6bba661 MINOR: remove

[kafka] branch trunk updated (86013dc -> 6bba661)

2020-09-10 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 86013dc MINOR: add ImplicitLinkedHashCollection#moveToEnd (#9269) add 6bba661 MINOR: remove

[kafka] branch trunk updated (dd2b9ec -> c2273ad)

2020-09-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from dd2b9ec KAFKA-5636: Improve handling of "early" records in sliding windows (#9157) add c2273ad KAFKA

[kafka] branch trunk updated: KAFKA-8334 Make sure the thread which tries to complete delayed reque… (#8657)

2020-09-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 c2273ad KAFKA-8334 Make sure the thread which

[kafka] branch trunk updated (dd2b9ec -> c2273ad)

2020-09-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from dd2b9ec KAFKA-5636: Improve handling of "early" records in sliding windows (#9157) add c2273ad KAFKA

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

2020-09-14 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 77f6175 update source link in interactive query page (#9261) add 77a0bba KAFKA-8362: fix the old checkpoint

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

2020-09-14 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 77f6175 update source link in interactive query page (#9261) add 77a0bba KAFKA-8362: fix the old checkpoint

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

2020-09-14 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 77f6175 update source link in interactive query page (#9261) add 77a0bba KAFKA-8362: fix the old checkpoint

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

2020-09-14 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 77f6175 update source link in interactive query page (#9261) add 77a0bba KAFKA-8362: fix the old checkpoint

[kafka] branch trunk updated (4e65030 -> fb4f297)

2020-10-07 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 4e65030 KAFKA-10402: Upgrade system tests to python3 (#9196) add fb4f297 KAFKA-10028: Implement write path

[kafka] branch trunk updated (4e65030 -> fb4f297)

2020-10-07 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 4e65030 KAFKA-10402: Upgrade system tests to python3 (#9196) add fb4f297 KAFKA-10028: Implement write path

[kafka] branch 2.7 updated: KAFKA-10028: Minor fixes to describeFeatures and updateFeatures apis (#9393)

2020-10-08 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 ba24e6e KAFKA-10028: Minor fixes to describeFeatures

[kafka] branch trunk updated (de546ba -> de41834)

2020-10-08 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from de546ba MINOR: correct package of LinuxIoMetricsCollector (#9271) add de41834 KAFKA-10028: Minor fixes

[kafka] branch trunk updated: MINOR: Check for active controller in UpdateFeatures request processing logic (#9436)

2020-10-15 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 b752097 MINOR: Check for active controller

[kafka] branch trunk updated (270881c -> d99fe49)

2020-10-19 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 270881c KAFKA-10332: Update MM2 refreshTopicPartitions() logic (#9343) add d99fe49 KAFKA-10599: Implement basic

[kafka] branch trunk updated (270881c -> d99fe49)

2020-10-19 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 270881c KAFKA-10332: Update MM2 refreshTopicPartitions() logic (#9343) add d99fe49 KAFKA-10599: Implement basic

[kafka] branch trunk updated (46e48d7 -> 24290de)

2020-10-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 46e48d7 MINOR: Implement ApiError#equals and hashCode (#9390) add 24290de KAFKA-9393: DeleteRecords may cause

[kafka] branch trunk updated (46e48d7 -> 24290de)

2020-10-09 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 46e48d7 MINOR: Implement ApiError#equals and hashCode (#9390) add 24290de KAFKA-9393: DeleteRecords may cause

[kafka] branch 2.7 updated (190acf7 -> 307e062)

2020-10-19 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git. from 190acf7 KAFKA-10605: Deprecate old PAPI registration methods (#9448) add 307e062 MINOR: Update jdk and maven

[kafka] branch 2.7 updated (190acf7 -> 307e062)

2020-10-19 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git. from 190acf7 KAFKA-10605: Deprecate old PAPI registration methods (#9448) add 307e062 MINOR: Update jdk and maven

[kafka] branch 2.7 updated: KAFKA-10599: Implement basic CLI tool for feature versioning system (#9409) (#9455)

2020-10-20 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 eb14539 KAFKA-10599: Implement basic CLI tool

[kafka] branch 2.7 updated: KAFKA-10599: Implement basic CLI tool for feature versioning system (#9409) (#9455)

2020-10-20 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 eb14539 KAFKA-10599: Implement basic CLI tool

[kafka] branch 2.7 updated: KAFKA-10599: Implement basic CLI tool for feature versioning system (#9409) (#9455)

2020-10-20 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 eb14539 KAFKA-10599: Implement basic CLI tool

[kafka] branch 2.7 updated: MINOR: Check for active controller in UpdateFeatures request processing logic (#9456)

2020-10-20 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 8bebffc MINOR: Check for active controller

[kafka] branch 2.7 updated: KAFKA-10599: Implement basic CLI tool for feature versioning system (#9409) (#9455)

2020-10-20 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 eb14539 KAFKA-10599: Implement basic CLI tool

[kafka] branch 2.6 updated: KAFKA-10257 system test kafkatest.tests.core.security_rolling_upgrade_test fails (#9021)

2020-07-15 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao 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 cbcb262 KAFKA-10257 system test

[kafka] branch trunk updated (934033b -> 598a0d1)

2020-07-15 Thread junrao
This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 934033b MINOR: update required MacOS version (#9025) add 598a0d1 KAFKA-10257 system test

<    4   5   6   7   8   9   10   11   >