forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KAFKA-8779 Fix flaky tests introduced by dynamic log levels #4
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pache#17394) Reviewers: David Arthur <[email protected]>
…7360) Reviewers: Chia-Ping Tsai <[email protected]>
Reviewers: Andrew Schofield <[email protected]>, David Arthur <[email protected]>
) Reviewers: Chia-Ping Tsai <[email protected]>, David Jacot <[email protected]>, Lianet Magrans <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
This reverts commit 0fc1529.
…d thread (apache#17230) Reviewers: Chia-Ping Tsai <[email protected]>, PoAn Yang <[email protected]>, Kirk True <[email protected]>, Lianet Magrans <[email protected]>
With EOSv1 removal, we don't have producer-per-task any longer, and thus can remove the corresponding code which handles task producers. Reviewers: Chia-Ping Tsai <[email protected]>, Bill Bejeck <[email protected]>
Previously, Apache Kafka was uploading release candidate (RC) artifacts to users' home directories on home.apache.org. However, since this resource has been decommissioned, we need to follow the standard approach of putting release candidate artifacts into the appropriate subversion directory, at https://dist.apache.org/repos/dist/dev/kafka/. Reviewers: Justine Olshan <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
…functions in kafka.py (apache#17410) Reviewers: Chia-Ping Tsai <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
) Reviewers: Chia-Ping Tsai <[email protected]>
…PartitionCreationBench (apache#17415) Reviewers: Chia-Ping Tsai <[email protected]>
The patch adds integration tests for kip-848 online protocol migration. Reviewers: David Jacot <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
This patch fixes a few things: * Typos. * Merge the tests for fetchOffsets and fetchAllOffsets together into parameterized tests since they share the same structure. * Use Topic.GROUP_METADATA_TOPIC_NAME instead of __consumer_offsets in new group coordinator tests. Reviewers: Ken Huang <[email protected]>, David Jacot <[email protected]>
…che#17380) Move ActionQueue outside DelayedShareFetch class to SharePartitionManager where SharePartitionManager has the ability to add a delayed action to the ActionQueue. Add TopicPartition as a key for delayed share fetch along with SharePartition (that is already present right now). This will be utilized later when we add the code to know if new data has been added to the topic partition. Reviewers: Apoorv Mittal <[email protected]>, Jun Rao <[email protected]>
…he#17434) KAFKA-16534 introduced a change to send UpdateVoterRequest every "3 * fetchTimeoutMs" if the voter's configure endpoints are different from the endpoints persisted in the KRaft log. It also introduced a regression where if the voter nodes do not need an update then updateVoterTimer wasn't reset. This resulted in a busy-loop in KafkaRaftClient#poll method resulting in high CPU usage. This PR modifies the conditions in pollFollowerAsVoter to reset updateVoterTimer appropriately. Reviewers: José Armando García Sancio <[email protected]>
Reviewers: Josep Prat <[email protected]>
…che#17427) Reviewers: Chia-Ping Tsai <[email protected]>
Reviewers: Ken Huang <[email protected]>, Chia-Ping Tsai <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
…ation.ms to dynamic configs (apache#17331) This PR is the first series in the attempt to add share.record.lock.duration.ms to dynamic group configs. As part of this PR, the ShareGroupConfig has been moved to org.apache.kafka.coordinator.group.modern.share Reviewers: Andrew Schofield <[email protected]>, Apoorv Mittal <[email protected]>, Abhinav Dixit <[email protected]>, Chia-Ping Tsai <[email protected]>, Manikumar Reddy <[email protected]>
…s 11 (apache#17426) Reviewers: Chia-Ping Tsai <[email protected]>
Signed-off-by: Josep Prat <[email protected]> Reviewers: Chia-Ping Tsai <[email protected]>
…quired.acks` (apache#17446) This patch updates the upgrades note about the removal of `offsets.commit.required.acks` configuration in 4.0. Reviewers: Lianet Magrans <[email protected]>
Reviewers: Josep Prat <[email protected]>
…e#17283) Simplified Share Partition Acquire API to not include CompletableFuture. The records do not need a future handling rather can be just acquired while updating internal data structure hence now need to of CompletableFuture. Reviewers: Andrew Schofield <[email protected]>, Chia-Ping Tsai <[email protected]>, Jun Rao <[email protected]>
…atch aligned (apache#17398) When MetadataBatchLoader handles a BeginTransactionRecord, it will publish the metadata that has seen so far and not publish again until the transaction is ended or aborted. This means a partial record batch can be published. If a snapshot is generated during this time, the currently published metadata may not align with the end of a record batch. This causes problems with Raft replication which expects a snapshot's offset to exactly precede a record batch boundary. This patch enhances SnapshotGenerator to refuse to generate a snapshot if the metadata is not batch aligned. Reviewers: David Arthur <[email protected]>
KIP-932 used ignorable annotations in some RPC schemas when they are not applicable in situations where there is only a single version of the RPC in existence. This PR removes the unnecessary annotations. The KIP has been updated accordingly. Reviewers: Jun Rao <[email protected]>, Chia-Ping Tsai <[email protected]>
…nceBrokers(Set<Integer>) from ReplicationControlManagerTest (apache#17466) Reviewers: Chia-Ping Tsai <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
…ocessor and DistributedHerder) for JDK 23 (apache#17417) Reviewers: Chia-Ping Tsai <[email protected]>
…pache#17458) Reviewers: Chia-Ping Tsai <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
…pache#17472) Reviewers: Chia-Ping Tsai <[email protected]>
…erConfig (apache#17442) Reviewers: Ken Huang <[email protected]>, Chia-Ping Tsai <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
…for JDK 23 (apache#17439) Reviewers: Chia-Ping Tsai <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.