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

RocksDB multiple connects are failing with error #49

Open
graninas opened this issue May 27, 2020 · 0 comments
Open

RocksDB multiple connects are failing with error #49

graninas opened this issue May 27, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@graninas
Copy link
Owner

graninas commented May 27, 2020

See the labyrinth game (commit 7d47e83).

Scenario:

  1. Type save 0. A new connection is opened, and the game will be successfully saved.
  2. Type load 0. A new connection will fail.
> save 0
Game successully saved to KV DB.
> load 0
labyrinth: InvalidOperation "DBError SystemError \"user error (open: IO error: lock ./app/labyrinth/labyrinths.rdb/LOCK: No locks available)\""
labyrinth: thread blocked indefinitely in an STM transaction
@graninas graninas added the bug Something isn't working label May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant