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

Pool timeout error #37

Closed
neriumrevolta opened this issue Mar 12, 2024 · 0 comments · Fixed by #38
Closed

Pool timeout error #37

neriumrevolta opened this issue Mar 12, 2024 · 0 comments · Fixed by #38
Assignees
Labels
p1 High priority size:medium Medium type:bug Something isn't working

Comments

@neriumrevolta
Copy link
Contributor

neriumrevolta commented Mar 12, 2024

There appears to be an issue with the DB that happens roughly 20-30 minutes after the Radio is started/restarted. So far we've only noticed this happening in the Radio running in our kubernetes cluster, when the Radio is ran locally it works fine. Examples of the error:

  1. In the GraphQL playground:
{
  "data": null,
  "errors": [
    {
      "message": "pool timed out while waiting for an open connection",
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ],
      "path": [
        "queryActiveIndexers"
      ]
    }
  ]
}
  1. In the logs:
  2024-03-12T09:51:33.917273Z  WARN listener_radio::operator: Error during pruning by retention, err: pool timed out while waiting for an open connection
    at src/operator/mod.rs:198

  2024-03-12T09:51:36.918274Z  INFO listener_radio::operator: Monitoring summary, total_messages: 0, total_num_pruned: 0

This seems to be related to the message pruning logic.

@neriumrevolta neriumrevolta self-assigned this Mar 12, 2024
@neriumrevolta neriumrevolta added type:bug Something isn't working p1 High priority size:medium Medium labels Mar 12, 2024
@neriumrevolta neriumrevolta linked a pull request Mar 12, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 High priority size:medium Medium type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant