We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Postgres blocks new connection when it was marked as DeletedConnection in workers (eg CleanupTempFiles).
DeletedConnection
CleanupTempFiles
it is caused by #219
{"code":"connection_write_error","error":"connection_write_error: ERROR: duplicate key value violates unique constraint \"allocation_connections_pkey\" (SQLSTATE 23505)"
blobber/code/go/0chain.net/blobbercore/allocation/allocationchange.go
Line 110 in 251c354
The text was updated successfully, but these errors were encountered:
it is fixed on #344
Sorry, something went wrong.
cnlangzi
No branches or pull requests
Postgres blocks new connection when it was marked as
DeletedConnection
in workers (egCleanupTempFiles
).it is caused by #219
blobber/code/go/0chain.net/blobbercore/allocation/allocationchange.go
Line 110 in 251c354
The text was updated successfully, but these errors were encountered: