[GitHub] [kafka] vitojeng commented on pull request #8907: MINOR: code cleanup for `VOut` inconsistent naming

2020-07-25 Thread GitBox
vitojeng commented on pull request #8907: URL: https://github.com/apache/kafka/pull/8907#issuecomment-663928064 Thanks @abbccdda ! This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] jsancio commented on a change in pull request #9050: KAFKA-10193: Add preemption for controller events that have callbacks

2020-07-25 Thread GitBox
jsancio commented on a change in pull request #9050: URL: https://github.com/apache/kafka/pull/9050#discussion_r460468239 ## File path: core/src/main/scala/kafka/controller/ControllerEventManager.scala ## @@ -77,7 +77,7 @@ class ControllerEventManager(controllerId: Int,

[GitHub] [kafka] jsancio commented on a change in pull request #9050: KAFKA-10193: Add preemption for controller events that have callbacks

2020-07-25 Thread GitBox
jsancio commented on a change in pull request #9050: URL: https://github.com/apache/kafka/pull/9050#discussion_r460468241 ## File path: core/src/main/scala/kafka/controller/KafkaController.scala ## @@ -1986,101 +1965,125 @@ private[controller] class ControllerStats extends

[GitHub] [kafka] mjsax commented on pull request #9066: KAFKA-10287: Skip unknown offsets when computing sum of changelog offsets

2020-07-25 Thread GitBox
mjsax commented on pull request #9066: URL: https://github.com/apache/kafka/pull/9066#issuecomment-663926510 Ah yes. I work for all committers -- it's not project specific. Missed that you are HBase Committer/PMC :) This

[GitHub] [kafka] jsancio commented on a change in pull request #9050: KAFKA-10193: Add preemption for controller events that have callbacks

2020-07-25 Thread GitBox
jsancio commented on a change in pull request #9050: URL: https://github.com/apache/kafka/pull/9050#discussion_r460467261 ## File path: core/src/test/scala/unit/kafka/controller/ControllerIntegrationTest.scala ## @@ -598,6 +603,86 @@ class ControllerIntegrationTest extends

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

2020-07-25 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165133#comment-17165133 ] Ismael Juma commented on KAFKA-10134: - [~zhowei] So you're saying you see the issue when restarting

[GitHub] [kafka] ijuma opened a new pull request #9080: MINOR: Recommend Java 11

2020-07-25 Thread GitBox
ijuma opened a new pull request #9080: URL: https://github.com/apache/kafka/pull/9080 Java 11 has been recommended for a while, but the ops section had not been updated. Also tweak the text a bit to read better. ### Committer Checklist (excluded from commit message) - [ ]

[GitHub] [kafka] ijuma commented on pull request #9079: KAFKA-10308 fix flaky core/round_trip_fault_test.py

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

[GitHub] [kafka] ijuma commented on pull request #9022: KAFKA-10158: Improve test behavior and resolve flakiness of test...

2020-07-25 Thread GitBox
ijuma commented on pull request #9022: URL: https://github.com/apache/kafka/pull/9022#issuecomment-663913281 https://builds.apache.org/job/kafka-pr-jdk11-scala2.13/ This is an automated message from the Apache Git Service.

[GitHub] [kafka] ijuma removed a comment on pull request #9022: KAFKA-10158: Improve test behavior and resolve flakiness of test...

2020-07-25 Thread GitBox
ijuma removed a comment on pull request #9022: URL: https://github.com/apache/kafka/pull/9022#issuecomment-663913281 https://builds.apache.org/job/kafka-pr-jdk11-scala2.13/ This is an automated message from the Apache Git

[GitHub] [kafka] ijuma commented on a change in pull request #9063: MINOR: Fixed deprecated Gradle build Properties.

2020-07-25 Thread GitBox
ijuma commented on a change in pull request #9063: URL: https://github.com/apache/kafka/pull/9063#discussion_r460453530 ## File path: build.gradle ## @@ -304,7 +304,7 @@ subprojects { } test { -maxParallelForks = userMaxForks ?:

[GitHub] [kafka] ijuma commented on pull request #9063: MINOR: Fixed deprecated Gradle build Properties.

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

[GitHub] [kafka] ijuma commented on a change in pull request #9049: MINOR: fix scala warnings

2020-07-25 Thread GitBox
ijuma commented on a change in pull request #9049: URL: https://github.com/apache/kafka/pull/9049#discussion_r460453389 ## File path: core/src/main/scala/kafka/security/authorizer/AclAuthorizer.scala ## @@ -384,8 +380,8 @@ class AclAuthorizer extends Authorizer with Logging {

[GitHub] [kafka] ijuma commented on a change in pull request #9049: MINOR: fix scala warnings

2020-07-25 Thread GitBox
ijuma commented on a change in pull request #9049: URL: https://github.com/apache/kafka/pull/9049#discussion_r460453337 ## File path: core/src/main/scala/kafka/admin/ConfigCommand.scala ## @@ -344,11 +342,14 @@ object ConfigCommand extends Config { val

[GitHub] [kafka] chia7712 commented on pull request #9066: KAFKA-10287: Skip unknown offsets when computing sum of changelog offsets

2020-07-25 Thread GitBox
chia7712 commented on pull request #9066: URL: https://github.com/apache/kafka/pull/9066#issuecomment-663912465 Jenkins is running now :( Maybe it does not exclude the committers from other Apache projects. At any rate, I will not trigger Jenkins in the future.

[GitHub] [kafka] chia7712 commented on pull request #9066: KAFKA-10287: Skip unknown offsets when computing sum of changelog offsets

2020-07-25 Thread GitBox
chia7712 commented on pull request #9066: URL: https://github.com/apache/kafka/pull/9066#issuecomment-663912187 > Only committers can trigger Jenkins builds. It seems I can trigger the jenkins by comment “ Test this please”. Let me test it again.

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: Remove `retries` for global task

2020-07-25 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r460449901 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImpl.java ## @@ -275,31 +259,70 @@ private void

[GitHub] [kafka] mjsax commented on pull request #9066: KAFKA-10287: Skip unknown offsets when computing sum of changelog offsets

2020-07-25 Thread GitBox
mjsax commented on pull request #9066: URL: https://github.com/apache/kafka/pull/9066#issuecomment-663906866 Java 8 passed the tests in question are know to be flaky. Might be good enough? Leave it to @vvcephei to make a call and merge.

[GitHub] [kafka] mjsax commented on pull request #9066: KAFKA-10287: Skip unknown offsets when computing sum of changelog offsets

2020-07-25 Thread GitBox
mjsax commented on pull request #9066: URL: https://github.com/apache/kafka/pull/9066#issuecomment-663906774 @chia7712 Only committers can trigger Jenkins builds. This is an automated message from the Apache Git Service. To

[GitHub] [kafka] mjsax commented on pull request #9075: KAFKA-10306: GlobalThread should fail on InvalidOffsetException

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

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

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

[GitHub] [kafka] mjsax commented on pull request #9075: KAFKA-10306: GlobalThread should fail on InvalidOffsetException

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

[GitHub] [kafka] chia7712 closed pull request #5708: Minor: remove WorkerCoordinatorMetrics and instantiate the metrics in the constructor of WorkerCoordinator

2020-07-25 Thread GitBox
chia7712 closed pull request #5708: URL: https://github.com/apache/kafka/pull/5708 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 closed pull request #8137: KAFKA-8967 Flaky test kafka.api.SaslSslAdminIntegrationTest.testCreat…

2020-07-25 Thread GitBox
chia7712 closed pull request #8137: URL: https://github.com/apache/kafka/pull/8137 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] ijuma removed a comment on pull request #9022: KAFKA-10158: Improve test behavior and resolve flakiness of test...

2020-07-25 Thread GitBox
ijuma removed a comment on pull request #9022: URL: https://github.com/apache/kafka/pull/9022#issuecomment-663871604 https://builds.apache.org/job/kafka-pr-jdk11-scala2.13/ This is an automated message from the Apache Git

[GitHub] [kafka] ijuma commented on pull request #9022: KAFKA-10158: Improve test behavior and resolve flakiness of test...

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

[GitHub] [kafka] ijuma commented on pull request #9022: KAFKA-10158: Improve test behavior and resolve flakiness of test...

2020-07-25 Thread GitBox
ijuma commented on pull request #9022: URL: https://github.com/apache/kafka/pull/9022#issuecomment-663871604 https://builds.apache.org/job/kafka-pr-jdk11-scala2.13/ This is an automated message from the Apache Git Service.

[GitHub] [kafka] ijuma commented on pull request #9022: KAFKA-10158: Improve test behavior and resolve flakiness of test...

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

[GitHub] [kafka] chia7712 opened a new pull request #9079: KAFKA-10308 fix flaky core/round_trip_fault_test.py

2020-07-25 Thread GitBox
chia7712 opened a new pull request #9079: URL: https://github.com/apache/kafka/pull/9079 Creating a topic may fail (due to timeout) in running system tests. However, ```RoundTripWorker``` does not ignore ```TopicExistsException``` which makes ```round_trip_fault_test.py``` be a flaky one.

[GitHub] [kafka] chia7712 commented on pull request #9066: KAFKA-10287: Skip unknown offsets when computing sum of changelog offsets

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

[GitHub] [kafka] abbccdda merged pull request #8907: MINOR: code cleanup for `VOut` inconsistent naming

2020-07-25 Thread GitBox
abbccdda merged pull request #8907: URL: https://github.com/apache/kafka/pull/8907 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] abbccdda commented on pull request #8907: MINOR: code cleanup for `VOut` inconsistent naming

2020-07-25 Thread GitBox
abbccdda commented on pull request #8907: URL: https://github.com/apache/kafka/pull/8907#issuecomment-663870524 Test failure non related. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka] abbccdda merged pull request #9034: KAFKA-10246 : AbstractProcessorContext topic() throws NPE

2020-07-25 Thread GitBox
abbccdda merged pull request #9034: URL: https://github.com/apache/kafka/pull/9034 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] abbccdda commented on pull request #9052: MINOR: TopologyTestDriver should not require dummy parameters

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

[GitHub] [kafka] ijuma commented on a change in pull request #9022: KAFKA-10158: Improve test behavior and resolve flakiness of test...

2020-07-25 Thread GitBox
ijuma commented on a change in pull request #9022: URL: https://github.com/apache/kafka/pull/9022#discussion_r460416797 ## File path: core/src/test/scala/unit/kafka/admin/TopicCommandWithAdminClientTest.scala ## @@ -673,10 +678,14 @@ class TopicCommandWithAdminClientTest

[GitHub] [kafka] cadonna edited a comment on pull request #9066: KAFKA-10287: Skip unknown offsets when computing sum of changelog offsets

2020-07-25 Thread GitBox
cadonna edited a comment on pull request #9066: URL: https://github.com/apache/kafka/pull/9066#issuecomment-663867610 Java 11 failed with ``` 08:16:38 org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest > shouldUpgradeFromEosAlphaToEosBeta[true] FAILED 08:16:38

[GitHub] [kafka] cadonna commented on pull request #9066: KAFKA-10287: Skip unknown offsets when computing sum of changelog offsets

2020-07-25 Thread GitBox
cadonna commented on pull request #9066: URL: https://github.com/apache/kafka/pull/9066#issuecomment-663867610 Java 11 failed with ``` 08:16:38 org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest > shouldUpgradeFromEosAlphaToEosBeta[true] FAILED 08:16:38

[jira] [Comment Edited] (KAFKA-8733) Offline partitions occur when leader's disk is slow in reads while responding to follower fetch requests.

2020-07-25 Thread Ming Liu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17098264#comment-17098264 ] Ming Liu edited comment on KAFKA-8733 at 7/25/20, 3:03 PM: --- We (at Twitter)

[GitHub] [kafka] vvcephei commented on a change in pull request #9047: KAFKA-9274: Remove `retries` for global task

2020-07-25 Thread GitBox
vvcephei commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r460404740 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImpl.java ## @@ -275,31 +259,70 @@ private void

[GitHub] [kafka] vvcephei commented on a change in pull request #9047: KAFKA-9274: Remove `retries` for global task

2020-07-25 Thread GitBox
vvcephei commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r460404740 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImpl.java ## @@ -275,31 +259,70 @@ private void

[GitHub] [kafka] rgroothuijsen commented on pull request #9078: KAFKA-10132: Return correct value types for MBean attributes

