Details
Description
After running for some time, some of the database connections remain in the state "idle in transaction" instead of "idle". This indicates they are not properly closed for some reason (or not committed/rolled back).
The bug can be observed by starting up Marmotta, connecting to Postgres and then running a SPARQL query (without any data). The connection state can be monitored in Postgres (e.g. using pgadmin)