[jira] [Commented] (KAFKA-3370) Add options to auto.offset.reset to reset offsets upon initialization only

2020-07-11 Thread Tayida Tapjinda (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156212#comment-17156212 ] Tayida Tapjinda commented on KAFKA-3370: [~Matzz] I have created 

[jira] [Commented] (KAFKA-10134) High CPU issue during rebalance in Kafka consumer after upgrading to 2.5

2020-07-11 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156211#comment-17156211 ] Ismael Juma commented on KAFKA-10134: - [~guozhang] Should we reopen this issue given [~seanguo]'s

[jira] [Assigned] (KAFKA-8784) Remove default implementation of RocksDBConfigSetter#close

2020-07-11 Thread sats (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sats reassigned KAFKA-8784: --- Assignee: sats > Remove default implementation of RocksDBConfigSetter#close >

[GitHub] [kafka] satishbellapu commented on pull request #8921: KAFKA-10160: Kafka MM2 consumer configuration

2020-07-11 Thread GitBox
satishbellapu commented on pull request #8921: URL: https://github.com/apache/kafka/pull/8921#issuecomment-657173935 @mimaison can you review? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] huxihx commented on pull request #8984: KAFKA-10227: Enforce cleanup policy to only contain compact or delete once

2020-07-11 Thread GitBox
huxihx commented on pull request #8984: URL: https://github.com/apache/kafka/pull/8984#issuecomment-657145012 @dajac @mimaison Thanks for the comments. Please review again. This is an automated message from the Apache Git

[GitHub] [kafka] mjsax commented on pull request #8994: KAFKA-10247: Correctly reset state when task is corrupted

2020-07-11 Thread GitBox
mjsax commented on pull request #8994: URL: https://github.com/apache/kafka/pull/8994#issuecomment-657110636 Merged to `trunk` and cherry-picked to `2.6`. This is an automated message from the Apache Git Service. To respond

[jira] [Resolved] (KAFKA-10247) Streams may attempt to process after closing a task

2020-07-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-10247. - Fix Version/s: 2.6.0 Resolution: Fixed > Streams may attempt to process after

[GitHub] [kafka] mjsax merged pull request #8994: KAFKA-10247: Correctly reset state when task is corrupted

2020-07-11 Thread GitBox
mjsax merged pull request #8994: URL: https://github.com/apache/kafka/pull/8994 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] mjsax commented on a change in pull request #8994: KAFKA-10247: Correctly reset state when task is corrupted

2020-07-11 Thread GitBox
mjsax commented on a change in pull request #8994: URL: https://github.com/apache/kafka/pull/8994#discussion_r453222523 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java ## @@ -648,7 +651,9 @@ void runOnce() { //

[jira] [Commented] (KAFKA-10255) Fix flaky testOneWayReplicationWithAutorOffsetSync1 test

2020-07-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156101#comment-17156101 ] Matthias J. Sax commented on KAFKA-10255: - Another one: 

[jira] [Commented] (KAFKA-10255) Fix flaky testOneWayReplicationWithAutorOffsetSync1 test

2020-07-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156094#comment-17156094 ] Matthias J. Sax commented on KAFKA-10255: - One more: 

[jira] [Resolved] (KAFKA-10262) StateDirectory is not thread-safe

2020-07-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-10262. - Fix Version/s: 2.6.0 Resolution: Fixed > StateDirectory is not thread-safe >

[jira] [Commented] (KAFKA-10262) StateDirectory is not thread-safe

2020-07-11 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17156093#comment-17156093 ] Matthias J. Sax commented on KAFKA-10262: - {quote}I've only confirmed that this affects 2.6 so

[GitHub] [kafka] mjsax commented on pull request #9010: KAFKA-10262: Ensure that creating task directory is thread safe

2020-07-11 Thread GitBox
mjsax commented on pull request #9010: URL: https://github.com/apache/kafka/pull/9010#issuecomment-657106852 Merged to `trunk` and cherry-picked to `2.6`. This is an automated message from the Apache Git Service. To respond

[GitHub] [kafka] mjsax merged pull request #9010: KAFKA-10262: Ensure that creating task directory is thread safe

2020-07-11 Thread GitBox
mjsax merged pull request #9010: URL: https://github.com/apache/kafka/pull/9010 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] mjsax commented on pull request #9010: KAFKA-10262: Ensure that creating task directory is thread safe

2020-07-11 Thread GitBox
mjsax commented on pull request #9010: URL: https://github.com/apache/kafka/pull/9010#issuecomment-657105545 Two failures (J11 and J14) of ``` org.apache.kafka.connect.mirror.MirrorConnectorsIntegrationTest.testOneWayReplicationWithAutorOffsetSync1 ``` J8 passed.

[jira] [Commented] (KAFKA-8046) Shutdown broker because all log dirs in /tmp/kafka-logs have failed

2020-07-11 Thread Abhi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17155988#comment-17155988 ] Abhi commented on KAFKA-8046: - I am also saw the same exception in kafka_2.12-2.3.0. [2020-07-11

[jira] [Comment Edited] (KAFKA-10267) [Documentation] | Correction in kafka-console-producer command

2020-07-11 Thread huxihx (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17155978#comment-17155978 ] huxihx edited comment on KAFKA-10267 at 7/11/20, 12:47 PM: --- --broker-list is

[jira] [Commented] (KAFKA-10267) [Documentation] | Correction in kafka-console-producer command

2020-07-11 Thread huxihx (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17155978#comment-17155978 ] huxihx commented on KAFKA-10267: `--broker-list` is deprecated. Please stick to using

[GitHub] [kafka] omkreddy commented on pull request #4090: [KAFKA-6084] Propagate JSON parsing errors in ReassignPartitionsCommand

2020-07-11 Thread GitBox
omkreddy commented on pull request #4090: URL: https://github.com/apache/kafka/pull/4090#issuecomment-657051057 retest this please This is an automated message from the Apache Git Service. To respond to the message, please