Skip to content
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 python driver creates warnings and errors in shotover #1579

Open
rukai opened this issue Apr 17, 2024 · 0 comments
Open

kafka python driver creates warnings and errors in shotover #1579

rukai opened this issue Apr 17, 2024 · 0 comments

Comments

@rukai
Copy link
Member

rukai commented Apr 17, 2024

When python producer terminates it generates this log in shotover (for whichever node it was connected to at the time i think:

 17 03:51:10 i495b4929 shotover-proxy[147000]: 2024-04-17T03:51:10.530285Z ERROR shotover::server: connection was unexpectedly terminated
Apr 17 03:51:10 i495b4929 shotover-proxy[147000]: Caused by:
Apr 17 03:51:10 i495b4929 shotover-proxy[147000]:     0: Chain failed to send and/or receive messages, the connection will now be closed.
Apr 17 03:51:10 i495b4929 shotover-proxy[147000]:     1: KafkaSinkCluster transform failed
Apr 17 03:51:10 i495b4929 shotover-proxy[147000]:     2: Invalid metadata, controller points at unknown node BrokerId(-1)

While the consumer is connected it generates this warning fairly regularly in the shotover node it's connected to:

Apr 17 03:56:02 i495b4929 shotover-proxy[147000]: 2024-04-17T03:56:02.185301Z  WARN shotover::server: failed to receive message on tcp stream: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
Apr 17 03:56:13 i495b4929 shotover-proxy[147000]: 2024-04-17T03:56:13.488846Z  WARN shotover::server: failed to receive message on tcp stream: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
Apr 17 03:56:19 i495b4929 shotover-proxy[147000]: 2024-04-17T03:56:19.544770Z  WARN shotover::server: failed to receive message on tcp stream: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
Apr 17 03:56:20 i495b4929 shotover-proxy[147000]: 2024-04-17T03:56:20.200930Z  WARN shotover::server: failed to receive message on tcp stream: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
Apr 17 03:56:46 i495b4929 shotover-proxy[147000]: 2024-04-17T03:56:46.339697Z  WARN shotover::server: failed to receive message on tcp stream: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }

the messages do get published and are able to be consumed though from what i can see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant