You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the same env I don't see the error in clair, so this also be related to the impl of MariaDB.
This maybe due to some network issue and can be mitigated by some setting in the DB driver, however this error is not seen on the longevity or any other env yet.
I don't see any loss of data either.
Setting this a low priority and will escalate if this is seen in other env.
The text was updated successfully, but these errors were encountered:
This commit fixesgoharbor#4713, by adopting the suggested fix in:
go-sql-driver/mysql#529
When creating the DB instance in orm, call `SetConnMaxLifetime()`
This is observed on one of test env:
A container that connected to DB intermittently print such error to the log
On the same env I don't see the error in
clair
, so this also be related to the impl of MariaDB.This maybe due to some network issue and can be mitigated by some setting in the DB driver, however this error is not seen on the longevity or any other env yet.
I don't see any loss of data either.
Setting this a low priority and will escalate if this is seen in other env.
The text was updated successfully, but these errors were encountered: