Re: [PR] flaky test report improvements [kafka]

2024-12-16 Thread via GitHub
santhoshct commented on PR #18212: URL: https://github.com/apache/kafka/pull/18212#issuecomment-2547713388 I was also thinking about removing the high priority quarantine test report. the layout looks uniform. I have added it and updated the results in PR description. -- This is an autom

[jira] [Resolved] (KAFKA-18200) New coordinator can flush an empty batch if append fails

2024-12-16 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-18200. - Resolution: Fixed > New coordinator can flush an empty batch if append fails > -

Re: [PR] KAFKA-18200: Handle empty batches in coordinator runtime [kafka]

2024-12-16 Thread via GitHub
dajac merged PR #18144: URL: https://github.com/apache/kafka/pull/18144 -- 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 specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.or

[jira] [Updated] (KAFKA-17507) WriteTxnMarkers API must not return until markers are written and materialized in group coordinator's cache

2024-12-16 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-17507: Fix Version/s: 3.9.1 > WriteTxnMarkers API must not return until markers are written and > materi

Re: [PR] KAFKA-17507; WriteTxnMarkers API must not return until markers are written and materialized in group coordinator's cache [kafka]

2024-12-16 Thread via GitHub
dajac merged PR #18206: URL: https://github.com/apache/kafka/pull/18206 -- 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 specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.or

Re: [PR] KAFKA-10730: KafkaApis#handleProduceRequest should use auto-generated protocol [kafka]

2024-12-16 Thread via GitHub
ijuma commented on PR #18216: URL: https://github.com/apache/kafka/pull/18216#issuecomment-2547665114 This added twice as much code as it removed - the benefit doesn't seem to justify the cost. If we want to do this, we should avoid all the extra verbosity. -- This is an automated messag

[jira] [Assigned] (KAFKA-18279) add JDK 11 check and test for clients and streams module

2024-12-16 Thread Nick Guo (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Guo reassigned KAFKA-18279: Assignee: Nick Guo (was: Chia-Ping Tsai) > add JDK 11 check and test for clients and streams mod

Re: [PR] KAFKA-18264: Remove NotLeaderForPartitionException [kafka]

2024-12-16 Thread via GitHub
Rancho-7 commented on PR #18211: URL: https://github.com/apache/kafka/pull/18211#issuecomment-2547597047 > yes, please :) Thanks! Updated it. -- 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 t

[jira] [Updated] (KAFKA-18281) Kafka (3.9.0) is improperly validating non-advertised listeners for routable controller addresses

2024-12-16 Thread Justin Lee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Lee updated KAFKA-18281: --- Description: Kafka 3.9.0 is currently validating whether all listeners (including non-advertised co

[jira] [Created] (KAFKA-18281) Kafka (3.9.0) is improperly validating non-advertised listeners for routable controller addresses

2024-12-16 Thread Justin Lee (Jira)
Justin Lee created KAFKA-18281: -- Summary: Kafka (3.9.0) is improperly validating non-advertised listeners for routable controller addresses Key: KAFKA-18281 URL: https://issues.apache.org/jira/browse/KAFKA-18281

[jira] [Updated] (KAFKA-17178) Update KTable.transformValues to new Processor API

2024-12-16 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-17178: --- Fix Version/s: 4.1.0 > Update KTable.transformValues to new Processor API >

[jira] [Assigned] (KAFKA-17178) Update KTable.transformValues to new Processor API

2024-12-16 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman reassigned KAFKA-17178: -- Assignee: A. Sophie Blee-Goldman > Update KTable.transformValues to n

[jira] [Created] (KAFKA-18280) fix e2e TestSecurityRollingUpgrade.test_rolling_upgrade_sasl_mechanism_phase_one

2024-12-16 Thread TaiJuWu (Jira)
TaiJuWu created KAFKA-18280: --- Summary: fix e2e TestSecurityRollingUpgrade.test_rolling_upgrade_sasl_mechanism_phase_one Key: KAFKA-18280 URL: https://issues.apache.org/jira/browse/KAFKA-18280 Project: Kafka

Re: [PR] KAFKA-18232: Add share group state topic prune metrics. [kafka]

2024-12-16 Thread via GitHub
smjn commented on code in PR #18174: URL: https://github.com/apache/kafka/pull/18174#discussion_r1887908162 ## share-coordinator/src/main/java/org/apache/kafka/coordinator/share/metrics/ShareCoordinatorMetrics.java: ## @@ -153,4 +158,31 @@ public void record(String sensorName) {

[jira] [Assigned] (KAFKA-18278) the name and description of `run-gradle` is incorrect

2024-12-16 Thread Logan Zhu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Logan Zhu reassigned KAFKA-18278: - Assignee: Logan Zhu (was: Chia-Ping Tsai) > the name and description of `run-gradle` is incorr

[jira] [Created] (KAFKA-18279) add JDK 11 check and test for clients and streams module

2024-12-16 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18279: -- Summary: add JDK 11 check and test for clients and streams module Key: KAFKA-18279 URL: https://issues.apache.org/jira/browse/KAFKA-18279 Project: Kafka

Re: [PR] MINOR: Use JDK 17 in Vagrant after dropping JDK 8 [kafka]

2024-12-16 Thread via GitHub
chia7712 commented on PR #17861: URL: https://github.com/apache/kafka/pull/17861#issuecomment-2547534981 > Perhaps we could do just one of them to keep maintenance cost at a reasonable place - the JUnit tests seem easier to configure and debug. file https://issues.apache.org/jira/brow

Re: [PR] KAFKA-18232: Add share group state topic prune metrics. [kafka]

2024-12-16 Thread via GitHub
smjn commented on code in PR #18174: URL: https://github.com/apache/kafka/pull/18174#discussion_r1887908162 ## share-coordinator/src/main/java/org/apache/kafka/coordinator/share/metrics/ShareCoordinatorMetrics.java: ## @@ -153,4 +158,31 @@ public void record(String sensorName) {

[jira] [Created] (KAFKA-18278) the name and description of `run-gradle` is incorrect

2024-12-16 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18278: -- Summary: the name and description of `run-gradle` is incorrect Key: KAFKA-18278 URL: https://issues.apache.org/jira/browse/KAFKA-18278 Project: Kafka Iss

Re: [PR] KAFKA-18232: Add share group state topic prune metrics. [kafka]

2024-12-16 Thread via GitHub
smjn commented on PR #18174: URL: https://github.com/apache/kafka/pull/18174#issuecomment-2547529071 > Thanks for the details, I have some more questions to understand the usage of metric. @apoorvmittal10 Thanks for next review iteration. Responded to comments. -- This is an au

Re: [PR] KAFKA-18232: Add share group state topic prune metrics. [kafka]

2024-12-16 Thread via GitHub
smjn commented on code in PR #18174: URL: https://github.com/apache/kafka/pull/18174#discussion_r1887909112 ## share-coordinator/src/main/java/org/apache/kafka/coordinator/share/metrics/ShareCoordinatorMetrics.java: ## @@ -153,4 +158,31 @@ public void record(String sensorName) {

[jira] [Updated] (KAFKA-18277) fix e2e network_degrade_test

2024-12-16 Thread TaiJuWu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TaiJuWu updated KAFKA-18277: Description: [https://github.com/apache/kafka/pull/18000/files] make output as console instead of log so

[jira] [Updated] (KAFKA-18277) fix e2e network_degrade_test

2024-12-16 Thread TaiJuWu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TaiJuWu updated KAFKA-18277: Description: [https://github.com/apache/kafka/pull/18000/files] make output as console instead of log so

[jira] [Updated] (KAFKA-18277) fix e2e network_degrade_test

2024-12-16 Thread TaiJuWu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TaiJuWu updated KAFKA-18277: Description: [https://github.com/apache/kafka/pull/18000/files] make output as console instead of log so

Re: [PR] KAFKA-18232: Add share group state topic prune metrics. [kafka]

2024-12-16 Thread via GitHub
smjn commented on code in PR #18174: URL: https://github.com/apache/kafka/pull/18174#discussion_r1887908162 ## share-coordinator/src/main/java/org/apache/kafka/coordinator/share/metrics/ShareCoordinatorMetrics.java: ## @@ -153,4 +158,31 @@ public void record(String sensorName) {

[jira] [Created] (KAFKA-18277) fix e2e network_degrade_test

2024-12-16 Thread TaiJuWu (Jira)
TaiJuWu created KAFKA-18277: --- Summary: fix e2e network_degrade_test Key: KAFKA-18277 URL: https://issues.apache.org/jira/browse/KAFKA-18277 Project: Kafka Issue Type: Test Reporter: Tai

Re: [PR] KAFKA-18232: Add share group state topic prune metrics. [kafka]

2024-12-16 Thread via GitHub
smjn commented on code in PR #18174: URL: https://github.com/apache/kafka/pull/18174#discussion_r1887904112 ## share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorService.java: ## @@ -317,6 +317,10 @@ private CompletableFuture performRecordPruning

Re: [PR] MINOR: Use JDK 17 in Vagrant after dropping JDK 8 [kafka]

2024-12-16 Thread via GitHub
ijuma commented on PR #17861: URL: https://github.com/apache/kafka/pull/17861#issuecomment-2547515965 > Running the clients/streams tests with Java 11 (both system and JUnit) would be a plus. Perhaps we could do just one of them to keep maintenance cost at a reasonable place - the JU

Re: [PR] MINOR: Use JDK 17 in Vagrant after dropping JDK 8 [kafka]

2024-12-16 Thread via GitHub
ijuma commented on PR #17861: URL: https://github.com/apache/kafka/pull/17861#issuecomment-2547512140 Compilation isn't a worry, the JDK does a great job of cross-compiling. Also, we can use the same version in our tests and the release. The more interesting question is runtime behavior - t

[jira] [Updated] (KAFKA-18231) fix e2e reassign_partitions_test

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-18231: --- Fix Version/s: 4.0.0 > fix e2e reassign_partitions_test > >

[jira] [Commented] (KAFKA-15342) Considering upgrading to Mockito 5.4.1 or later

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906260#comment-17906260 ] Chia-Ping Tsai commented on KAFKA-15342: Mockito is upgraded to 5.14.2, so maybe

Re: [PR] KAFKA-18270: SaslHandshake v0 incorrectly tagged as deprecated [kafka]

2024-12-16 Thread via GitHub
ijuma merged PR #18221: URL: https://github.com/apache/kafka/pull/18221 -- 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 specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.or

[jira] [Updated] (KAFKA-17418) Fix the incorrect markdown of junit.py caused by newline character

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-17418: --- Fix Version/s: 4.0.0 (was: 4.1.0) > Fix the incorrect markdown of jun

[jira] [Updated] (KAFKA-17343) Fix failed benchmark_test.py

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-17343: --- Fix Version/s: 4.1.0 (was: 4.0.0) > Fix failed benchmark_test.py > --

[jira] [Updated] (KAFKA-17418) Fix the incorrect markdown of junit.py caused by newline character

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-17418: --- Fix Version/s: 4.1.0 (was: 4.0.0) > Fix the incorrect markdown of jun

[jira] [Resolved] (KAFKA-17418) Fix the incorrect markdown of junit.py caused by newline character

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17418. Resolution: Fixed > Fix the incorrect markdown of junit.py caused by newline character > -

[jira] [Resolved] (KAFKA-16096) Drop broker and tools support for Java 11 in Kafka 4.0 (deprecate in 3.7) (KIP-1013)

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-16096. Resolution: Fixed all sub-tasks are completed > Drop broker and tools support for Java 11

[jira] [Assigned] (KAFKA-18276) Migrate RebootstrapTest to new test infra

2024-12-16 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Lee reassigned KAFKA-18276: - Assignee: Peter Lee (was: Chia-Ping Tsai) > Migrate RebootstrapTest to new test infra > --

Re: [PR] KAFKA-18218: Trogdor system test can't find coordinator [kafka]

2024-12-16 Thread via GitHub
TaiJuWu commented on PR #18156: URL: https://github.com/apache/kafka/pull/18156#issuecomment-2547493784 Even if apply this pathc, `NetworkDegradeTest` still fail since `Starting agent process` appear in `log` instead of `stdout`. -- This is an automated message from the Apache Git Service

Re: [PR] KAFKA-18264: Remove NotLeaderForPartitionException [kafka]

2024-12-16 Thread via GitHub
chia7712 commented on PR #18211: URL: https://github.com/apache/kafka/pull/18211#issuecomment-2547492354 > I'm not quite sure. Should we add it to the 4.0 version of upgrade.html? yes, please :) -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Updated] (KAFKA-18275) Restarting broker in testing should use the same port

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-18275: --- Fix Version/s: 4.1.0 > Restarting broker in testing should use the same port > -

[jira] [Updated] (KAFKA-18276) Migrate RebootstrapTest to new test infra

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-18276: --- Fix Version/s: 4.1.0 > Migrate RebootstrapTest to new test infra > -

[jira] [Commented] (KAFKA-17986) Fix ConsumerRebootstrapTest and ProducerRebootstrapTest

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906257#comment-17906257 ] Chia-Ping Tsai commented on KAFKA-17986: new test infra has some trouble - KAFKA

[jira] [Created] (KAFKA-18276) Migrate RebootstrapTest to new test infra

2024-12-16 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18276: -- Summary: Migrate RebootstrapTest to new test infra Key: KAFKA-18276 URL: https://issues.apache.org/jira/browse/KAFKA-18276 Project: Kafka Issue Type: Imp

[jira] [Updated] (KAFKA-18267) Add test for CloseOption

2024-12-16 Thread TengYao Chi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TengYao Chi updated KAFKA-18267: Fix Version/s: 4.1.0 > Add test for CloseOption > > > Key

[jira] [Assigned] (KAFKA-18274) Failed to restart controller in testing due to closed socket channel

2024-12-16 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Lee reassigned KAFKA-18274: - Assignee: Peter Lee (was: Chia-Ping Tsai) > Failed to restart controller in testing due to clo

[jira] [Resolved] (KAFKA-18237) add 3.7.2 to code base

2024-12-16 Thread TengYao Chi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TengYao Chi resolved KAFKA-18237. - Resolution: Fixed > add 3.7.2 to code base > -- > > Key: KAF

[jira] [Assigned] (KAFKA-18275) Restarting broker in testing should use the same port

2024-12-16 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Lee reassigned KAFKA-18275: - Assignee: Peter Lee (was: Chia-Ping Tsai) > Restarting broker in testing should use the same p

[jira] [Created] (KAFKA-18275) Restarting broker in testing should use the same port

2024-12-16 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18275: -- Summary: Restarting broker in testing should use the same port Key: KAFKA-18275 URL: https://issues.apache.org/jira/browse/KAFKA-18275 Project: Kafka Iss

[jira] [Updated] (KAFKA-17986) Fix ConsumerRebootstrapTest and ProducerRebootstrapTest

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-17986: --- Fix Version/s: 4.1.0 > Fix ConsumerRebootstrapTest and ProducerRebootstrapTest > ---

[jira] [Updated] (KAFKA-18274) Failed to restart controller in testing due to closed socket channel

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-18274: --- Fix Version/s: 4.1.0 > Failed to restart controller in testing due to closed socket channel

[jira] [Updated] (KAFKA-18274) Failed to restart controller in testing due to closed socket channel

2024-12-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-18274: --- Issue Type: Bug (was: Improvement) > Failed to restart controller in testing due to closed

[jira] [Created] (KAFKA-18274) Failed to restart controller in testing due to closed socket channel

2024-12-16 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18274: -- Summary: Failed to restart controller in testing due to closed socket channel Key: KAFKA-18274 URL: https://issues.apache.org/jira/browse/KAFKA-18274 Project: Kaf

Re: [PR] KAFKA-7059 Offer new constructor on ProducerRecord [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5228: URL: https://github.com/apache/kafka/pull/5228#issuecomment-2547440956 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] MINOR: Remove new consumer references in the code [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5251: MINOR: Remove new consumer references in the code URL: https://github.com/apache/kafka/pull/5251 -- 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 sp

Re: [PR] MINOR: Remove new consumer references in the code [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5251: URL: https://github.com/apache/kafka/pull/5251#issuecomment-2547441060 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-6203 [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5243: KAFKA-6203 URL: https://github.com/apache/kafka/pull/5243 -- 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 specific comment. To unsubscribe, e-mail:

Re: [PR] KAFKA-6203 [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5243: URL: https://github.com/apache/kafka/pull/5243#issuecomment-2547441025 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-7060: Add override arguments to ConnectDistributed command line [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5234: KAFKA-7060: Add override arguments to ConnectDistributed command line URL: https://github.com/apache/kafka/pull/5234 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] KAFKA-7060: Add override arguments to ConnectDistributed command line [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5234: URL: https://github.com/apache/kafka/pull/5234#issuecomment-2547440982 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-7059 Offer new constructor on ProducerRecord [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5228: KAFKA-7059 Offer new constructor on ProducerRecord URL: https://github.com/apache/kafka/pull/5228 -- 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 s

Re: [PR] KAFKA-1614: Partition log directory and segments info exposed via JMX [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5102: KAFKA-1614: Partition log directory and segments info exposed via JMX URL: https://github.com/apache/kafka/pull/5102 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] KAFKA-7022: Validate that log.segment.bytes is big enough for one batch [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5167: KAFKA-7022: Validate that log.segment.bytes is big enough for one batch URL: https://github.com/apache/kafka/pull/5167 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] KAFKA-7022: Validate that log.segment.bytes is big enough for one batch [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5167: URL: https://github.com/apache/kafka/pull/5167#issuecomment-2547440924 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-7020: Error when deleting topic with access denied exception [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5162: KAFKA-7020: Error when deleting topic with access denied exception URL: https://github.com/apache/kafka/pull/5162 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] KAFKA-7020: Error when deleting topic with access denied exception [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5162: URL: https://github.com/apache/kafka/pull/5162#issuecomment-2547440890 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-7061: Enhanced log compaction [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5149: URL: https://github.com/apache/kafka/pull/5149#issuecomment-2547440854 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-7061: Enhanced log compaction [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5149: KAFKA-7061: Enhanced log compaction URL: https://github.com/apache/kafka/pull/5149 -- 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 specific comment

Re: [PR] KAFKA-6983: Error while deleting segments - The process cannot access the file because it is being used by another process [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5140: URL: https://github.com/apache/kafka/pull/5140#issuecomment-2547440830 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-6983: Error while deleting segments - The process cannot access the file because it is being used by another process [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5140: KAFKA-6983: Error while deleting segments - The process cannot access the file because it is being used by another process URL: https://github.com/apache/kafka/pull/5140 -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] KAFKA-6722: SensorAccess.getOrCreate should be more efficient [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5138: KAFKA-6722: SensorAccess.getOrCreate should be more efficient URL: https://github.com/apache/kafka/pull/5138 -- 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

Re: [PR] KAFKA-6722: SensorAccess.getOrCreate should be more efficient [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5138: URL: https://github.com/apache/kafka/pull/5138#issuecomment-2547440809 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-1614: Partition log directory and segments info exposed via JMX [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5102: URL: https://github.com/apache/kafka/pull/5102#issuecomment-2547440769 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-6420: Adding Msys support [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5089: URL: https://github.com/apache/kafka/pull/5089#issuecomment-2547440744 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-6420: Adding Msys support [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5089: KAFKA-6420: Adding Msys support URL: https://github.com/apache/kafka/pull/5089 -- 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 specific comment. To

Re: [PR] this is more a warn/error log than info [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5059: URL: https://github.com/apache/kafka/pull/5059#issuecomment-2547440716 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-6895: (WIP) Schema Inferencing for JsonConverter [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5001: KAFKA-6895: (WIP) Schema Inferencing for JsonConverter URL: https://github.com/apache/kafka/pull/5001 -- 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 t

Re: [PR] this is more a warn/error log than info [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5059: this is more a warn/error log than info URL: https://github.com/apache/kafka/pull/5059 -- 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 specific com

Re: [PR] Update kafka-run-class.sh to work with paths containing spaces [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #5004: Update kafka-run-class.sh to work with paths containing spaces URL: https://github.com/apache/kafka/pull/5004 -- 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

Re: [PR] Update kafka-run-class.sh to work with paths containing spaces [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5004: URL: https://github.com/apache/kafka/pull/5004#issuecomment-2547440690 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-6895: (WIP) Schema Inferencing for JsonConverter [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #5001: URL: https://github.com/apache/kafka/pull/5001#issuecomment-2547440659 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-6891 fixed config constraints in KafkaConnect + refactoring [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #4995: KAFKA-6891 fixed config constraints in KafkaConnect + refactoring URL: https://github.com/apache/kafka/pull/4995 -- 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

Re: [PR] KAFKA-6864: Pass null key and value to deserializer [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] closed pull request #4969: KAFKA-6864: Pass null key and value to deserializer URL: https://github.com/apache/kafka/pull/4969 -- 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

Re: [PR] KAFKA-6891 fixed config constraints in KafkaConnect + refactoring [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #4995: URL: https://github.com/apache/kafka/pull/4995#issuecomment-2547440622 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

Re: [PR] KAFKA-6864: Pass null key and value to deserializer [kafka]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #4969: URL: https://github.com/apache/kafka/pull/4969#issuecomment-2547440593 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to r

[jira] [Commented] (KAFKA-18069) Out of order output from windowed aggregations

2024-12-16 Thread Khoa Nguyen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906243#comment-17906243 ] Khoa Nguyen commented on KAFKA-18069: - Hi [~rhishikeshj], can I take this one? > Ou

Re: [PR] KAFKA-18227: Ensure v2 partitions are not added to last transaction during upgrade [kafka]

2024-12-16 Thread via GitHub
artemlivshits commented on code in PR #18176: URL: https://github.com/apache/kafka/pull/18176#discussion_r1887732290 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ## @@ -437,15 +442,21 @@ public boolean isTransactional() {

Re: [PR] KAFKA-18082: Add 0.11, 1.0, 1.1 and 2.0 to consumer upgrade e2e [kafka]

2024-12-16 Thread via GitHub
brandboat commented on PR #18193: URL: https://github.com/apache/kafka/pull/18193#issuecomment-2547378632 client e2e all passed. -- 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 specific comme

Re: [PR] [WIP] KIP-891: Connect Multiversion Support (Transformation and Predicate Changes) [kafka]

2024-12-16 Thread via GitHub
gharris1727 commented on code in PR #17742: URL: https://github.com/apache/kafka/pull/17742#discussion_r1887268918 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorConfig.java: ## @@ -594,12 +609,15 @@ void enrich(ConfigDef newDef) { in

[jira] [Commented] (KAFKA-16260) Deprecate window.size.ms and window.inner.serde.class in StreamsConfig

2024-12-16 Thread PoAn Yang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906230#comment-17906230 ] PoAn Yang commented on KAFKA-16260: --- Hi [~ableegoldman], I saw the assignee was remove

[jira] [Updated] (KAFKA-15307) Kafka Streams configuration docs outdated

2024-12-16 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-15307: Summary: Kafka Streams configuration docs outdated (was: Kafka Streams configuration docs

Re: [PR] KAFKA-16260: Deprecate window.size.ms in StreamsConfig.java and index.html [kafka]

2024-12-16 Thread via GitHub
mjsax closed pull request #16391: KAFKA-16260: Deprecate window.size.ms in StreamsConfig.java and index.html URL: https://github.com/apache/kafka/pull/16391 -- 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

[jira] [Updated] (KAFKA-15307) Kafka Streams configuration docs outdate

2024-12-16 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-15307: Labels: beginner newbie (was: ) > Kafka Streams configuration docs outdate >

[jira] [Assigned] (KAFKA-15307) Kafka Streams configuration docs outdate

2024-12-16 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax reassigned KAFKA-15307: --- Assignee: (was: Lucia Cerchie) > Kafka Streams configuration docs outdate > ---

Re: [PR] KAFKA-16260: Deprecate window.size.ms in StreamsConfig.java and index.html [kafka]

2024-12-16 Thread via GitHub
mjsax commented on PR #16391: URL: https://github.com/apache/kafka/pull/16391#issuecomment-2547296246 Closing this for now. We can reopen anytime. -- 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

Re: [PR] KAFKA-15307: Update/errors for deprecated config [kafka]

2024-12-16 Thread via GitHub
mjsax commented on PR #14448: URL: https://github.com/apache/kafka/pull/14448#issuecomment-2547295553 Closing is for now. We can reopen anytime. -- 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 th

Re: [PR] KAFKA-15307: Update/errors for deprecated config [kafka]

2024-12-16 Thread via GitHub
mjsax closed pull request #14448: KAFKA-15307: Update/errors for deprecated config URL: https://github.com/apache/kafka/pull/14448 -- 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 specific commen

[jira] [Assigned] (KAFKA-16260) Deprecate window.size.ms and window.inner.serde.class in StreamsConfig

2024-12-16 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman reassigned KAFKA-16260: -- Assignee: (was: Lucia Cerchie) > Deprecate window.size.ms and win

Re: [PR] KAFKA-18232: Add share group state topic prune metrics. [kafka]

2024-12-16 Thread via GitHub
apoorvmittal10 commented on code in PR #18174: URL: https://github.com/apache/kafka/pull/18174#discussion_r1887340541 ## share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorService.java: ## @@ -317,6 +317,10 @@ private CompletableFuture performRec

[jira] [Commented] (KAFKA-15998) EAGER rebalance onPartitionsAssigned() called with no previous onPartitionsLost() nor onPartitionsRevoked()

2024-12-16 Thread Jonathan Haapala (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906224#comment-17906224 ] Jonathan Haapala commented on KAFKA-15998: -- We are still periodically running i

  1   2   3   4   >