Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Fixed Kafka disconnection issue #1179

Merged
merged 3 commits into from
Apr 30, 2020

Conversation

slinkydeveloper
Copy link
Contributor

Signed-off-by: Francesco Guardiani [email protected]

Fixes #999

Proposed Changes

Signed-off-by: Francesco Guardiani <[email protected]>
@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Apr 29, 2020
@knative-prow-robot knative-prow-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 29, 2020
@lberk
Copy link
Member

lberk commented Apr 29, 2020

@slinkydeveloper looks like this change (as-is) causes a data race?

@slinkydeveloper
Copy link
Contributor Author

@slinkydeveloper looks like this change (as-is) causes a data race?

Yep i'm investigating, doesn't seem a funny one

Signed-off-by: Francesco Guardiani <[email protected]>
@knative-prow-robot knative-prow-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 29, 2020
Signed-off-by: Francesco Guardiani <[email protected]>
@knative-prow-robot knative-prow-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 30, 2020
@knative-metrics-robot
Copy link

The following is the coverage report on the affected files.
Say /test pull-knative-eventing-contrib-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
kafka/common/pkg/kafka/consumer_factory.go 100.0% 90.3% -9.7

@slinkydeveloper
Copy link
Contributor Author

/retest

Copy link
Member

@matzew matzew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matzew, slinkydeveloper

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 30, 2020
@knative-prow-robot knative-prow-robot merged commit f05867c into knative:master Apr 30, 2020
@guimou
Copy link

guimou commented Apr 30, 2020

Thanks a lot guys! That will really help as otherwise the solution was not reliable enough to work with. :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kafkasource receive-adapter stops partition consumer after a few minutes
7 participants