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

Proxy loses state from cluster #6849

Open
CMogilko opened this issue Mar 27, 2020 · 1 comment
Open

Proxy loses state from cluster #6849

CMogilko opened this issue Mar 27, 2020 · 1 comment

Comments

@CMogilko
Copy link
Member

There seems to be a problem with proxy mode reconnection in version 2.4. This problem manifests itself as follows:

  • As far as I can gather, proxy loses cluster state upon disconnect. In all likelihood, proxy 'remembers' that the queried table existed, but sees all cluster nodes containing table as offline. So, it responds with Cannot perform read: no replica is available to any query related to the table.
  • there's also a message regarding the database: Database 'name' does not exist. in: r.db("name").tableList(). However, database with name does exist.
    This happens with all queries until the proxy is restarted manually. This week I needed to restart it at least three times.
@ptorrent
Copy link

Hello, did you find a solution ? I have same problem with my proxy nodes

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

2 participants