Update notes

This commit is contained in:
2020-05-20 09:44:36 +03:00
parent a918ee7c0b
commit e7a7cee01e
5 changed files with 48 additions and 9 deletions

View File

@ -118,4 +118,20 @@ $ ./add-orcid-identifiers-csv.py -i 2020-05-19-add-orcids.csv -db dspace -u dspa
"Bahta, Sirak T.","Sirak Bahta: 0000-0002-5728-2489"
```
- An IITA user is having issues submitting to CGSpace and I see there are a rising number of PostgreSQL connections waiting in transaction and in lock:
![PostgreSQL connections](/cgspace-notes/2020/05/postgres_connections_cgspace-week2.png)
- This is the same issue Tezira, Bizu, and CTA were having in the last few weeks and it I already downgraded the PostgreSQL JDBC driver version to the last version I was using before this started (42.2.10)
- I will downgrade it to version 42.2.9 for now...
- The only other thing I can think of is that I upgraded Tomcat to 7.0.103 in March
- Run system updates on DSpace Test (linode26) and reboot it
- Run system updates on CGSpace (linode18) and reboot it
- After the system came back up I had to restart Tomcat 7 three times before all the Solr statistics cores came up OK
- Send Atmire a snapshot of the CGSpace database for them to possibly troubleshoot the CUA issue with DSpace 6
## 2020-05-20
- Send CodeObia some logos and footer text for the next phase of OpenRXV development ([#18](https://github.com/ilri/OpenRXV/issues/18))
<!-- vim: set sw=2 ts=2: -->