#1997·immudb

clients report: Already Closed

Author: angelAtSequentCreated Jun 14, 2024Updated May 5, 2026
Labelsbug

What happened

immudb running with the backend on S3 reports "Already Closed" so clients can not connect to the database. Tested from multiple clients, including the webinterface:

imagen

Some commands still works:

bash
./immuadmin -a immudb-grpc database create helloissue
database 'helloissue' {replica: false} successfully created

Others, doesn't

bash
./immuadmin -a immudb-grpc database list 
Error: rpc error: code = Unknown desc = already closed

What you expected to happen

No error message at all

How to reproduce it (as minimally and precisely as possible)

Not sure

Environment

bash
immudb 1.9.3
Commit  : 5487dd300655083ff68c4a72c2edb38ca84dd1bb
Built at: Thu, 23 May 2024 10:07:40 UTC
Static  : true

Additional info (any other context about the problem) As usual, it was running fine on S3, eventually it stopped working