2020-07-25 Thread GitBox
rgroothuijsen commented on pull request #9078: URL: https://github.com/apache/kafka/pull/9078#issuecomment-663854901 I'm not entirely sure about returning raw nulls as a fallback, however, or how permissive it should be about null values in general. Thoughts?

[GitHub] [kafka] rgroothuijsen opened a new pull request #9078: KAFKA-10132: Return correct value types for MBean attributes

2020-07-25 Thread GitBox
rgroothuijsen opened a new pull request #9078: URL: https://github.com/apache/kafka/pull/9078 Currently, JMX outputs all metrics as having type `double`, even if they are strings or other types of numbers. This PR gets the type from the metric's value if possible, with `null` as a

[jira] [Comment Edited] (KAFKA-10307) Topology cycles in KTableKTableForeignKeyInnerJoinMultiIntegrationTest#shouldInnerJoinMultiPartitionQueryable

2020-07-25 Thread Bill Bejeck (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164911#comment-17164911 ] Bill Bejeck edited comment on KAFKA-10307 at 7/25/20, 1:07 PM: --- Hi

[jira] [Commented] (KAFKA-10307) Topology cycles in KTableKTableForeignKeyInnerJoinMultiIntegrationTest#shouldInnerJoinMultiPartitionQueryable

2020-07-25 Thread Bill Bejeck (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164911#comment-17164911 ] Bill Bejeck commented on KAFKA-10307: - Hi [~bchen225242] and [~vvcephei] I'll take a look at this as

[jira] [Assigned] (KAFKA-10307) Topology cycles in KTableKTableForeignKeyInnerJoinMultiIntegrationTest#shouldInnerJoinMultiPartitionQueryable

2020-07-25 Thread Bill Bejeck (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bejeck reassigned KAFKA-10307: --- Assignee: (was: Bill Bejeck) > Topology cycles in >

[jira] [Assigned] (KAFKA-10307) Topology cycles in KTableKTableForeignKeyInnerJoinMultiIntegrationTest#shouldInnerJoinMultiPartitionQueryable

2020-07-25 Thread Bill Bejeck (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bejeck reassigned KAFKA-10307: --- Assignee: Bill Bejeck > Topology cycles in >

[jira] [Updated] (KAFKA-10308) fix flaky core/round_trip_fault_test.py

2020-07-25 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-10308: --- Component/s: system tests > fix flaky core/round_trip_fault_test.py >

[jira] [Created] (KAFKA-10308) fix flaky core/round_trip_fault_test.py

2020-07-25 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10308: -- Summary: fix flaky core/round_trip_fault_test.py Key: KAFKA-10308 URL: https://issues.apache.org/jira/browse/KAFKA-10308 Project: Kafka Issue Type: Bug

[GitHub] [kafka] huxihx merged pull request #9071: KAFKA-10305: Print usage when parsing fails for ConsumerPerformance

2020-07-25 Thread GitBox
huxihx merged pull request #9071: URL: https://github.com/apache/kafka/pull/9071 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

[jira] [Resolved] (KAFKA-10305) Print usage when parsing fails for ConsumerPerformance

2020-07-25 Thread huxihx (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] huxihx resolved KAFKA-10305. Fix Version/s: 2.7.0 Resolution: Fixed > Print usage when parsing fails for ConsumerPerformance >

[GitHub] [kafka] huxihx commented on pull request #9071: KAFKA-10305: Print usage when parsing fails for ConsumerPerformance

2020-07-25 Thread GitBox
huxihx commented on pull request #9071: URL: https://github.com/apache/kafka/pull/9071#issuecomment-663842491 @omkreddy Thanks for the review, merging to trunk. This is an automated message from the Apache Git Service. To

[GitHub] [kafka] Mathieu1124 opened a new pull request #9076: MINOR - fix typo

2020-07-25 Thread GitBox
Mathieu1124 opened a new pull request #9076: URL: https://github.com/apache/kafka/pull/9076 *FIx typo in ProducerConfig* ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify

[GitHub] [kafka] rootex- commented on pull request #6700: KAFKA-7817 ConsumerGroupCommand Regex Feature

2020-07-25 Thread GitBox
rootex- commented on pull request #6700: URL: https://github.com/apache/kafka/pull/6700#issuecomment-663834666 @abbccdda Yes, sure This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] chia7712 commented on pull request #9034: KAFKA-10246 : AbstractProcessorContext topic() throws NPE

2020-07-25 Thread GitBox
chia7712 commented on pull request #9034: URL: https://github.com/apache/kafka/pull/9034#issuecomment-663833458 @AshishRoyJava Nice finding and fixing! > AbstractProcessorContext topic() throws NullPointerException when modifying a state store within the DSL from a punctuator

[GitHub] [kafka] huxihx commented on pull request #9071: KAFKA-10305: Print usage when parsing fails for ConsumerPerformance

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

[GitHub] [kafka] AshishRoyJava commented on pull request #9034: KAFKA-10246 : AbstractProcessorContext topic() throws NPE

2020-07-25 Thread GitBox
AshishRoyJava commented on pull request #9034: URL: https://github.com/apache/kafka/pull/9034#issuecomment-663825200 All checks are failing due to some other test case failure. Can anyone look into the logs please? @abbccdda

[GitHub] [kafka] chia7712 edited a comment on pull request #8657: KAFKA-8334 Make sure the thread which tries to complete delayed reque…

2020-07-25 Thread GitBox
chia7712 edited a comment on pull request #8657: URL: https://github.com/apache/kafka/pull/8657#issuecomment-663818439 @junrao I have rebased this PR to include fix of ```group_mode_transactions_test```. Could you run system tests again? Except for ```streams_eos_test```,

[GitHub] [kafka] chia7712 edited a comment on pull request #8657: KAFKA-8334 Make sure the thread which tries to complete delayed reque…

2020-07-25 Thread GitBox
chia7712 edited a comment on pull request #8657: URL: https://github.com/apache/kafka/pull/8657#issuecomment-663818439 @junrao I have rebased this PR to include fix of ```group_mode_transactions_test```. Could you run system tests again? Except for ```streams_eos_test```,

[GitHub] [kafka] chia7712 commented on pull request #8657: KAFKA-8334 Make sure the thread which tries to complete delayed reque…

2020-07-25 Thread GitBox
chia7712 commented on pull request #8657: URL: https://github.com/apache/kafka/pull/8657#issuecomment-663818439 @junrao I have rebased this PR to include fix of ```group_mode_transactions_test```. Could you run system tests again? Except for ```streams_eos_test``` and transaction

[GitHub] [kafka] abbccdda commented on pull request #8907: MINOR: code cleanup for `VOut` inconsistent naming

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

[jira] [Updated] (KAFKA-10307) Topology cycles in KTableKTableForeignKeyInnerJoinMultiIntegrationTest#shouldInnerJoinMultiPartitionQueryable

2020-07-25 Thread Boyang Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boyang Chen updated KAFKA-10307: Priority: Major (was: Minor) > Topology cycles in >

[jira] [Updated] (KAFKA-10307) Topology cycles in KTableKTableForeignKeyInnerJoinMultiIntegrationTest#shouldInnerJoinMultiPartitionQueryable

2020-07-25 Thread Boyang Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boyang Chen updated KAFKA-10307: Component/s: streams > Topology cycles in >

[jira] [Updated] (KAFKA-10307) Topology cycles in KTableKTableForeignKeyInnerJoinMultiIntegrationTest#shouldInnerJoinMultiPartitionQueryable

2020-07-25 Thread Boyang Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boyang Chen updated KAFKA-10307: Affects Version/s: 2.6.0 2.4.0 2.5.0 > Topology

[jira] [Commented] (KAFKA-10307) Topology cycles in KTableKTableForeignKeyInnerJoinMultiIntegrationTest#shouldInnerJoinMultiPartitionQueryable

2020-07-25 Thread Boyang Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164760#comment-17164760 ] Boyang Chen commented on KAFKA-10307: - [~vvcephei] Could you take a look? [~feyman] found this out

[jira] [Created] (KAFKA-10307) Topology cycles in KTableKTableForeignKeyInnerJoinMultiIntegrationTest#shouldInnerJoinMultiPartitionQueryable

2020-07-25 Thread Boyang Chen (Jira)
Boyang Chen created KAFKA-10307: --- Summary: Topology cycles in KTableKTableForeignKeyInnerJoinMultiIntegrationTest#shouldInnerJoinMultiPartitionQueryable Key: KAFKA-10307 URL: