We recently had what seems like a connection hiccup to our HANA database (connection reset). While the database was reachable shortly after, it seems like all connections in the pool failed and did not recover, leading to a downtime.
Can you comment on the intended behavior? What can we do to make sure the pool automatically recovers from such failures and connections are correctly invalidated and recreated? I was unable to find information on this topic.
We are using hdb-pool in the context of typeorm.
Thanks!
We recently had what seems like a connection hiccup to our HANA database (connection reset). While the database was reachable shortly after, it seems like all connections in the pool failed and did not recover, leading to a downtime.
Can you comment on the intended behavior? What can we do to make sure the pool automatically recovers from such failures and connections are correctly invalidated and recreated? I was unable to find information on this topic.
We are using
hdb-poolin the context oftypeorm.Thanks!