Closed mikenorgate closed 6 years ago
The same happens in version 1.5.2
.
Is it possible that it is the same issue as #1672 ?
In my case however there is no IP change ("static" DNS), just broker restart, possibly with some maintenance measures, i.e. topic truncation.
I am using cluster DNS so it could well be a DNS cache issue that I am seeing
I think the root cause is simple -in both cases - that in case of error, the connection is not properly re-created. You could see that kind of behavior with other sinks, in case of failure the producer is re-created.
I had a patch, but now it is lost at my former company private gitlab, and probably the core itself moved along also. If you want to address this I could give you more guide, but I do not see that I am going to have time to fix it.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close
@fejta-bot: Closing this issue.
Description
Heapster is unable to send events to Kafka after the Kafka cluster has been torn down and restarted
Steps to reproduce:
Setup Heapster with a Kafka sink
/heapster --source=kubernetes:https://kubernetes.default --sink=kafka:?brokers=bootstrap.kafka.svc.cluster.local:9092
Tear down and restart all pods making the Kafka cluster
Errors from Heapster logs
Output of
heapster --version
: