Update notes for 2017-12-19

This commit is contained in:
2017-12-19 19:16:47 +02:00
parent b6f2841ca7
commit 7e9e49f4b2
3 changed files with 14 additions and 8 deletions

View File

@ -620,3 +620,6 @@ javax.naming.NoInitialContextException: Need to specify class name in environmen
- If I add the db values back to dspace.cfg the `dspace database info` command succeeds but the log still shows errors retrieving the JNDI connection
- Perhaps something to report to the dspace-tech mailing list when I finally send my comments
- Oh cool! `select * from pg_stat_activity` shows "PostgreSQL JDBC Driver" for the application name! That's how you know it's working!
- If you monitor the `pg_stat_activity` while you run `dspace database info` you can see that it doesn't use the JNDI and creates ~9 extra PostgreSQL connections!
- And in the middle of all of this Linode sends an alert that CGSpace has high CPU usage from 2 to 4 PM