[GitHub] [kafka] chia7712 commented on pull request #9250: KAFKA-10461 The config of closing heartbeat is invalid.

2020-09-12 Thread GitBox
chia7712 commented on pull request #9250: URL: https://github.com/apache/kafka/pull/9250#issuecomment-691601314 https://github.com/apache/kafka/blob/trunk/connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorHeartbeatConnector.java#L64 ``` @Override

[GitHub] [kafka] chia7712 commented on pull request #9250: KAFKA-10461 The config of closing heartbeat is invalid.

2020-09-12 Thread GitBox
chia7712 commented on pull request #9250: URL: https://github.com/apache/kafka/pull/9250#issuecomment-691600174 Could you add unit test? This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka] vgvineet4 commented on pull request #9254: KAFKA-10462: Added support to pass headers in producerPerformance script

2020-09-12 Thread GitBox
vgvineet4 commented on pull request #9254: URL: https://github.com/apache/kafka/pull/9254#issuecomment-691447099 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] ning2008wisc commented on pull request #9224: KAFKA-10304: refactor MM2 integration tests

2020-09-12 Thread GitBox
ning2008wisc commented on pull request #9224: URL: https://github.com/apache/kafka/pull/9224#issuecomment-690907900 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] bbejeck merged pull request #9207: Minor remove semicolon

2020-09-12 Thread GitBox
bbejeck merged pull request #9207: URL: https://github.com/apache/kafka/pull/9207 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [kafka] bbejeck merged pull request #9208: Minor init singleton list

2020-09-12 Thread GitBox
bbejeck merged pull request #9208: URL: https://github.com/apache/kafka/pull/9208 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] chia7712 commented on pull request #9223: KAFKA-10438 Lazy initialization of record header to reduce memory usa…

2020-09-12 Thread GitBox
chia7712 commented on pull request #9223: URL: https://github.com/apache/kafka/pull/9223#issuecomment-690883668 ``` kafka.network.DynamicConnectionQuotaTest.testDynamicListenerConnectionCreationRateQuota ``` pass on my local.

[GitHub] [kafka] ableegoldman commented on pull request #8892: KAFKA-10068: verify assignment performance with large cluster

2020-09-12 Thread GitBox
ableegoldman commented on pull request #8892: URL: https://github.com/apache/kafka/pull/8892#issuecomment-691358663 Alright this should finally be ready for a final pass and merge @vvcephei @cadonna -- sorry for leaving this hanging for so long. After running a few different tests,

[GitHub] [kafka] nym3r0s commented on pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
nym3r0s commented on pull request #9280: URL: https://github.com/apache/kafka/pull/9280#issuecomment-691058386 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] vvcephei commented on a change in pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
vvcephei commented on a change in pull request #9239: URL: https://github.com/apache/kafka/pull/9239#discussion_r487170646 ## File path: streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregateTest.java ## @@ -131,14 +157,15 @@ public

[GitHub] [kafka] showuon commented on pull request #9149: KAFKA-10340: improve the logging to help user know what is going on

2020-09-12 Thread GitBox
showuon commented on pull request #9149: URL: https://github.com/apache/kafka/pull/9149#issuecomment-691495483 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] vvcephei merged pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
vvcephei merged pull request #9239: URL: https://github.com/apache/kafka/pull/9239 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] xakassi commented on a change in pull request #9211: KAFKA-10426: Deadlock on session key update.

2020-09-12 Thread GitBox
xakassi commented on a change in pull request #9211: URL: https://github.com/apache/kafka/pull/9211#discussion_r478325832 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaConfigBackingStore.java ## @@ -733,10 +734,11 @@ public void

[GitHub] [kafka] lct45 commented on a change in pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
lct45 commented on a change in pull request #9239: URL: https://github.com/apache/kafka/pull/9239#discussion_r487110043 ## File path: streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregateTest.java ## @@ -131,14 +157,15 @@ public void

[GitHub] [kafka] showuon commented on a change in pull request #9178: KAFKA-8362: fix the old checkpoint won't be removed after alter log dir

