Update notes for 2018-02-13

This commit is contained in:
2018-02-13 17:50:12 +02:00
parent a24c2c930c
commit 08ab8a500f
3 changed files with 19 additions and 8 deletions

View File

@ -453,3 +453,9 @@ dspace.log.2018-02-13:4
- I apparently added that on 2018-02-07 so it could be, as I don't see any of those socket closed errors in 2018-01's logs!
- I will increase the removeAbandonedTimeout from its default of 60 to 90 and enable logAbandoned
- Peter hit this issue one more time, and this is apparently what Tomcat's catalina.out log says when an abandoned connection is removed:
```
Feb 13, 2018 2:05:42 PM org.apache.tomcat.jdbc.pool.ConnectionPool abandon
WARNING: Connection has been abandoned PooledConnection[org.postgresql.jdbc.PgConnection@22e107be]:java.lang.Exception
```