Re: [PR] KAFKA-16368: Constraints update for segment.index.bytes [kafka]

2025-05-21 Thread via GitHub
github-actions[bot] closed pull request #18596: KAFKA-16368: Constraints update for segment.index.bytes URL: https://github.com/apache/kafka/pull/18596 -- 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

Re: [PR] KAFKA-16368: Constraints update for segment.index.bytes [kafka]

2025-05-21 Thread via GitHub
github-actions[bot] commented on PR #18596: URL: https://github.com/apache/kafka/pull/18596#issuecomment-2899812287 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-16368: Constraints update for segment.index.bytes [kafka]

2025-04-20 Thread via GitHub
github-actions[bot] commented on PR #18596: URL: https://github.com/apache/kafka/pull/18596#issuecomment-2817567834 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please leave a comment asking for a review. If the P

Re: [PR] KAFKA-16368: Constraints update for segment.index.bytes [kafka]

2025-01-20 Thread via GitHub
divijvaidya commented on code in PR #18596: URL: https://github.com/apache/kafka/pull/18596#discussion_r1922561578 ## storage/src/test/java/org/apache/kafka/tiered/storage/utils/TieredStorageTestUtils.java: ## @@ -178,6 +178,8 @@ public static Map createTopicConfigForRemoteStor

Re: [PR] KAFKA-16368: Constraints update for segment.index.bytes [kafka]

2025-01-17 Thread via GitHub
jayteej commented on code in PR #18596: URL: https://github.com/apache/kafka/pull/18596#discussion_r1920180748 ## storage/src/test/java/org/apache/kafka/tiered/storage/utils/TieredStorageTestUtils.java: ## @@ -178,6 +178,8 @@ public static Map createTopicConfigForRemoteStorage(

[PR] KAFKA-16368: Constraints update for segment.index.bytes [kafka]

2025-01-17 Thread via GitHub
jayteej opened a new pull request, #18596: URL: https://github.com/apache/kafka/pull/18596 KIP-1030: Update minimum for segment.index.bytes / log.index.size.max.bytes to 1KB. WIP: Need to resolve issues with TieredStorageTestHarness using index.size to roll segments. -- This i