mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-03-25
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user