Add notes for 2019-03-25

This commit is contained in:
2019-03-25 12:39:22 +02:00
parent 853ab6c1a4
commit 5a1cec9e90
3 changed files with 47 additions and 8 deletions

View File

@ -714,4 +714,20 @@ $ jconsole -J-DsocksProxyHost=localhost -J-DsocksProxyPort=3000 service:jmx:rmi:
- I spent one hour looking at the invalid AGROVOC terms from last week
- It doesn't seem like any of the editors did any work on this so I did most of them
## 2019-03-25
- Finish looking over the 175 invalid AGROVOC terms
- I need to apply the corrections and deletions this week
- Looking at the DBCP status on CGSpace via jconsole and everything looks good, though I wonder why `timeBetweenEvictionRunsMillis` is -1, because the [Tomcat 7.0 JDBC docs](https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html) say the default is 5000...
- Could be an error in the docs, as I see the [Apache Commons DBCP](https://commons.apache.org/proper/commons-dbcp/configuration.html) has -1 as the default
- Maybe I need to re-evaluate the "defauts" of Tomcat 7's DBCP and set them explicitly in our config
- From Tomcat 8 they seem to default to Apache Commons' DBCP 2.x
- Also, CGSpace doesn't have many Cocoon errors yet this morning:
```
$ grep 'Can not load requested doc' cocoon.log.2019-03-25 | grep -oE '2019-03-25 [0-9]{2}:' | sort | uniq -c
4 2019-03-25 00:
1 2019-03-25 01:
```
<!-- vim: set sw=2 ts=2: -->