2020-09-12 Thread GitBox
showuon commented on a change in pull request #9178: URL: https://github.com/apache/kafka/pull/9178#discussion_r486750612 ## File path: core/src/main/scala/kafka/log/LogCleaner.scala ## @@ -203,16 +203,24 @@ class LogCleaner(initialConfig: CleanerConfig, } /** - *

[GitHub] [kafka] mjsax commented on a change in pull request #9255: MINOR: Consolidate duplicated logic on reset tools

2020-09-12 Thread GitBox
mjsax commented on a change in pull request #9255: URL: https://github.com/apache/kafka/pull/9255#discussion_r487321249 ## File path: clients/src/test/java/org/apache/kafka/common/utils/UtilsTest.java ## @@ -784,4 +787,39 @@ public void testCloseAllQuietly() {

[GitHub] [kafka] big-andy-coates commented on a change in pull request #9156: KAFKA-10077: Filter downstream of state-store results in spurious tombstones

2020-09-12 Thread GitBox
big-andy-coates commented on a change in pull request #9156: URL: https://github.com/apache/kafka/pull/9156#discussion_r487049443 ## File path: clients/src/main/java/org/apache/kafka/server/authorizer/AuthorizableRequestContext.java ## @@ -17,11 +17,12 @@ package

[GitHub] [kafka] MicahRam edited a comment on pull request #8181: KAFKA-9584 Headers ConcurrentModificationException

2020-09-12 Thread GitBox
MicahRam edited a comment on pull request #8181: URL: https://github.com/apache/kafka/pull/8181#issuecomment-691315131 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] nym3r0s commented on a change in pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
nym3r0s commented on a change in pull request #9280: URL: https://github.com/apache/kafka/pull/9280#discussion_r487394821 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java ## @@ -418,10 +419,14 @@ private boolean

[GitHub] [kafka] bbejeck commented on pull request #9208: Minor init singleton list

2020-09-12 Thread GitBox
bbejeck commented on pull request #9208: URL: https://github.com/apache/kafka/pull/9208#issuecomment-691477247 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] guozhangwang merged pull request #9264: KAFKA-5636: Add Sliding Windows documentation

2020-09-12 Thread GitBox
guozhangwang merged pull request #9264: URL: https://github.com/apache/kafka/pull/9264 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [kafka] jeqo commented on pull request #9139: KAFKA-9929: Support backward iterator on SessionStore

2020-09-12 Thread GitBox
jeqo commented on pull request #9139: URL: https://github.com/apache/kafka/pull/9139#issuecomment-691045209 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [kafka] guozhangwang commented on pull request #9149: KAFKA-10340: improve the logging to help user know what is going on

2020-09-12 Thread GitBox
guozhangwang commented on pull request #9149: URL: https://github.com/apache/kafka/pull/9149#issuecomment-691389142 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] vvcephei commented on pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
vvcephei commented on pull request #9239: URL: https://github.com/apache/kafka/pull/9239#issuecomment-691224736 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] chia7712 commented on pull request #9162: MINOR: refactor Log to get rid of "return" in nested anonymous function

2020-09-12 Thread GitBox
chia7712 commented on pull request #9162: URL: https://github.com/apache/kafka/pull/9162#issuecomment-690884676 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] ableegoldman commented on a change in pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
ableegoldman commented on a change in pull request #9239: URL: https://github.com/apache/kafka/pull/9239#discussion_r486750661 ## File path: streams/src/test/java/org/apache/kafka/streams/kstream/internals/KGroupedStreamImplTest.java ## @@ -239,52 +241,81 @@ private void

[GitHub] [kafka] mjsax commented on pull request #8181: KAFKA-9584 Headers ConcurrentModificationException

2020-09-12 Thread GitBox
mjsax commented on pull request #8181: URL: https://github.com/apache/kafka/pull/8181#issuecomment-691339633 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [kafka] bbejeck commented on pull request #9207: Minor remove semicolon

2020-09-12 Thread GitBox
bbejeck commented on pull request #9207: URL: https://github.com/apache/kafka/pull/9207#issuecomment-691481266 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] tombentley commented on pull request #9266: KAFKA-10469: Resolve logger levels hierarchically

