Update notes for 2017-04-24

This commit is contained in:
2017-04-24 18:44:33 +03:00
parent 348ce8cef8
commit 3291968e6f
26 changed files with 49 additions and 33 deletions

View File

@ -400,3 +400,10 @@ org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: this Index
```
- Now everything is ok
- Finally finished manually running the cleanup task over and over and null'ing the conflicting IDs:
```
dspace=# update bundle set primary_bitstream_id=NULL where primary_bitstream_id in (435, 1132, 1136, 1220, 1236, 3002, 3255, 5322, 5098, 5982, 5897, 6245, 6184, 4927, 6070, 4925, 6888, 7368, 7136, 7294, 7698, 7864, 10799, 10839, 11765, 13241, 13634, 13642, 14127, 14146, 15582, 16116, 16254, 17136, 17486, 17824, 18098, 22091, 22149, 22206, 22449, 22548, 22559, 22454, 22253, 22553, 22897, 22941, 30262, 33657, 39796, 46943, 56561, 58237, 58739, 58734, 62020, 62535, 64149, 64672, 66988, 66919, 76005, 79780, 78545, 81078, 83620, 84492, 92513, 93915);
```
- Now running the cleanup script on DSpace Test and already seeing 4GB freed from the assetstore—it's likely we haven't had a cleanup task complete successfully in years...