Add notes

This commit is contained in:
2020-06-22 15:55:59 +03:00
parent 4dfc2f7883
commit 51ba5f4ac8
25 changed files with 69 additions and 30 deletions

View File

@ -396,4 +396,19 @@ COPY 3917
- The same issue happens on my local environment and on the DSpace Test server
- I raised the issue with Atmire
## 2020-06-21
- The PostgreSQL connections and locks still look OK on both CGSpace (linode18) and DSpace Test (linode26) after ten days or so
- I decided to upgrade the JDBC driver on DSpace Test from 42.2.9 to 42.2.14 to leave it for a few weeks and see if the issue comes back, as it was present on the test server with DSpace 6 as well
- As far as I can tell the issue is related to something in Tomcat > 7.0.99
- Run system updates and reboot DSpace Test
- Re-deploy `5_x-prod` branch on CGSpace, run system updates, and reboot the server
- I had to restart Tomcat 7 once after the server came back up because some of the Solr statistics cores didn't come up the first time
- Unfortunately I realized that I had forgotten to update the `5_x-prod` branch to include the REST API fix from last week so I had to rebuild and restart Tomcat again
## 2020-06-22
- Skype with Peter, Abenet, Enrico, Jane, and Moayad about the latest OpenRXV developments
- I will go visit CodeObia later this week to run through the list of issues and close the ones that are finished
<!-- vim: set sw=2 ts=2: -->