2020-09-12 Thread GitBox
tombentley commented on pull request #9266: URL: https://github.com/apache/kafka/pull/9266#issuecomment-690954007 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] MicahRam commented on pull request #8181: KAFKA-9584 Headers ConcurrentModificationException

2020-09-12 Thread GitBox
MicahRam commented on pull request #8181: URL: https://github.com/apache/kafka/pull/8181#issuecomment-691315131 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] mjsax commented on a change in pull request #9156: KAFKA-10077: Filter downstream of state-store results in spurious tombstones

2020-09-12 Thread GitBox
mjsax commented on a change in pull request #9156: URL: https://github.com/apache/kafka/pull/9156#discussion_r487166164 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableAggregate.java ## @@ -47,8 +47,10 @@ } @Override -

[GitHub] [kafka] bbejeck commented on pull request #9209: Minor enhance copy array

2020-09-12 Thread GitBox
bbejeck commented on pull request #9209: URL: https://github.com/apache/kafka/pull/9209#issuecomment-691479008 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] DOJI45 commented on a change in pull request #9247: KAFKA-10362: When resuming Streams active task with EOS, the checkpoint file is deleted

2020-09-12 Thread GitBox
DOJI45 commented on a change in pull request #9247: URL: https://github.com/apache/kafka/pull/9247#discussion_r487431539 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorStateManager.java ## @@ -662,4 +662,10 @@ public TopicPartition

[GitHub] [kafka] chia7712 commented on pull request #9271: MINOR: correct package of LinuxIoMetricsCollector

2020-09-12 Thread GitBox
chia7712 commented on pull request #9271: URL: https://github.com/apache/kafka/pull/9271#issuecomment-691397979 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] showuon commented on pull request #9178: KAFKA-8362: fix the old checkpoint won't be removed after alter log dir

2020-09-12 Thread GitBox
showuon commented on pull request #9178: URL: https://github.com/apache/kafka/pull/9178#issuecomment-690856399 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] bbejeck merged pull request #9209: Minor enhance copy array

2020-09-12 Thread GitBox
bbejeck merged pull request #9209: URL: https://github.com/apache/kafka/pull/9209 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [kafka] ableegoldman commented on pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
ableegoldman commented on pull request #9280: URL: https://github.com/apache/kafka/pull/9280#issuecomment-691357934 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] ableegoldman commented on a change in pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
ableegoldman commented on a change in pull request #9280: URL: https://github.com/apache/kafka/pull/9280#discussion_r487336115 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java ## @@ -418,10 +419,14 @@ private boolean

[GitHub] [kafka] ableegoldman commented on pull request #8892: KAFKA-10068: verify assignment performance with large cluster

2020-09-12 Thread GitBox
ableegoldman commented on pull request #8892: URL: https://github.com/apache/kafka/pull/8892#issuecomment-691358663 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] bbejeck merged pull request #9208: Minor init singleton list

2020-09-12 Thread GitBox
bbejeck merged pull request #9208: URL: https://github.com/apache/kafka/pull/9208 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [kafka] nym3r0s commented on pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
nym3r0s commented on pull request #9280: URL: https://github.com/apache/kafka/pull/9280#issuecomment-691058386 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] chia7712 commented on pull request #9223: KAFKA-10438 Lazy initialization of record header to reduce memory usa…

2020-09-12 Thread GitBox
chia7712 commented on pull request #9223: URL: https://github.com/apache/kafka/pull/9223#issuecomment-690883668 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] vvcephei commented on a change in pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
vvcephei commented on a change in pull request #9239: URL: https://github.com/apache/kafka/pull/9239#discussion_r486742113 ## File path: streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregateTest.java ## @@ -877,4 +1003,56 @@ private

[GitHub] [kafka] showuon commented on pull request #9149: KAFKA-10340: improve the logging to help user know what is going on

2020-09-12 Thread GitBox
showuon commented on pull request #9149: URL: https://github.com/apache/kafka/pull/9149#issuecomment-691495483 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] xakassi commented on a change in pull request #9211: KAFKA-10426: Deadlock on session key update.

2020-09-12 Thread GitBox
xakassi commented on a change in pull request #9211: URL: https://github.com/apache/kafka/pull/9211#discussion_r478325832 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaConfigBackingStore.java ## @@ -733,10 +734,11 @@ public void

[GitHub] [kafka] bbejeck merged pull request #9207: Minor remove semicolon

2020-09-12 Thread GitBox
bbejeck merged pull request #9207: URL: https://github.com/apache/kafka/pull/9207 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [kafka] vgvineet4 commented on pull request #9254: KAFKA-10462: Added support to pass headers in producerPerformance script

2020-09-12 Thread GitBox
vgvineet4 commented on pull request #9254: URL: https://github.com/apache/kafka/pull/9254#issuecomment-691447099 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] ning2008wisc commented on pull request #9224: KAFKA-10304: refactor MM2 integration tests

2020-09-12 Thread GitBox
ning2008wisc commented on pull request #9224: URL: https://github.com/apache/kafka/pull/9224#issuecomment-690907900 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] mjsax commented on a change in pull request #9255: MINOR: Consolidate duplicated logic on reset tools

2020-09-12 Thread GitBox
mjsax commented on a change in pull request #9255: URL: https://github.com/apache/kafka/pull/9255#discussion_r487321249 ## File path: clients/src/test/java/org/apache/kafka/common/utils/UtilsTest.java ## @@ -784,4 +787,39 @@ public void testCloseAllQuietly() {

[GitHub] [kafka] showuon commented on a change in pull request #9178: KAFKA-8362: fix the old checkpoint won't be removed after alter log dir

2020-09-12 Thread GitBox
showuon commented on a change in pull request #9178: URL: https://github.com/apache/kafka/pull/9178#discussion_r486747077 ## File path: core/src/main/scala/kafka/log/LogCleanerManager.scala ## @@ -354,12 +354,30 @@ private[log] class LogCleanerManager(val logDirs: Seq[File],

[GitHub] [kafka] big-andy-coates commented on a change in pull request #9156: KAFKA-10077: Filter downstream of state-store results in spurious tombstones

2020-09-12 Thread GitBox
big-andy-coates commented on a change in pull request #9156: URL: https://github.com/apache/kafka/pull/9156#discussion_r487049443 ## File path: clients/src/main/java/org/apache/kafka/server/authorizer/AuthorizableRequestContext.java ## @@ -17,11 +17,12 @@ package

[GitHub] [kafka] nym3r0s commented on a change in pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
nym3r0s commented on a change in pull request #9280: URL: https://github.com/apache/kafka/pull/9280#discussion_r487394821 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java ## @@ -418,10 +419,14 @@ private boolean

[GitHub] [kafka] MicahRam edited a comment on pull request #8181: KAFKA-9584 Headers ConcurrentModificationException

2020-09-12 Thread GitBox
MicahRam edited a comment on pull request #8181: URL: https://github.com/apache/kafka/pull/8181#issuecomment-691315131 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] tombentley commented on pull request #9266: KAFKA-10469: Resolve logger levels hierarchically

2020-09-12 Thread GitBox
tombentley commented on pull request #9266: URL: https://github.com/apache/kafka/pull/9266#issuecomment-690954007 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] bbejeck commented on pull request #9208: Minor init singleton list

2020-09-12 Thread GitBox
bbejeck commented on pull request #9208: URL: https://github.com/apache/kafka/pull/9208#issuecomment-691477247 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] jeqo commented on pull request #9139: KAFKA-9929: Support backward iterator on SessionStore

2020-09-12 Thread GitBox
jeqo commented on pull request #9139: URL: https://github.com/apache/kafka/pull/9139#issuecomment-691045209 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [kafka] guozhangwang commented on pull request #8834: KAFKA-10134: Enable heartbeat during PrepareRebalance and Depend On State For Poll Timeout

2020-09-12 Thread GitBox
guozhangwang commented on pull request #8834: URL: https://github.com/apache/kafka/pull/8834#issuecomment-690810983 Cherry-picked to 2.6 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka] guozhangwang merged pull request #9264: KAFKA-5636: Add Sliding Windows documentation

