Re: [PR] Minor: Cherry pick Streams's State directory lock back off retry to 3.8 [kafka]

2025-01-26 Thread via GitHub
lucasbru merged PR #18660: URL: https://github.com/apache/kafka/pull/18660 -- 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

Re: [PR] MINOR: KafkaProducerTest - Fix resource leakage and replace explicit invocation of close() method with try with resources [kafka]

2025-01-26 Thread via GitHub
pramithas commented on PR #18678: URL: https://github.com/apache/kafka/pull/18678#issuecomment-2615004293 Thank you, @gharris1727,for your thoughtful feedback. You raised a valid concern about cascading test failures in this approach. However, if we ensure all existing tests are fixed

Re: [PR] KAFKA-18633: Remove errorUnavailableEndpoints from handleTopicMetadataRequest [kafka]

2025-01-26 Thread via GitHub
chia7712 commented on PR #18692: URL: https://github.com/apache/kafka/pull/18692#issuecomment-2614938712 > Let's please not merge this for now. We're considering the possibility of restoring the older metadata versions since that change breaks all released versions of kafka-python. y

Re: [PR] KAFKA-18633: Remove errorUnavailableEndpoints from handleTopicMetadataRequest [kafka]

2025-01-26 Thread via GitHub
ijuma commented on PR #18692: URL: https://github.com/apache/kafka/pull/18692#issuecomment-2614874373 Let's please not merge this for now. We're considering the possibility of restoring the older metadata versions since this change breaks all released versions of kafka-python. -- This is

Re: [PR] KAFKA-18636 Fix how we handle Gradle exits in CI [kafka]

2025-01-26 Thread via GitHub
mumrah commented on PR #18681: URL: https://github.com/apache/kafka/pull/18681#issuecomment-2614865853 @chia7712 wdyt? Any concerns with caching the test task if there were flaky failures? If we are okay with this it will simplify a lot. -- This is an automated message from the Apache Git

Re: [PR] KAFKA-18206: EmbeddedKafkaCluster must set features [kafka]

2025-01-26 Thread via GitHub
brandboat commented on PR #18189: URL: https://github.com/apache/kafka/pull/18189#issuecomment-2614845790 Bunch of ci failed in this PR since ClearElrRecord isn't corrected handled, but will be fixed after https://github.com/apache/kafka/pull/18708 merged. -- This is an automated message

