Update notes for 2017-12-19

This commit is contained in:
2017-12-19 10:38:57 +02:00
parent f41032a891
commit 3981bb50ed
3 changed files with 23 additions and 8 deletions

View File

@ -410,3 +410,10 @@ $ schedtool -D -e ionice -c2 -n7 nice -n19 dspace index-discovery
- I notice that this number will be set to 10 by default in DSpace 6.1 and 7.0: https://jira.duraspace.org/browse/DS-3564
- So I'm going to reduce ours from 20 to 10 and start trying to figure out how the hell to supply a database pool using Tomcat JNDI
- I re-deployed the `5_x-prod` branch on CGSpace, applied all system updates, and restarted the server
- Looking through the dspace.log I see this error:
```
2017-12-19 08:17:15,740 ERROR org.dspace.statistics.SolrLogger @ Error CREATEing SolrCore 'statistics-2010': Unable to create core [statistics-2010] Caused by: Lock obtain timed out: NativeFSLock@/home/cgspace.cgiar.org/solr/statistics-2010/data/index/write.lock
```
- I don't have time now to look into this but the Solr sharding has long been an issue!