Update notes for 2019-04-05

This commit is contained in:
2019-04-05 23:07:30 +03:00
parent 8fa47fea50
commit 2d768f6486
3 changed files with 27 additions and 9 deletions

View File

@ -101,5 +101,12 @@ $ psql -c 'select * from pg_stat_activity' | grep -o -E '(dspaceWeb|dspaceApi|ds
- The other thing visible there is that the past few days the load has spiked to 500% and I don't think it's a coincidence that the Solr updating thing is happening...
- I ran all system updates and rebooted the server
- The load was lower on the server after reboot, but Solr didn't come back up properly according to the Solr Admin UI:
```
statistics-2017: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Error opening new searcher
```
- I restarted it again and all the Solr cores came up properly...
<!-- vim: set sw=2 ts=2: -->