HOTFIX: timeout issue in Remove thread#10321
Merged
ableegoldman merged 1 commit intoapache:trunkfrom Mar 16, 2021
wcarlson5:fix_timeout
Merged
HOTFIX: timeout issue in Remove thread#10321ableegoldman merged 1 commit intoapache:trunkfrom wcarlson5:fix_timeout
ableegoldman merged 1 commit intoapache:trunkfrom
wcarlson5:fix_timeout
Conversation
Contributor
Author
|
@cadonna @ableegoldman Can I get a look at this? @vvcephei This will need to be picked to 2.8 as well |
cadonna
approved these changes
Mar 15, 2021
Member
cadonna
left a comment
There was a problem hiding this comment.
Thanks for the quick fix!
Just one comment about the title. I guess "HOTFIX: " would be better than "Minor:".
For the rest, LGTM!
Member
|
One unrelated flaky test failure (KAFKA-12283): |
lct45
pushed a commit
to confluentinc/kafka
that referenced
this pull request
Mar 16, 2021
Timeout is a duration not a point in time. Reviewers: Bruno Cadonna <cadonna@confluent.io>, Anna Sophie Blee-Goldman <ableegoldman@apache.org>
Contributor
Author
|
@ableegoldman Can we cherry pick to 2.8 as well? |
Member
|
This decision should be taken by @vvcephei since he drives the 2.8 release. |
Contributor
|
Thanks @wcarlson5. Yes, please cherry-pick it to 2.8. |
ableegoldman
pushed a commit
that referenced
this pull request
Mar 16, 2021
Timeout is a duration not a point in time. Reviewers: Bruno Cadonna <cadonna@confluent.io>, Anna Sophie Blee-Goldman <ableegoldman@apache.org>
Member
|
Cherrypicked to 2.8 cc @vvcephei |
3 tasks
ijuma
added a commit
to confluentinc/kafka
that referenced
this pull request
Mar 17, 2021
Conflicts: * Jenkinsfile: `install` -> `publishToMavenLocal`, drop ARM build and other changes that don't make sense for Confluent's version of `Jenkinsfile`. * build.gradle: keep Confluent changes for automatic skipping signing for specific version patterns (upstream only does it if the version ends with `SNAPSHOT`). Commits: * apache-github/trunk: (59 commits) MINOR: Remove redundant allows in import-control.xml (apache#10339) MINOR: remove some specifying types in tool command (apache#10329) KAFKA-12455: Fix OffsetValidationTest.test_broker_rolling_bounce failure with Raft (apache#10322) MINOR: Add toString to various Kafka Metrics classes (apache#10330) KAFKA-12330; FetchSessionCache may cause starvation for partitions when FetchResponse is full (apache#10318) KAFKA-12427: Don't update connection idle time for muted connections (apache#10267) MINOR; Various code cleanups (apache#10319) HOTFIX: timeout issue in removeStreamThread() (apache#10321) revert stream logging level back to ERROR (apache#10320) KAFKA-12352: Make sure all rejoin group and reset state has a reason (apache#10232) KAFKA-10348: Share client channel between forwarding and auto creation manager (apache#10135) MINOR: Update year in NOTICE (apache#10308) KAFKA-12398: Fix flaky test `ConsumerBounceTest.testClose` (apache#10243) MINOR: Remove redundant inheritance from FilteringJmxReporter #onMetricRemoved (apache#10303) KAFKA-12462: proceed with task revocation in case of thread in PENDING_SHUTDOWN (apache#10311) KAFKA-12460; Do not allow raft truncation below high watermark (apache#10310) MINOR: Log project, gradle, java and scala versions at the start of the build (apache#10307) KAFKA-10357: Add missing repartition topic validation (apache#10305) MINOR: Improve error message in MirrorConnectorsIntegrationBaseTest (apache#10268) MINOR: Add missing unit tests for Mirror Connect (apache#10192) ...
vvcephei
pushed a commit
to confluentinc/kafka
that referenced
this pull request
Mar 20, 2021
Timeout is a duration not a point in time. Reviewers: Bruno Cadonna <cadonna@confluent.io>, Anna Sophie Blee-Goldman <ableegoldman@apache.org>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
timeout is a duration not a point in time
Committer Checklist (excluded from commit message)