[jira] [Updated] (KAFKA-10147) MockAdminClient#describeConfigs(Collection) is unable to handle broker resource

2020-06-11 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10147: --- Fix Version/s: (was: 2.7.0) 2.6.0 > MockAdminClient#describeConfigs(C

[jira] [Updated] (KAFKA-10147) MockAdminClient#describeConfigs(Collection) is unable to handle broker resource

2020-06-11 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10147: --- Fix Version/s: 2.7.0 > MockAdminClient#describeConfigs(Collection) is unable to > handle br

[GitHub] [kafka] kkonstantine commented on a change in pull request #8839: KIP-585: Documentation

2020-06-11 Thread GitBox
kkonstantine commented on a change in pull request #8839: URL: https://github.com/apache/kafka/pull/8839#discussion_r439227501 ## File path: docs/connect.html ## @@ -180,13 +182,80 @@ TransformationsSetSchemaMetadata - modify the schema name or version TimestampRouter

[GitHub] [kafka] ijuma commented on pull request #8857: KAFKA-10157: Fix broken tests due to InterruptedException from FinalizedFeatureChangeListener

2020-06-11 Thread GitBox
ijuma commented on pull request #8857: URL: https://github.com/apache/kafka/pull/8857#issuecomment-643081702 ok to test This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [kafka] kowshik commented on pull request #8857: KAFKA-10157: Fix broken tests due to InterruptedException from FinalizedFeatureChangeListener

2020-06-11 Thread GitBox
kowshik commented on pull request #8857: URL: https://github.com/apache/kafka/pull/8857#issuecomment-643080803 cc @ijuma @apovzner @junrao @abbccdda for review. This is an automated message from the Apache Git Service. To res

[GitHub] [kafka] kowshik opened a new pull request #8857: KAFKA-10157: Fix broken tests due to FinalizedFeatureChangeListener i…

2020-06-11 Thread GitBox
kowshik opened a new pull request #8857: URL: https://github.com/apache/kafka/pull/8857 The call to `ChangeNotificationProcessorThread.queue.take()` could throw an `InterruptedException`. While the queue is empty and the thread is blocking on taking an item from the queue, a concurrent ca

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

2020-06-11 Thread Sean Guo (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Guo updated KAFKA-10134: - Description: We want to utilize the new rebalance protocol to mitigate the stop-the-world effect during

[jira] [Created] (KAFKA-10157) Multiple tests failed due to "Failed to process feature ZK node change event"

2020-06-11 Thread Anna Povzner (Jira)
Anna Povzner created KAFKA-10157: Summary: Multiple tests failed due to "Failed to process feature ZK node change event" Key: KAFKA-10157 URL: https://issues.apache.org/jira/browse/KAFKA-10157 Project

[jira] [Assigned] (KAFKA-10155) Flaky Test ReassignPartitionsUnitTest.testModifyBrokerThrottles

2020-06-11 Thread Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sophie Blee-Goldman reassigned KAFKA-10155: --- Assignee: Chia-Ping Tsai > Flaky Test ReassignPartitionsUnitTest.testModify

[jira] [Commented] (KAFKA-10155) Flaky Test ReassignPartitionsUnitTest.testModifyBrokerThrottles

2020-06-11 Thread Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133891#comment-17133891 ] Sophie Blee-Goldman commented on KAFKA-10155: - Oh cool, thanks for the heads

[jira] [Commented] (KAFKA-10155) Flaky Test ReassignPartitionsUnitTest.testModifyBrokerThrottles

2020-06-11 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133856#comment-17133856 ] Chia-Ping Tsai commented on KAFKA-10155: This issue will be resolved by KAFKA-10

[GitHub] [kafka] mumrah commented on pull request #8841: KAFKA-10123 Fix incorrect value for AWAIT_RESET#hasPosition

2020-06-11 Thread GitBox
mumrah commented on pull request #8841: URL: https://github.com/apache/kafka/pull/8841#issuecomment-643035118 The test failures seem to be flaky (KAFKA-10155) This is an automated message from the Apache Git Service. To respo

[GitHub] [kafka] chia7712 commented on a change in pull request #8853: KAFKA-10147 MockAdminClient#describeConfigs(Collection

2020-06-11 Thread GitBox
chia7712 commented on a change in pull request #8853: URL: https://github.com/apache/kafka/pull/8853#discussion_r439170177 ## File path: clients/src/test/java/org/apache/kafka/clients/admin/MockAdminClient.java ## @@ -560,10 +529,14 @@ synchronized private Config getResourceD

[GitHub] [kafka] chia7712 commented on a change in pull request #8853: KAFKA-10147 MockAdminClient#describeConfigs(Collection

2020-06-11 Thread GitBox
chia7712 commented on a change in pull request #8853: URL: https://github.com/apache/kafka/pull/8853#discussion_r439167614 ## File path: clients/src/test/java/org/apache/kafka/clients/admin/MockAdminClient.java ## @@ -365,51 +366,6 @@ synchronized public DescribeTopicsResult

[GitHub] [kafka] ableegoldman commented on pull request #8856: KAFKA-10150: task state transitions/management and committing cleanup

2020-06-11 Thread GitBox
ableegoldman commented on pull request #8856: URL: https://github.com/apache/kafka/pull/8856#issuecomment-643022606 Also failed with unrelated (extremely) flaky `ReassignPartitionsUnitTest.testModifyBrokerThrottles` and `SslSelectorTest.testCloseOldestConnection` (tickets created)

[jira] [Created] (KAFKA-10156) Flaky Test SslSelectorTest.testCloseOldestConnection

2020-06-11 Thread Sophie Blee-Goldman (Jira)
Sophie Blee-Goldman created KAFKA-10156: --- Summary: Flaky Test SslSelectorTest.testCloseOldestConnection Key: KAFKA-10156 URL: https://issues.apache.org/jira/browse/KAFKA-10156 Project: Kafka

[GitHub] [kafka] ableegoldman commented on pull request #8849: KAFKA-10144: clean up corrupted standby tasks before attempting a commit

2020-06-11 Thread GitBox
ableegoldman commented on pull request #8849: URL: https://github.com/apache/kafka/pull/8849#issuecomment-643022251 Java 11 and 8 failed with (extremely) flaky `ReassignPartitionsUnitTest.testModifyBrokerThrottles` -- https://issues.apache.org/jira/browse/KAFKA-10155 Java 14 failed

[jira] [Commented] (KAFKA-10147) MockAdminClient#describeConfigs(Collection) is unable to handle broker resource

2020-06-11 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133836#comment-17133836 ] Chia-Ping Tsai commented on KAFKA-10147: give blocked as it breaks test (Reassi

[jira] [Created] (KAFKA-10155) Flaky Test ReassignPartitionsUnitTest.testModifyBrokerThrottles

2020-06-11 Thread Sophie Blee-Goldman (Jira)
Sophie Blee-Goldman created KAFKA-10155: --- Summary: Flaky Test ReassignPartitionsUnitTest.testModifyBrokerThrottles Key: KAFKA-10155 URL: https://issues.apache.org/jira/browse/KAFKA-10155 Project

[jira] [Updated] (KAFKA-10147) MockAdminClient#describeConfigs(Collection) is unable to handle broker resource

2020-06-11 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10147: --- Priority: Blocker (was: Major) > MockAdminClient#describeConfigs(Collection) is unable to

[jira] [Created] (KAFKA-10154) Issue in updating metadata if not exists during sending message to different topics

2020-06-11 Thread Dipti Gupta (Jira)
Dipti Gupta created KAFKA-10154: --- Summary: Issue in updating metadata if not exists during sending message to different topics Key: KAFKA-10154 URL: https://issues.apache.org/jira/browse/KAFKA-10154 Pro

[GitHub] [kafka] andrewchoi5 commented on pull request #8479: KAFKA-9769: Finish operations for leaderEpoch-updated partitions up to point ZK Exception

2020-06-11 Thread GitBox
andrewchoi5 commented on pull request #8479: URL: https://github.com/apache/kafka/pull/8479#issuecomment-643017385 > > In the catch case for ZooKeeperClientException, I have populated the responseMap with the topic partition and the `Errors.NETWORK_EXCEPTION`. If you suggest any other Erro

[GitHub] [kafka] jjkoshy commented on pull request #8479: KAFKA-9769: Finish operations for leaderEpoch-updated partitions up to point ZK Exception

2020-06-11 Thread GitBox
jjkoshy commented on pull request #8479: URL: https://github.com/apache/kafka/pull/8479#issuecomment-643015314 > In the catch case for ZooKeeperClientException, I have populated the responseMap with the topic partition and the `Errors.NETWORK_EXCEPTION`. If you suggest any other Error

[GitHub] [kafka] skaundinya15 commented on pull request #8850: KAFKA-10141: Add more detail to log segment delete messages

2020-06-11 Thread GitBox
skaundinya15 commented on pull request #8850: URL: https://github.com/apache/kafka/pull/8850#issuecomment-643012766 Thanks for the reviews @hachikuji. I updated the PR per your suggestions and left some follow up comments for clarification. Whenever you're ready, the PR is ready for anothe

[GitHub] [kafka] skaundinya15 commented on a change in pull request #8850: KAFKA-10141: Add more detail to log segment delete messages

2020-06-11 Thread GitBox
skaundinya15 commented on a change in pull request #8850: URL: https://github.com/apache/kafka/pull/8850#discussion_r439156564 ## File path: core/src/main/scala/kafka/log/Log.scala ## @@ -1784,8 +1785,24 @@ class Log(@volatile private var _dir: File, private def deleteRetent

[GitHub] [kafka] andrewchoi5 commented on pull request #8479: KAFKA-9769: Finish operations for leaderEpoch-updated partitions up to point ZK Exception

2020-06-11 Thread GitBox
andrewchoi5 commented on pull request #8479: URL: https://github.com/apache/kafka/pull/8479#issuecomment-643010366 Hi @junrao. Thank you for your review -- I have further synced up with @jjkoshy on this PR. The partition's new leader epoch update is actually happening after the poin

[GitHub] [kafka] skaundinya15 commented on a change in pull request #8850: KAFKA-10141: Add more detail to log segment delete messages

2020-06-11 Thread GitBox
skaundinya15 commented on a change in pull request #8850: URL: https://github.com/apache/kafka/pull/8850#discussion_r439155424 ## File path: core/src/main/scala/kafka/log/Log.scala ## @@ -1702,11 +1702,12 @@ class Log(@volatile private var _dir: File, * (if

[GitHub] [kafka] guozhangwang commented on pull request #8856: KAFKA-10150: task state transitions/management and committing cleanup

2020-06-11 Thread GitBox
guozhangwang commented on pull request #8856: URL: https://github.com/apache/kafka/pull/8856#issuecomment-643007770 test this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] guozhangwang commented on pull request #8849: KAFKA-10144: clean up corrupted standby tasks before attempting a commit

2020-06-11 Thread GitBox
guozhangwang commented on pull request #8849: URL: https://github.com/apache/kafka/pull/8849#issuecomment-643007836 test this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] guozhangwang commented on pull request #8849: KAFKA-10144: clean up corrupted standby tasks before attempting a commit

2020-06-11 Thread GitBox
guozhangwang commented on pull request #8849: URL: https://github.com/apache/kafka/pull/8849#issuecomment-643007754 test this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] ableegoldman commented on pull request #8856: KAFKA-10150: task state transitions/management and committing cleanup

2020-06-11 Thread GitBox
ableegoldman commented on pull request #8856: URL: https://github.com/apache/kafka/pull/8856#issuecomment-643003389 @guozhangwang @mjsax @vvcephei This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [kafka] ableegoldman opened a new pull request #8856: KAFKA-10150: task state transitions/management and committing cleanup

2020-06-11 Thread GitBox
ableegoldman opened a new pull request #8856: URL: https://github.com/apache/kafka/pull/8856 1. KAFKA-10150: - always transition to SUSPENDED during `suspend`, no matter the current state - only call `prepareCommit` before closing if `task.commitNeeded` is true 2. Don't co

[GitHub] [kafka] apovzner commented on a change in pull request #8768: KAFKA-10023: Enforce broker-wide and per-listener connection creation…

2020-06-11 Thread GitBox
apovzner commented on a change in pull request #8768: URL: https://github.com/apache/kafka/pull/8768#discussion_r439143850 ## File path: core/src/main/scala/kafka/network/SocketServer.scala ## @@ -1256,11 +1272,17 @@ class ConnectionQuotas(config: KafkaConfig, time: Time) exte

[GitHub] [kafka] guozhangwang commented on pull request #8849: KAFKA-10144: clean up corrupted standby tasks before attempting a commit

2020-06-11 Thread GitBox
guozhangwang commented on pull request #8849: URL: https://github.com/apache/kafka/pull/8849#issuecomment-642992126 test this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] mjsax opened a new pull request #8855: DO NOT MERGE

2020-06-11 Thread GitBox
mjsax opened a new pull request #8855: URL: https://github.com/apache/kafka/pull/8855 *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing str

[jira] [Updated] (KAFKA-9800) [KIP-580] Client Exponential Backoff Implementation

2020-06-11 Thread Cheng Tan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheng Tan updated KAFKA-9800: - Description: Design: The main idea is to bookkeep the failed attempt. Currently, the retry backoff has

[jira] [Updated] (KAFKA-9800) [KIP-580] Client Exponential Backoff Implementation

2020-06-11 Thread Cheng Tan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheng Tan updated KAFKA-9800: - Description: Design: The main idea is to bookkeep the failed attempt. Currently, the retry backoff has

[GitHub] [kafka] ableegoldman commented on pull request #8849: KAFKA-10144: clean up corrupted standby tasks before attempting a commit

2020-06-11 Thread GitBox
ableegoldman commented on pull request #8849: URL: https://github.com/apache/kafka/pull/8849#issuecomment-642984741 Unrelated flaky test failed: `kafka.admin.ReassignPartitionsUnitTest.testModifyBrokerThrottles` This is an

[jira] [Resolved] (KAFKA-8686) Flaky test ExampleConnectIntegrationTest#testSinkConnector

2020-06-11 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis resolved KAFKA-8686. --- Resolution: Fixed This test class has been running dependably for some time.

[GitHub] [kafka] kkonstantine commented on pull request #7224: KAFKA-8391, KAFKA-8661: Improve flaky Connect rebalance integration tests

2020-06-11 Thread GitBox
kkonstantine commented on pull request #7224: URL: https://github.com/apache/kafka/pull/7224#issuecomment-642975105 @rhauch https://github.com/apache/kafka/pull/8805 seems to have fixed the root cause of these failures. The tests haven't failed since then. They seem more reliable now, at l

[jira] [Resolved] (KAFKA-8661) Flaky Test RebalanceSourceConnectorsIntegrationTest#testStartTwoConnectors

2020-06-11 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis resolved KAFKA-8661. --- Resolution: Fixed The tests have been fixed and reenabled with  [https://gi

[jira] [Updated] (KAFKA-8661) Flaky Test RebalanceSourceConnectorsIntegrationTest#testStartTwoConnectors

2020-06-11 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis updated KAFKA-8661: -- Fix Version/s: 2.5.1 2.4.2 2.3.2 > Flaky

[jira] [Assigned] (KAFKA-8686) Flaky test ExampleConnectIntegrationTest#testSinkConnector

2020-06-11 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis reassigned KAFKA-8686: - Assignee: Konstantine Karantasis > Flaky test ExampleConnectIntegrationT

[jira] [Assigned] (KAFKA-8555) Flaky test ExampleConnectIntegrationTest#testSourceConnector

2020-06-11 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis reassigned KAFKA-8555: - Assignee: Konstantine Karantasis > Flaky test ExampleConnectIntegrationT

[jira] [Resolved] (KAFKA-8391) Flaky Test RebalanceSourceConnectorsIntegrationTest#testDeleteConnector

2020-06-11 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis resolved KAFKA-8391. --- Resolution: Fixed The tests have been fixed and reenabled with  [https://gi

[jira] [Updated] (KAFKA-8391) Flaky Test RebalanceSourceConnectorsIntegrationTest#testDeleteConnector

2020-06-11 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis updated KAFKA-8391: -- Fix Version/s: 2.5.1 2.4.2 2.3.2 > Flaky

[GitHub] [kafka] mjsax commented on pull request #8849: KAFKA-10144: clean up corrupted standby tasks before attempting a commit

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

[GitHub] [kafka] mjsax commented on pull request #8852: MINOR: code cleanup for Kafka Streams task classes

2020-06-11 Thread GitBox
mjsax commented on pull request #8852: URL: https://github.com/apache/kafka/pull/8852#issuecomment-642966020 Retest this please. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [kafka] abbccdda commented on a change in pull request #8853: KAFKA-10147 MockAdminClient#describeConfigs(Collection

2020-06-11 Thread GitBox
abbccdda commented on a change in pull request #8853: URL: https://github.com/apache/kafka/pull/8853#discussion_r439101876 ## File path: clients/src/test/java/org/apache/kafka/clients/admin/MockAdminClient.java ## @@ -560,10 +529,14 @@ synchronized private Config getResourceD

[GitHub] [kafka] guozhangwang commented on a change in pull request #8833: KAFKA-9441: remove prepareClose() to simplify task management

2020-06-11 Thread GitBox
guozhangwang commented on a change in pull request #8833: URL: https://github.com/apache/kafka/pull/8833#discussion_r439093372 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ## @@ -210,9 +214,8 @@ public void handleAssignment(

[GitHub] [kafka] ableegoldman commented on a change in pull request #8833: KAFKA-9441: remove prepareClose() to simplify task management

2020-06-11 Thread GitBox
ableegoldman commented on a change in pull request #8833: URL: https://github.com/apache/kafka/pull/8833#discussion_r439086416 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ## @@ -210,9 +214,8 @@ public void handleAssignment(

[jira] [Assigned] (KAFKA-10149) Do not prevent automatic preferred election when reassignment in progress

2020-06-11 Thread Bob Barrett (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Barrett reassigned KAFKA-10149: --- Assignee: Bob Barrett > Do not prevent automatic preferred election when reassignment in pr

[jira] [Updated] (KAFKA-10153) Documentation for the Errant Record Reporter

2020-06-11 Thread Aakash Shah (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aakash Shah updated KAFKA-10153: Component/s: KafkaConnect > Documentation for the Errant Record Reporter > ---

[jira] [Created] (KAFKA-10153) Documentation for the Errant Record Reporter

2020-06-11 Thread Aakash Shah (Jira)
Aakash Shah created KAFKA-10153: --- Summary: Documentation for the Errant Record Reporter Key: KAFKA-10153 URL: https://issues.apache.org/jira/browse/KAFKA-10153 Project: Kafka Issue Type: Task

[GitHub] [kafka] ableegoldman commented on a change in pull request #8833: KAFKA-9441: remove prepareClose() to simplify task management

2020-06-11 Thread GitBox
ableegoldman commented on a change in pull request #8833: URL: https://github.com/apache/kafka/pull/8833#discussion_r439075789 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -504,88 +438,66 @@ public void update(final Set

[GitHub] [kafka] guozhangwang commented on a change in pull request #8833: KAFKA-9441: remove prepareClose() to simplify task management

2020-06-11 Thread GitBox
guozhangwang commented on a change in pull request #8833: URL: https://github.com/apache/kafka/pull/8833#discussion_r439074869 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -504,88 +438,66 @@ public void update(final Set

[jira] [Assigned] (KAFKA-10152) Attempt to write checkpoint without first committing during recycle

2020-06-11 Thread Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sophie Blee-Goldman reassigned KAFKA-10152: --- Assignee: Sophie Blee-Goldman > Attempt to write checkpoint without first c

[GitHub] [kafka] vvcephei commented on pull request #8764: KAFKA-10049: Fixed FKJ bug where wrapped serdes are set incorrectly when using default StreamsConfig serdes

2020-06-11 Thread GitBox
vvcephei commented on pull request #8764: URL: https://github.com/apache/kafka/pull/8764#issuecomment-642902146 I've noticed that if you complain, you tend to get results... This is an automated message from the Apache Git Se

[GitHub] [kafka] vvcephei commented on pull request #8764: KAFKA-10049: Fixed FKJ bug where wrapped serdes are set incorrectly when using default StreamsConfig serdes

2020-06-11 Thread GitBox
vvcephei commented on pull request #8764: URL: https://github.com/apache/kafka/pull/8764#issuecomment-642902034 Ah, there we go :) This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [kafka] vvcephei commented on pull request #8764: KAFKA-10049: Fixed FKJ bug where wrapped serdes are set incorrectly when using default StreamsConfig serdes

2020-06-11 Thread GitBox
vvcephei commented on pull request #8764: URL: https://github.com/apache/kafka/pull/8764#issuecomment-642901512 Hey @bellemare , Thanks so much for the update! Jenkins has been a bit lazy recently, so I'll probably be pinging it for a while... -

[GitHub] [kafka] vvcephei commented on pull request #8764: KAFKA-10049: Fixed FKJ bug where wrapped serdes are set incorrectly when using default StreamsConfig serdes

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

[GitHub] [kafka] vvcephei commented on pull request #8764: KAFKA-10049: Fixed FKJ bug where wrapped serdes are set incorrectly when using default StreamsConfig serdes

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

[jira] [Created] (KAFKA-10152) Attempt to write checkpoint without first committing during recycle

2020-06-11 Thread Sophie Blee-Goldman (Jira)
Sophie Blee-Goldman created KAFKA-10152: --- Summary: Attempt to write checkpoint without first committing during recycle Key: KAFKA-10152 URL: https://issues.apache.org/jira/browse/KAFKA-10152 Pro

[jira] [Updated] (KAFKA-10151) Flaky Test StoreUpgradeIntegrationTest.shouldMigratePersistentKeyValueStoreToTimestampedKeyValueStoreUsingPapi

2020-06-11 Thread Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sophie Blee-Goldman updated KAFKA-10151: Summary: Flaky Test StoreUpgradeIntegrationTest.shouldMigratePersistentKeyValueSto

[GitHub] [kafka] hachikuji commented on a change in pull request #8841: KAFKA-10123 Fix incorrect value for AWAIT_RESET#hasPosition

2020-06-11 Thread GitBox
hachikuji commented on a change in pull request #8841: URL: https://github.com/apache/kafka/pull/8841#discussion_r439009094 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/SubscriptionState.java ## @@ -978,7 +1000,7 @@ public boolean hasValidPos

[jira] [Created] (KAFKA-10151) Flaky Test StoreUpgradeIntegrationTest.shouldMigratePersistentKeyValueStoreToTimestampedKeyValueStoreUsingPapiStoreUpgradeIntegrationTest.shouldMigratePersistentKeyValue

2020-06-11 Thread Sophie Blee-Goldman (Jira)
Sophie Blee-Goldman created KAFKA-10151: --- Summary: Flaky Test StoreUpgradeIntegrationTest.shouldMigratePersistentKeyValueStoreToTimestampedKeyValueStoreUsingPapiStoreUpgradeIntegrationTest.shouldMigratePersistentKeyValueStoreToTimestampedKey

[GitHub] [kafka] ableegoldman commented on a change in pull request #8833: KAFKA-9441: remove prepareClose() to simplify task management

2020-06-11 Thread GitBox
ableegoldman commented on a change in pull request #8833: URL: https://github.com/apache/kafka/pull/8833#discussion_r439004982 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -504,88 +438,66 @@ public void update(final Set

[GitHub] [kafka] hachikuji commented on a change in pull request #8850: KAFKA-10141: Add more detail to log segment delete messages

2020-06-11 Thread GitBox
hachikuji commented on a change in pull request #8850: URL: https://github.com/apache/kafka/pull/8850#discussion_r438997622 ## File path: core/src/main/scala/kafka/log/Log.scala ## @@ -1702,11 +1702,12 @@ class Log(@volatile private var _dir: File, * (if th

[GitHub] [kafka] tombentley commented on pull request #8312: KAFKA-9432 automated protocol for DescribeConfigs

2020-06-11 Thread GitBox
tombentley commented on pull request #8312: URL: https://github.com/apache/kafka/pull/8312#issuecomment-642863307 @mimaison done. This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Resolved] (KAFKA-10027) Implement read path for feature versioning scheme

2020-06-11 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-10027. - Fix Version/s: 2.7.0 Assignee: Kowshik Prakasam Resolution: Fixed merged the PR to trunk

[GitHub] [kafka] junrao merged pull request #8680: KAFKA-10027: Implement read path for feature versioning system (KIP-584)

2020-06-11 Thread GitBox
junrao merged pull request #8680: URL: https://github.com/apache/kafka/pull/8680 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] junrao commented on pull request #8680: KAFKA-10027: Implement read path for feature versioning system (KIP-584)

2020-06-11 Thread GitBox
junrao commented on pull request #8680: URL: https://github.com/apache/kafka/pull/8680#issuecomment-642855293 The test failures seem unrelated. Merging this to trunk. This is an automated message from the Apache Git Service.

[jira] [Created] (KAFKA-10150) IllegalStateException when revoking task in CREATED state

2020-06-11 Thread Sophie Blee-Goldman (Jira)
Sophie Blee-Goldman created KAFKA-10150: --- Summary: IllegalStateException when revoking task in CREATED state Key: KAFKA-10150 URL: https://issues.apache.org/jira/browse/KAFKA-10150 Project: Kafka

[jira] [Created] (KAFKA-10149) Do not prevent automatic preferred election when reassignment in progress

2020-06-11 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-10149: --- Summary: Do not prevent automatic preferred election when reassignment in progress Key: KAFKA-10149 URL: https://issues.apache.org/jira/browse/KAFKA-10149 Proje

[GitHub] [kafka] ableegoldman commented on a change in pull request #8833: KAFKA-9441: remove prepareClose() to simplify task management

2020-06-11 Thread GitBox
ableegoldman commented on a change in pull request #8833: URL: https://github.com/apache/kafka/pull/8833#discussion_r438957621 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -504,88 +438,66 @@ public void update(final Set

[GitHub] [kafka] ableegoldman commented on a change in pull request #8833: KAFKA-9441: remove prepareClose() to simplify task management

2020-06-11 Thread GitBox
ableegoldman commented on a change in pull request #8833: URL: https://github.com/apache/kafka/pull/8833#discussion_r438953766 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -504,88 +438,66 @@ public void update(final Set

[GitHub] [kafka] ableegoldman commented on a change in pull request #8833: KAFKA-9441: remove prepareClose() to simplify task management

2020-06-11 Thread GitBox
ableegoldman commented on a change in pull request #8833: URL: https://github.com/apache/kafka/pull/8833#discussion_r438953766 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -504,88 +438,66 @@ public void update(final Set

[jira] [Resolved] (KAFKA-8555) Flaky test ExampleConnectIntegrationTest#testSourceConnector

2020-06-11 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis resolved KAFKA-8555. --- Resolution: Fixed This test class has been running dependably for some time.

[jira] [Updated] (KAFKA-9851) Revoking Connect tasks due to connectivity issues should also clear running assignment

2020-06-11 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch updated KAFKA-9851: - Component/s: KafkaConnect > Revoking Connect tasks due to connectivity issues should also clear r

[GitHub] [kafka] bbejeck commented on pull request #6229: KAFKA-6786: Removing additional configs for StreamsBrokerDownResilienceTest

2020-06-11 Thread GitBox
bbejeck commented on pull request #6229: URL: https://github.com/apache/kafka/pull/6229#issuecomment-642777124 Hi @sh-abhi, >'m having some difficulty doing a rebase successfully after trying some different approaches based on some references I found online. This PR looks good

[GitHub] [kafka] bbejeck commented on pull request #6229: KAFKA-6786: Removing additional configs for StreamsBrokerDownResilienceTest

2020-06-11 Thread GitBox
bbejeck commented on pull request #6229: URL: https://github.com/apache/kafka/pull/6229#issuecomment-642774237 Ok to test. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] junrao commented on pull request #8680: KAFKA-10027: Implement read path for feature versioning system (KIP-584)

2020-06-11 Thread GitBox
junrao commented on pull request #8680: URL: https://github.com/apache/kafka/pull/8680#issuecomment-642751664 test this please This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [kafka] junrao commented on pull request #8680: KAFKA-10027: Implement read path for feature versioning system (KIP-584)

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

[jira] [Updated] (KAFKA-10146) Backport KAFKA-9066 to 2.5 and 2.4 branches

2020-06-11 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch updated KAFKA-10146: -- Labels: backport (was: ) > Backport KAFKA-9066 to 2.5 and 2.4 branches >

[jira] [Updated] (KAFKA-10086) Standby state isn't always re-used when transitioning to active

2020-06-11 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-10086: - Affects Version/s: (was: 2.7.0) > Standby state isn't always re-used when transitioning to a

[jira] [Updated] (KAFKA-10146) Backport KAFKA-9066 to 2.5 and 2.4 branches

2020-06-11 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch updated KAFKA-10146: -- Issue Type: Task (was: Bug) > Backport KAFKA-9066 to 2.5 and 2.4 branches > -

[jira] [Updated] (KAFKA-10086) Standby state isn't always re-used when transitioning to active

2020-06-11 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-10086: - Fix Version/s: (was: 2.7.0) > Standby state isn't always re-used when transitioning to activ

[jira] [Commented] (KAFKA-10146) Backport KAFKA-9066 to 2.5 and 2.4 branches

2020-06-11 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133340#comment-17133340 ] Randall Hauch commented on KAFKA-10146: --- Added PR: https://github.com/apache/kafka

[jira] [Commented] (KAFKA-10146) Backport KAFKA-9066 to 2.5 and 2.4 branches

2020-06-11 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133343#comment-17133343 ] Randall Hauch commented on KAFKA-10146: --- Be sure to update KAFKA-9066 fix versions

[GitHub] [kafka] mumrah commented on a change in pull request #8841: KAFKA-10123 Fix incorrect value for AWAIT_RESET#hasPosition

2020-06-11 Thread GitBox
mumrah commented on a change in pull request #8841: URL: https://github.com/apache/kafka/pull/8841#discussion_r438870452 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/SubscriptionState.java ## @@ -978,7 +1000,7 @@ public boolean hasValidPositi

[GitHub] [kafka] rhauch opened a new pull request #8854: KAFKA-10146, KAFKA-9066: Retain metrics for failed tasks (#8502)

2020-06-11 Thread GitBox
rhauch opened a new pull request #8854: URL: https://github.com/apache/kafka/pull/8854 Targets the `2.5` branch, and should be backported to the `2.4` branch. This backports the KAFKA-9066 / #8502 changes to retain metrics for failed tasks that was already merged to `trunk` and backp

[GitHub] [kafka] mumrah commented on a change in pull request #8841: KAFKA-10123 Fix incorrect value for AWAIT_RESET#hasPosition

2020-06-11 Thread GitBox
mumrah commented on a change in pull request #8841: URL: https://github.com/apache/kafka/pull/8841#discussion_r438870452 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/SubscriptionState.java ## @@ -978,7 +1000,7 @@ public boolean hasValidPositi

[jira] [Resolved] (KAFKA-9374) Worker can be disabled by blocked connectors

2020-06-11 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch resolved KAFKA-9374. -- Reviewer: Konstantine Karantasis Resolution: Fixed Merged to `trunk` and backported to th

[jira] [Updated] (KAFKA-9374) Worker can be disabled by blocked connectors

2020-06-11 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch updated KAFKA-9374: - Fix Version/s: 2.6.0 > Worker can be disabled by blocked connectors > ---

[GitHub] [kafka] mumrah commented on a change in pull request #8841: KAFKA-10123 Fix incorrect value for AWAIT_RESET#hasPosition

2020-06-11 Thread GitBox
mumrah commented on a change in pull request #8841: URL: https://github.com/apache/kafka/pull/8841#discussion_r438867535 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/Fetcher.java ## @@ -675,36 +676,41 @@ private ListOffsetResult fetchOffsets

[jira] [Resolved] (KAFKA-9969) ConnectorClientConfigRequest is loaded in isolation and throws LinkageError

2020-06-11 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch resolved KAFKA-9969. -- Reviewer: Konstantine Karantasis Resolution: Fixed [~kkonstantine] merged to `trunk` and

[jira] [Updated] (KAFKA-9969) ConnectorClientConfigRequest is loaded in isolation and throws LinkageError

2020-06-11 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch updated KAFKA-9969: - Fix Version/s: 2.5.1 2.4.2 2.6.0 2.3.2 >

[jira] [Updated] (KAFKA-10148) Kafka Streams Restores too few Records with eos-beta Enabled

2020-06-11 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna updated KAFKA-10148: -- Description: System test {{StreamsEosTest.test_failure_and_recovery}} for eos-beta exposes a

[jira] [Updated] (KAFKA-10148) Kafka Streams Restores too few Records with eos-beta Enabled

2020-06-11 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna updated KAFKA-10148: -- Description: System test {{StreamsEosTest.test_failure_and_recovery}} for eos-beta exposes a

[GitHub] [kafka] bellemare commented on pull request #8764: KAFKA-10049: Fixed FKJ bug where wrapped serdes are set incorrectly when using default StreamsConfig serdes

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

  1   2   >