2020-09-12 Thread GitBox
guozhangwang merged pull request #9264: URL: https://github.com/apache/kafka/pull/9264 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [kafka] guozhangwang commented on pull request #9149: KAFKA-10340: improve the logging to help user know what is going on

2020-09-12 Thread GitBox
guozhangwang commented on pull request #9149: URL: https://github.com/apache/kafka/pull/9149#issuecomment-691389142 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] ableegoldman commented on a change in pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
ableegoldman commented on a change in pull request #9239: URL: https://github.com/apache/kafka/pull/9239#discussion_r486750661 ## File path: streams/src/test/java/org/apache/kafka/streams/kstream/internals/KGroupedStreamImplTest.java ## @@ -239,52 +241,81 @@ private void

[GitHub] [kafka] chia7712 commented on pull request #9162: MINOR: refactor Log to get rid of "return" in nested anonymous function

2020-09-12 Thread GitBox
chia7712 commented on pull request #9162: URL: https://github.com/apache/kafka/pull/9162#issuecomment-690884676 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] vvcephei commented on pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
vvcephei commented on pull request #9239: URL: https://github.com/apache/kafka/pull/9239#issuecomment-690843020 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] mjsax commented on pull request #8181: KAFKA-9584 Headers ConcurrentModificationException

2020-09-12 Thread GitBox
mjsax commented on pull request #8181: URL: https://github.com/apache/kafka/pull/8181#issuecomment-691339633 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [kafka] bbejeck commented on pull request #9207: Minor remove semicolon

2020-09-12 Thread GitBox
bbejeck commented on pull request #9207: URL: https://github.com/apache/kafka/pull/9207#issuecomment-691481266 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] MicahRam commented on pull request #8181: KAFKA-9584 Headers ConcurrentModificationException

2020-09-12 Thread GitBox
MicahRam commented on pull request #8181: URL: https://github.com/apache/kafka/pull/8181#issuecomment-691315131 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] mjsax commented on a change in pull request #9156: KAFKA-10077: Filter downstream of state-store results in spurious tombstones

2020-09-12 Thread GitBox
mjsax commented on a change in pull request #9156: URL: https://github.com/apache/kafka/pull/9156#discussion_r487166164 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableAggregate.java ## @@ -47,8 +47,10 @@ } @Override -

[GitHub] [kafka] bbejeck commented on pull request #9209: Minor enhance copy array

2020-09-12 Thread GitBox
bbejeck commented on pull request #9209: URL: https://github.com/apache/kafka/pull/9209#issuecomment-691479008 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] chia7712 commented on pull request #9271: MINOR: correct package of LinuxIoMetricsCollector

2020-09-12 Thread GitBox
chia7712 commented on pull request #9271: URL: https://github.com/apache/kafka/pull/9271#issuecomment-691397979 ``` 失敗 Build / JDK 8 / org.apache.kafka.clients.admin.KafkaAdminClientTest.testMetadataRetries ``` it is already fixed by

[GitHub] [kafka] DOJI45 commented on a change in pull request #9247: KAFKA-10362: When resuming Streams active task with EOS, the checkpoint file is deleted

2020-09-12 Thread GitBox
DOJI45 commented on a change in pull request #9247: URL: https://github.com/apache/kafka/pull/9247#discussion_r487431539 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorStateManager.java ## @@ -662,4 +662,10 @@ public TopicPartition

[GitHub] [kafka] ableegoldman commented on pull request #8892: KAFKA-10068: verify assignment performance with large cluster

2020-09-12 Thread GitBox
ableegoldman commented on pull request #8892: URL: https://github.com/apache/kafka/pull/8892#issuecomment-691358663 Alright this should finally be ready for a final pass and merge @vvcephei @cadonna -- sorry for leaving this hanging for so long. After running a few different tests,

[GitHub] [kafka] bbejeck merged pull request #9209: Minor enhance copy array

2020-09-12 Thread GitBox
bbejeck merged pull request #9209: URL: https://github.com/apache/kafka/pull/9209 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] showuon commented on pull request #9178: KAFKA-8362: fix the old checkpoint won't be removed after alter log dir

2020-09-12 Thread GitBox
showuon commented on pull request #9178: URL: https://github.com/apache/kafka/pull/9178#issuecomment-690856399 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] ableegoldman commented on pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
ableegoldman commented on pull request #9280: URL: https://github.com/apache/kafka/pull/9280#issuecomment-691357934 Also, looks like there were checkstyle issues. Probably you just need to add the license header to the new file

[GitHub] [kafka] ableegoldman commented on a change in pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
ableegoldman commented on a change in pull request #9280: URL: https://github.com/apache/kafka/pull/9280#discussion_r487336115 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java ## @@ -418,10 +419,14 @@ private boolean

[GitHub] [kafka] bbejeck merged pull request #9208: Minor init singleton list

2020-09-12 Thread GitBox
bbejeck merged pull request #9208: URL: https://github.com/apache/kafka/pull/9208 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] chia7712 commented on pull request #9223: KAFKA-10438 Lazy initialization of record header to reduce memory usa…

2020-09-12 Thread GitBox
chia7712 commented on pull request #9223: URL: https://github.com/apache/kafka/pull/9223#issuecomment-690883668 ``` kafka.network.DynamicConnectionQuotaTest.testDynamicListenerConnectionCreationRateQuota ``` pass on my local.

[GitHub] [kafka] nym3r0s commented on pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
nym3r0s commented on pull request #9280: URL: https://github.com/apache/kafka/pull/9280#issuecomment-691058386 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] vvcephei merged pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
vvcephei merged pull request #9239: URL: https://github.com/apache/kafka/pull/9239 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] showuon commented on pull request #9149: KAFKA-10340: improve the logging to help user know what is going on

2020-09-12 Thread GitBox
showuon commented on pull request #9149: URL: https://github.com/apache/kafka/pull/9149#issuecomment-691495483 Merge the latest trunk to have auto test. This is an automated message from the Apache Git Service. To respond to

[GitHub] [kafka] vvcephei commented on a change in pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
vvcephei commented on a change in pull request #9239: URL: https://github.com/apache/kafka/pull/9239#discussion_r486742113 ## File path: streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregateTest.java ## @@ -877,4 +1003,56 @@ private

[GitHub] [kafka] xakassi commented on a change in pull request #9211: KAFKA-10426: Deadlock on session key update.

2020-09-12 Thread GitBox
xakassi commented on a change in pull request #9211: URL: https://github.com/apache/kafka/pull/9211#discussion_r478325832 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaConfigBackingStore.java ## @@ -733,10 +734,11 @@ public void

[GitHub] [kafka] lct45 commented on a change in pull request #9239: Adding reverse iterator usage for sliding windows processing (extending KIP-450)

2020-09-12 Thread GitBox
lct45 commented on a change in pull request #9239: URL: https://github.com/apache/kafka/pull/9239#discussion_r487110043 ## File path: streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregateTest.java ## @@ -131,14 +157,15 @@ public void

[GitHub] [kafka] DOJI45 commented on a change in pull request #9247: KAFKA-10362: When resuming Streams active task with EOS, the checkpoint file is deleted

2020-09-12 Thread GitBox
DOJI45 commented on a change in pull request #9247: URL: https://github.com/apache/kafka/pull/9247#discussion_r487431637 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -332,6 +332,15 @@ public void resume() {

[GitHub] [kafka] DOJI45 commented on a change in pull request #9247: KAFKA-10362: When resuming Streams active task with EOS, the checkpoint file is deleted

2020-09-12 Thread GitBox
DOJI45 commented on a change in pull request #9247: URL: https://github.com/apache/kafka/pull/9247#discussion_r487431539 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorStateManager.java ## @@ -662,4 +662,10 @@ public TopicPartition

[GitHub] [kafka] asdaraujo opened a new pull request #9281: KAFKA-KAFKA-10478: Allow duplicated ports in advertised.listeners

2020-09-12 Thread GitBox
asdaraujo opened a new pull request #9281: URL: https://github.com/apache/kafka/pull/9281 Remove the requirement for unique port numbers for the advertised.listener parameters. This restriction makes for the listeners parameter but there's not reason to apply the same logic for

[GitHub] [kafka] showuon commented on pull request #9149: KAFKA-10340: improve the logging to help user know what is going on

2020-09-12 Thread GitBox
showuon commented on pull request #9149: URL: https://github.com/apache/kafka/pull/9149#issuecomment-691495483 Merge the latest trunk to have auto test. This is an automated message from the Apache Git Service. To respond to

[GitHub] [kafka] bbejeck commented on pull request #9207: Minor remove semicolon

2020-09-12 Thread GitBox
bbejeck commented on pull request #9207: URL: https://github.com/apache/kafka/pull/9207#issuecomment-691481426 Thanks for the cleanup @khaireddine120! This is an automated message from the Apache Git Service. To respond to

[GitHub] [kafka] bbejeck commented on pull request #9207: Minor remove semicolon

2020-09-12 Thread GitBox
bbejeck commented on pull request #9207: URL: https://github.com/apache/kafka/pull/9207#issuecomment-691481266 Minor cleanup, I ran the tests locally and all passed, merging this now. This is an automated message from the

[GitHub] [kafka] bbejeck merged pull request #9207: Minor remove semicolon

2020-09-12 Thread GitBox
bbejeck merged pull request #9207: URL: https://github.com/apache/kafka/pull/9207 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] bbejeck merged pull request #9209: Minor enhance copy array

2020-09-12 Thread GitBox
bbejeck merged pull request #9209: URL: https://github.com/apache/kafka/pull/9209 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] bbejeck commented on pull request #9209: Minor enhance copy array

2020-09-12 Thread GitBox
bbejeck commented on pull request #9209: URL: https://github.com/apache/kafka/pull/9209#issuecomment-691479180 Thanks @khaireddine120 for the clean-up! This is an automated message from the Apache Git Service. To respond to

[GitHub] [kafka] bbejeck commented on pull request #9209: Minor enhance copy array

2020-09-12 Thread GitBox
bbejeck commented on pull request #9209: URL: https://github.com/apache/kafka/pull/9209#issuecomment-691479008 This is a minor PR fix, I ran the tests locally, all passed so I'm merging this. This is an automated message

[GitHub] [kafka] bbejeck commented on pull request #9208: Minor init singleton list

2020-09-12 Thread GitBox
bbejeck commented on pull request #9208: URL: https://github.com/apache/kafka/pull/9208#issuecomment-691477247 This PR is minor changes for streams. I ran the tests locally, so I merging this. This is an automated message

[GitHub] [kafka] bbejeck commented on pull request #9208: Minor init singleton list

2020-09-12 Thread GitBox
bbejeck commented on pull request #9208: URL: https://github.com/apache/kafka/pull/9208#issuecomment-691477282 Thanks for the contribution @khaireddine120! This is an automated message from the Apache Git Service. To respond

[GitHub] [kafka] bbejeck merged pull request #9208: Minor init singleton list

2020-09-12 Thread GitBox
bbejeck merged pull request #9208: URL: https://github.com/apache/kafka/pull/9208 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] nym3r0s commented on pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
nym3r0s commented on pull request #9280: URL: https://github.com/apache/kafka/pull/9280#issuecomment-691464378 @ableegoldman - you're right. I've missed out the license header. I'll also add the tests for the change. thank you 

[GitHub] [kafka] nym3r0s commented on a change in pull request #9280: KAFKA-10186: Abort transaction with pending data with TransactionAbortedException

2020-09-12 Thread GitBox
nym3r0s commented on a change in pull request #9280: URL: https://github.com/apache/kafka/pull/9280#discussion_r487394821 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java ## @@ -418,10 +419,14 @@ private boolean

[GitHub] [kafka] vgvineet4 commented on pull request #9254: KAFKA-10462: Added support to pass headers in producerPerformance script

2020-09-12 Thread GitBox
vgvineet4 commented on pull request #9254: URL: https://github.com/apache/kafka/pull/9254#issuecomment-691447099 @ijuma Please have a look This is an automated message from the Apache Git Service. To respond to the message,