[jira] [Updated] (KAFKA-16247) replica keep out-of-sync after migrating broker to KRaft

2024-02-14 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-16247: -- Description: We are deploying 3 controllers and 3 brokers, and following the steps in

Re: [PR] KAFKA-14569: Migrate Kafka Streams tests from Zookeeper to KRaft [kafka]

2024-02-14 Thread via GitHub
OmniaGM commented on PR #15341: URL: https://github.com/apache/kafka/pull/15341#issuecomment-1943628282 > Thanks for the comments! I just realized that the PR can use additional improvements, i.e. I can get rid of `KafkaEmbedded` since with KRaft you can set up the entire Kafka cluster

Re: [PR] KAFKA-16155: Re-enable testAutoCommitIntercept [kafka]

2024-02-14 Thread via GitHub
lucasbru commented on code in PR #15334: URL: https://github.com/apache/kafka/pull/15334#discussion_r1489269554 ## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ## @@ -1378,6 +1377,14 @@ class PlaintextConsumerTest extends BaseConsumerTest { //

[PR] WIP [kafka]

2024-02-14 Thread via GitHub
cadonna opened a new pull request, #15369: URL: https://github.com/apache/kafka/pull/15369 *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

Re: [PR] KAFKA-15761: KRaft support in EpochDrivenReplicationProtocolAcceptanceTest [kafka]

2024-02-14 Thread via GitHub
mimaison commented on PR #15295: URL: https://github.com/apache/kafka/pull/15295#issuecomment-1943420168 It seems this breaks all the `EpochDrivenReplicationProtocolAcceptanceWithIbp26Test` tests, see

[jira] [Updated] (KAFKA-16253) kafka_server_alterPartition_metrics_network_io_total is not supported in kafka 3.5.1

2024-02-14 Thread Janardhana Gopalachar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Janardhana Gopalachar updated KAFKA-16253: -- Description: HiĀ  The metricsĀ  below was supported in kafka 3.2.3 but in

[jira] [Created] (KAFKA-16253) kafka_server_alterPartition_metrics_network_io_total is not supported in kafka 3.5.1

2024-02-14 Thread Janardhana Gopalachar (Jira)
Janardhana Gopalachar created KAFKA-16253: - Summary: kafka_server_alterPartition_metrics_network_io_total is not supported in kafka 3.5.1 Key: KAFKA-16253 URL:

Re: [PR] KAFKA-15770: IQv2 must return immutable position [kafka]

2024-02-14 Thread via GitHub
lucasbru commented on PR #15219: URL: https://github.com/apache/kafka/pull/15219#issuecomment-1943367130 Do we need to lock the implementations of `AbstractDualSchemaRocksDBSegmentedBytesStore.getWriteBatches` ? -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] KAFKA-8977: Remove MockStreamsMetrics since it is not a mock [kafka]

2024-02-14 Thread via GitHub
joobisb commented on PR #13931: URL: https://github.com/apache/kafka/pull/13931#issuecomment-1943338949 @cadonna i've addressed the changes and fixed merge conflicts, could you please take a look -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] MINOR: Fix group metadata loading log [kafka]

2024-02-14 Thread via GitHub
dajac opened a new pull request, #15368: URL: https://github.com/apache/kafka/pull/15368 Spotted the following log: ``` [2024-02-14 09:59:30,103] INFO [GroupCoordinator id=1] Finished loading of metadata from 39 in __consumer_offsets-4ms with epoch 2 where 39ms was spent in the

Re: [PR] MINOR: Clean up core metrics, migration, network, raft, security, serializer, tools, utils, and zookeeper modules [kafka]

2024-02-14 Thread via GitHub
mimaison commented on code in PR #15279: URL: https://github.com/apache/kafka/pull/15279#discussion_r1489088035 ## core/src/main/scala/kafka/tools/ConsoleConsumer.scala: ## @@ -37,6 +37,7 @@ import org.apache.kafka.common.utils.Time import org.apache.kafka.common.utils.Utils

<    1   2