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

Erroneous Read-Only Error on Server Start #182

Open
ifadams opened this issue Jul 23, 2024 · 0 comments
Open

Erroneous Read-Only Error on Server Start #182

ifadams opened this issue Jul 23, 2024 · 0 comments
Labels
Bug Indicates unexpected or undesired behaviors Priority: Backlog Tasks that are not pressing, but to be tracked and revisited

Comments

@ifadams
Copy link
Contributor

ifadams commented Jul 23, 2024

Most of the time, even with a "fresh" install and database, on server start a message is printed to the terminal as follows:

PMGD Response:
{
   "info" : "ReadOnly: ",
   "status" : -1
}

[
   {
      "FailedCommand" : "Transaction",
      "info" : "Failed PMGD Transaction: ReadOnly: ",
      "status" : -1
   }
]

This is mildly confusing, given the server otherwise appears to function as expected, with clients able to connect and interact.

This error arises due to the auto_delete query that runs as the server launches. A fresh database has no data/metadata so the query necessarily hiccups. While this is technically valid behavior it is confusing from an operator/client perspective.

@ifadams ifadams added Bug Indicates unexpected or undesired behaviors Priority: Backlog Tasks that are not pressing, but to be tracked and revisited labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indicates unexpected or undesired behaviors Priority: Backlog Tasks that are not pressing, but to be tracked and revisited
Projects
None yet
Development

No branches or pull requests

1 participant