-
Notifications
You must be signed in to change notification settings - Fork 71
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
N2N, Kafka: Oura stops logging and pushing messages after a couple minutes #695
Comments
@emiflake thank you for reporting! Could you please provide the version of Oura you're using? We'll try to reproduce. |
I'm on version 1.8.1, which I got from the releases page. I can try updating, but I assume if it's not a known issue, it's probably not been fixed. |
@emiflake could you run env in debug mode and send me the logs? I couldn't reproduce this problem. Could you see if this occurs on the mainnet network as well?
|
I don't seem to get anything out of the ordinary. It sort of just dies after these logs:
The rest of the logs aren't anything special either, albeit very verbose. And yeah, this does happen on mainnet. |
When running Oura with the Kafka or with terminal backend and connecting using N2N, (see configuration below) we stop receiving both logs and Kafka messages after a couple minutes (20-30). It could be that the node stops responding, due to being "exhausted," but I'm not sure this is it. In general, Oura behaves fine until this happens, however.
The config we are using:
Logs
If I run it like this:
I get the following logs:
Nothing out of the ordinary here.
The total count of messages produced to our Kafka topic was 1772, in this instance, and it never went up after that. Restarting oura gets it to continue again, but isn't ideal of course.
We experience the same thing when running using the
Terminal
sink, so it's not Kafka-related.The text was updated successfully, but these errors were encountered: