mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-12-04
This commit is contained in:
@ -130,3 +130,32 @@ org.apache.solr.client.solrj.SolrServerException: Server refused connection at:
|
||||
- I enabled logging of `/rest/` and I think I'll leave it on for good
|
||||
- Also, the disk is nearly full because of log file issues, so I'm running some compression on DSpace logs
|
||||
- Normally these stay uncompressed for a month just in case we need to look at them, so now I've just compressed anything older than 2 weeks so we can get some disk space back
|
||||
|
||||
## 2016-12-04
|
||||
|
||||
- I got a weird report from the CGSpace checksum checker this morning
|
||||
- It says 732 bitstreams have potential issues, for example:
|
||||
|
||||
```
|
||||
------------------------------------------------
|
||||
Bitstream Id = 6
|
||||
Process Start Date = Dec 4, 2016
|
||||
Process End Date = Dec 4, 2016
|
||||
Checksum Expected = a1d9eef5e2d85f50f67ce04d0329e96a
|
||||
Checksum Calculated = a1d9eef5e2d85f50f67ce04d0329e96a
|
||||
Result = Bitstream marked deleted in bitstream table
|
||||
-----------------------------------------------
|
||||
...
|
||||
------------------------------------------------
|
||||
Bitstream Id = 77581
|
||||
Process Start Date = Dec 4, 2016
|
||||
Process End Date = Dec 4, 2016
|
||||
Checksum Expected = 9959301aa4ca808d00957dff88214e38
|
||||
Checksum Calculated =
|
||||
Result = The bitstream could not be found
|
||||
-----------------------------------------------
|
||||
```
|
||||
|
||||
- The first one seems ok, but I don't know what to make of the second one...
|
||||
- I had a look and there is indeed no file with the second checksum in the assetstore (ie, looking in `[dspace-dir]/assetstore/99/59/30/...`)
|
||||
- For what it's worth, there is no item on DSpace Test or S3 backups with that checksum either...
|
||||
|
Reference in New Issue
Block a user