Re: [PR] [WIP] MINOR: Use named class for ExpiringCredential to improve `principalLogText()` output [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12587: URL: https://github.com/apache/kafka/pull/12587#issuecomment-2614790435 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

[PR] KAFKA-18576: Convert ConfigType to Enum [kafka]

2025-01-26 Thread via GitHub
frankvicky opened a new pull request, #18711: URL: https://github.com/apache/kafka/pull/18711 JIRA: KAFKA-18576 After removing ZooKeeper, we no longer need to exclude `client_metrics` and `group` from `ConfigType#ALL`. Since it's a common pattern to provide a mechanism to know all

Re: [PR] MINOR: Use dynamic metadata.version check for KIP-704 [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12182: URL: https://github.com/apache/kafka/pull/12182#issuecomment-2614789731 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

Re: [PR] KIP-971: Expose replication-offset-lag Mirror metric [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #14077: KIP-971: Expose replication-offset-lag Mirror metric URL: https://github.com/apache/kafka/pull/14077 -- 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] KAFKA-14053: Transactional producer should bump the epoch and skip ab… [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12392: URL: https://github.com/apache/kafka/pull/12392#issuecomment-2614790106 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

Re: [PR] KAFKA-14081: Cannot get my MetricsReporter implementation to receive meaningful metrics [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12546: URL: https://github.com/apache/kafka/pull/12546#issuecomment-2614790376 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

Re: [PR] KAFKA-14250: MirrorSourceTask exception causes the task to fail [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12671: URL: https://github.com/apache/kafka/pull/12671#issuecomment-2614790528 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

Re: [PR] KAFKA-14191: Add end-to-end latency metrics to Connectors [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12647: KAFKA-14191: Add end-to-end latency metrics to Connectors URL: https://github.com/apache/kafka/pull/12647 -- 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

Re: [PR] MINOR: Include listener name in SocketServer acceptor and processor log context [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12194: MINOR: Include listener name in SocketServer acceptor and processor log context URL: https://github.com/apache/kafka/pull/12194 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] KAFKA-15303: Avoid unnecessary re-serialization in FK-join [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #14157: URL: https://github.com/apache/kafka/pull/14157#issuecomment-2614791146 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

Re: [PR] KAFKA-15038: Add metadatacache into RemoteLogManager, and refactor all relevant codes [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #14136: KAFKA-15038: Add metadatacache into RemoteLogManager, and refactor all relevant codes URL: https://github.com/apache/kafka/pull/14136 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] KAFKA-15094: RemoteIndexCache stats [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #14073: KAFKA-15094: RemoteIndexCache stats URL: https://github.com/apache/kafka/pull/14073 -- 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] KAFKA-15296: Allow offsets to be committed for filtered records when Exactly Once support is disabled [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #14158: KAFKA-15296: Allow offsets to be committed for filtered records when Exactly Once support is disabled URL: https://github.com/apache/kafka/pull/14158 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] KAFKA-15038: Add metadatacache into RemoteLogManager, and refactor all relevant codes [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #14136: URL: https://github.com/apache/kafka/pull/14136#issuecomment-2614791117 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

Re: [PR] KAFKA-5238: BrokerTopicMetrics can be recreated after topic is deleted [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #13113: URL: https://github.com/apache/kafka/pull/13113#issuecomment-2614790760 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

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

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #13931: URL: https://github.com/apache/kafka/pull/13931#issuecomment-2614790951 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

Re: [PR] KAFKA-15303: Avoid unnecessary re-serialization in FK-join [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #14157: KAFKA-15303: Avoid unnecessary re-serialization in FK-join URL: https://github.com/apache/kafka/pull/14157 -- 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 g

Re: [PR] KAFKA-15296: Allow offsets to be committed for filtered records when Exactly Once support is disabled [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #14158: URL: https://github.com/apache/kafka/pull/14158#issuecomment-2614791174 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

Re: [PR] KIP-971: Expose replication-offset-lag Mirror metric [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #14077: URL: https://github.com/apache/kafka/pull/14077#issuecomment-2614791103 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

Re: [PR] KAFKA-12495: IncrementalCooperativeAssignor#handleLostAssignments invokes logic for lost Assignments even when there are no Lost assignments [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #14000: KAFKA-12495: IncrementalCooperativeAssignor#handleLostAssignments invokes logic for lost Assignments even when there are no Lost assignments URL: https://github.com/apache/kafka/pull/14000 -- This is an automated message from the Apache Git Ser

Re: [PR] KAFKA-15094: RemoteIndexCache stats [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #14073: URL: https://github.com/apache/kafka/pull/14073#issuecomment-2614791064 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

Re: [PR] KAFKA-15050: format the prompts in the quickstart [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #13862: URL: https://github.com/apache/kafka/pull/13862#issuecomment-2614790889 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

Re: [PR] KAFKA-12495: IncrementalCooperativeAssignor#handleLostAssignments invokes logic for lost Assignments even when there are no Lost assignments [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #14000: URL: https://github.com/apache/kafka/pull/14000#issuecomment-2614791036 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

Re: [PR] KAFKA-15161: Fix InvalidReplicationFactorException at connect startup [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #13975: KAFKA-15161: Fix InvalidReplicationFactorException at connect startup URL: https://github.com/apache/kafka/pull/13975 -- 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] MINOR: Reduce MM2 integration test flakiness due to missing dummy offset commits [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #13911: URL: https://github.com/apache/kafka/pull/13911#issuecomment-2614790925 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

Re: [PR] KAFKA-15154: Acquire lock when reading checkQuotas [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #13969: URL: https://github.com/apache/kafka/pull/13969#issuecomment-2614790965 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

Re: [PR] KAFKA-14670: (part 1) Wrap Connectors in IsolatedConnector objects [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #13185: KAFKA-14670: (part 1) Wrap Connectors in IsolatedConnector objects URL: https://github.com/apache/kafka/pull/13185 -- 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-15082: The log retention policy doesn't take effect after altering log dir [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #13847: URL: https://github.com/apache/kafka/pull/13847#issuecomment-2614790863 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

Re: [PR] KAFKA-14437: Enhance StripedReplicaPlacer to account for existing partition assignments when creating new partitions [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12943: KAFKA-14437: Enhance StripedReplicaPlacer to account for existing partition assignments when creating new partitions URL: https://github.com/apache/kafka/pull/12943 -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [KAFKA-14441] Benchmark performance impact of metrics library [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #13177: URL: https://github.com/apache/kafka/pull/13177#issuecomment-2614790784 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

Re: [PR] KAFKA-14345: Fix flakiness with more accurate bound in (Dynamic)ConnectionQuotaTest [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12806: URL: https://github.com/apache/kafka/pull/12806#issuecomment-2614790701 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

Re: [PR] KAFKA-14437: Enhance StripedReplicaPlacer to account for existing partition assignments when creating new partitions [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12943: URL: https://github.com/apache/kafka/pull/12943#issuecomment-2614790730 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

Re: [PR] KAFKA-5238: BrokerTopicMetrics can be recreated after topic is deleted [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #13113: KAFKA-5238: BrokerTopicMetrics can be recreated after topic is deleted URL: https://github.com/apache/kafka/pull/13113 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] KAFKA-15161: Fix InvalidReplicationFactorException at connect startup [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #13975: URL: https://github.com/apache/kafka/pull/13975#issuecomment-2614791000 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

Re: [PR] KAFKA-14345: Fix flakiness with more accurate bound in (Dynamic)ConnectionQuotaTest [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12806: KAFKA-14345: Fix flakiness with more accurate bound in (Dynamic)ConnectionQuotaTest URL: https://github.com/apache/kafka/pull/12806 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] MINOR: Remove requirement to specify --bootstrap-server in utility scripts if specified in property file [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12797: MINOR: Remove requirement to specify --bootstrap-server in utility scripts if specified in property file URL: https://github.com/apache/kafka/pull/12797 -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] KAFKA-14332; Make Kafka tests use their own separate import-control.xml [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12780: KAFKA-14332; Make Kafka tests use their own separate import-control.xml URL: https://github.com/apache/kafka/pull/12780 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] MINOR: Remove requirement to specify --bootstrap-server in utility scripts if specified in property file [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12797: URL: https://github.com/apache/kafka/pull/12797#issuecomment-2614790655 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

Re: [PR] KAFKA-15154: Acquire lock when reading checkQuotas [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #13969: KAFKA-15154: Acquire lock when reading checkQuotas URL: https://github.com/apache/kafka/pull/13969 -- 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-15050: format the prompts in the quickstart [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #13862: KAFKA-15050: format the prompts in the quickstart URL: https://github.com/apache/kafka/pull/13862 -- 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-8977: Remove MockStreamsMetrics since it is not a mock [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #13931: KAFKA-8977: Remove MockStreamsMetrics since it is not a mock URL: https://github.com/apache/kafka/pull/13931 -- 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-14670: (part 1) Wrap Connectors in IsolatedConnector objects [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #13185: URL: https://github.com/apache/kafka/pull/13185#issuecomment-2614790813 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

Re: [PR] MINOR: Reduce MM2 integration test flakiness due to missing dummy offset commits [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #13911: MINOR: Reduce MM2 integration test flakiness due to missing dummy offset commits URL: https://github.com/apache/kafka/pull/13911 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] MINOR; Convert some integration tests to run with the KRaft modes [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12479: MINOR; Convert some integration tests to run with the KRaft modes URL: https://github.com/apache/kafka/pull/12479 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] MINOR: reduce Metadata log volume when last seen epoch is not updated [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12541: URL: https://github.com/apache/kafka/pull/12541#issuecomment-2614790349 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

Re: [PR] KAFKA-15082: The log retention policy doesn't take effect after altering log dir [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #13847: KAFKA-15082: The log retention policy doesn't take effect after altering log dir URL: https://github.com/apache/kafka/pull/13847 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] KAFKA-14945: Add Serializer#serializeToByteBuffer() to reduce memory copying [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12685: URL: https://github.com/apache/kafka/pull/12685#issuecomment-2614790566 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

Re: [PR] MINOR: Add TaskIdlingIntegrationTest [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12706: URL: https://github.com/apache/kafka/pull/12706#issuecomment-2614790593 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

Re: [PR] MINOR: Add TaskIdlingIntegrationTest [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12706: MINOR: Add TaskIdlingIntegrationTest URL: https://github.com/apache/kafka/pull/12706 -- 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 comm

Re: [PR] KAFKA-14945: Add Serializer#serializeToByteBuffer() to reduce memory copying [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12685: KAFKA-14945: Add Serializer#serializeToByteBuffer() to reduce memory copying URL: https://github.com/apache/kafka/pull/12685 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Add leader count checks to StripedReplicaPlacerTest [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12529: Add leader count checks to StripedReplicaPlacerTest URL: https://github.com/apache/kafka/pull/12529 -- 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-14332; Make Kafka tests use their own separate import-control.xml [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12780: URL: https://github.com/apache/kafka/pull/12780#issuecomment-2614790623 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

Re: [PR] [KAFKA-14441] Benchmark performance impact of metrics library [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #13177: [KAFKA-14441] Benchmark performance impact of metrics library URL: https://github.com/apache/kafka/pull/13177 -- 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 t

Re: [PR] Add leader count checks to StripedReplicaPlacerTest [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12529: URL: https://github.com/apache/kafka/pull/12529#issuecomment-2614790314 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

Re: [PR] KAFKA-14151: validate offsets of input records before writing them file [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12516: KAFKA-14151: validate offsets of input records before writing them file URL: https://github.com/apache/kafka/pull/12516 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [WIP] MINOR: Use named class for ExpiringCredential to improve `principalLogText()` output [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12587: [WIP] MINOR: Use named class for ExpiringCredential to improve `principalLogText()` output URL: https://github.com/apache/kafka/pull/12587 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] KAFKA-13991: Add Admin.updateFeatures with default options [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12553: URL: https://github.com/apache/kafka/pull/12553#issuecomment-2614790412 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

Re: [PR] KAFKA-14151: validate offsets of input records before writing them file [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12516: URL: https://github.com/apache/kafka/pull/12516#issuecomment-2614790287 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

Re: [PR] KAFKA-14191: Add end-to-end latency metrics to Connectors [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12647: URL: https://github.com/apache/kafka/pull/12647#issuecomment-2614790461 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

Re: [PR] KAFKA-14250: MirrorSourceTask exception causes the task to fail [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12671: KAFKA-14250: MirrorSourceTask exception causes the task to fail URL: https://github.com/apache/kafka/pull/12671 -- 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-10635: Improve logging with throwing OOOSE [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12667: KAFKA-10635: Improve logging with throwing OOOSE URL: https://github.com/apache/kafka/pull/12667 -- 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-14081: Cannot get my MetricsReporter implementation to receive meaningful metrics [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12546: KAFKA-14081: Cannot get my MetricsReporter implementation to receive meaningful metrics URL: https://github.com/apache/kafka/pull/12546 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] MINOR; Convert some integration tests to run with the KRaft modes [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12479: URL: https://github.com/apache/kafka/pull/12479#issuecomment-2614790257 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

Re: [PR] KAFKA-10635: Improve logging with throwing OOOSE [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12667: URL: https://github.com/apache/kafka/pull/12667#issuecomment-2614790494 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

Re: [PR] KAFKA-13991: Add Admin.updateFeatures with default options [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12553: KAFKA-13991: Add Admin.updateFeatures with default options URL: https://github.com/apache/kafka/pull/12553 -- 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 g

Re: [PR] Minor: add standard deviation measurement to the end to end latency test [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12369: Minor: add standard deviation measurement to the end to end latency test URL: https://github.com/apache/kafka/pull/12369 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] MINOR: reduce Metadata log volume when last seen epoch is not updated [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12541: MINOR: reduce Metadata log volume when last seen epoch is not updated URL: https://github.com/apache/kafka/pull/12541 -- 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] MINOR : lower unregistered info to debug [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12446: MINOR : lower unregistered info to debug URL: https://github.com/apache/kafka/pull/12446 -- 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

Re: [PR] MINOR : lower unregistered info to debug [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12446: URL: https://github.com/apache/kafka/pull/12446#issuecomment-2614790227 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

Re: [PR] MINOR: Fix method javadoc and typo in comments [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12435: MINOR: Fix method javadoc and typo in comments URL: https://github.com/apache/kafka/pull/12435 -- 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 spe

Re: [PR] KAFKA-14020: change method visibility [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12430: KAFKA-14020: change method visibility URL: https://github.com/apache/kafka/pull/12430 -- 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] Change test defaults [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12425: URL: https://github.com/apache/kafka/pull/12425#issuecomment-2614790155 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

Re: [PR] MINOR: Fix method javadoc and typo in comments [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12435: URL: https://github.com/apache/kafka/pull/12435#issuecomment-2614790206 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

Re: [PR] KAFKA-14020: change method visibility [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12430: URL: https://github.com/apache/kafka/pull/12430#issuecomment-2614790187 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

Re: [PR] KAFKA-13856:MirrorCheckpointTask meets ConcurrentModificationException [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12350: KAFKA-13856:MirrorCheckpointTask meets ConcurrentModificationException URL: https://github.com/apache/kafka/pull/12350 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Change test defaults [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12425: Change test defaults URL: https://github.com/apache/kafka/pull/12425 -- 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 unsubscr

Re: [PR] KAFKA-13856:MirrorCheckpointTask meets ConcurrentModificationException [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12350: URL: https://github.com/apache/kafka/pull/12350#issuecomment-2614789956 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

Re: [PR] KAFKA-13648: KRaft ClusterInstance does not allow for deferred start [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12400: KAFKA-13648: KRaft ClusterInstance does not allow for deferred start URL: https://github.com/apache/kafka/pull/12400 -- 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-13648: KRaft ClusterInstance does not allow for deferred start [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12400: URL: https://github.com/apache/kafka/pull/12400#issuecomment-2614790133 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

Re: [PR] KAFKA-14053: Transactional producer should bump the epoch and skip ab… [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12392: KAFKA-14053: Transactional producer should bump the epoch and skip ab… URL: https://github.com/apache/kafka/pull/12392 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Minor: add standard deviation measurement to the end to end latency test [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12369: URL: https://github.com/apache/kafka/pull/12369#issuecomment-2614790076 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

Re: [PR] MINOR:add more log info when setting up a mm2 instance in order to co… [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12357: URL: https://github.com/apache/kafka/pull/12357#issuecomment-2614790044 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

Re: [PR] MINOR:add more log info when setting up a mm2 instance in order to co… [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12357: MINOR:add more log info when setting up a mm2 instance in order to co… URL: https://github.com/apache/kafka/pull/12357 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] KAFKA-14018:Support p12 with sha256 [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12340: URL: https://github.com/apache/kafka/pull/12340#issuecomment-2614789925 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

Re: [PR] KAFKA-14018:Support p12 with sha256 [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12340: KAFKA-14018:Support p12 with sha256 URL: https://github.com/apache/kafka/pull/12340 -- 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] Kafka 13816: Downgrading Connect rebalancing protocol from incremental to eager causes duplicate task instances [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12354: Kafka 13816: Downgrading Connect rebalancing protocol from incremental to eager causes duplicate task instances URL: https://github.com/apache/kafka/pull/12354 -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] Kafka 13816: Downgrading Connect rebalancing protocol from incremental to eager causes duplicate task instances [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12354: URL: https://github.com/apache/kafka/pull/12354#issuecomment-2614790020 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

Re: [PR] Minor: Remove execute permission for source file [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12231: URL: https://github.com/apache/kafka/pull/12231#issuecomment-2614789806 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

Re: [PR] KAFKA-14023:MirrorCheckpointTask.syncGroupOffset does not have to che… [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12351: URL: https://github.com/apache/kafka/pull/12351#issuecomment-2614789995 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

Re: [PR] KAFKA-14023:MirrorCheckpointTask.syncGroupOffset does not have to che… [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12351: KAFKA-14023:MirrorCheckpointTask.syncGroupOffset does not have to che… URL: https://github.com/apache/kafka/pull/12351 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] MINOR: the Kafka metadata shell should support connecting to a controller quorum [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12315: MINOR: the Kafka metadata shell should support connecting to a controller quorum URL: https://github.com/apache/kafka/pull/12315 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] MINOR: the Kafka metadata shell should support connecting to a controller quorum [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] commented on PR #12315: URL: https://github.com/apache/kafka/pull/12315#issuecomment-2614789905 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

Re: [PR] KAFKA-13984: Fix TopicBasedRemoteLogMetadataManager#initializeResources should exit immediately when partition size of __remote_log_metadata is not same as configured [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12286: KAFKA-13984: Fix TopicBasedRemoteLogMetadataManager#initializeResources should exit immediately when partition size of __remote_log_metadata is not same as configured URL: https://github.com/apache/kafka/pull/12286 -- This is an automated m

Re: [PR] KAFKA-9436-1: (Simplified than 9436 PR) New Kafka Connect SMT for plainText => Struct(or Map) [kafka]

2025-01-26 Thread via GitHub
github-actions[bot] closed pull request #12219: KAFKA-9436-1: (Simplified than 9436 PR) New Kafka Connect SMT for plainText => Struct(or Map) URL: https://github.com/apache/kafka/pull/12219 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

  1   2   >