Add notes for 2020-11-24

This commit is contained in:
2020-11-24 21:47:24 +02:00
parent 3e3f80c1dc
commit a9b86c7f64
27 changed files with 85 additions and 36 deletions

View File

@ -463,4 +463,17 @@ facet=true&f.owningComm.facet.limit=5&f.owningComm.facet.offset=5&f.countryCode.
- I created the sub-communities and collections for IWMI's Strategic Priorities and Research Groups on CGSpace: https://cgspace.cgiar.org/handle/10568/110259
## 2020-11-24
- Yesterday Abenet asked me to investigate why AReS only shows 9,000 "livestock" terms in the ILRI community on AReS, but on CGSpace we have over 10,000
- I added the lowercase formatter to all center and CRP subjects fields and re-harvested
- Now I see there are 9,999, which seems suspicious
- I filed a bug on GitHub: https://github.com/ilri/OpenRXV/issues/61
- Help Abenet map an item on CGSpace for CIAT
- If I search for the entire item title I don't get any results, but I notice this item had a ":" in the title, so I tried searching for part of the title without the colon and it worked
- It is a mystery to me that you can't map an item using its Handle...
- I started processing the statistics-2011 core with Atmire's AtomicStatisticsUpdateCLI tool
- I called Moayad and we worked on the views/downloads issue on OpenRXV
- It turns out to be a mapping (schema) issue in Elasticsearch due to DSpace 6 UUIDs (LOL!!)
<!-- vim: set sw=2 ts=2: -->

View File

@ -431,3 +431,13 @@ $ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisti
```
It took ~32 hours to finish processing this core.
## statistics-2018
The statistics-2018 core, in 12-hour batches:
```
$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2018
```
It took ~28 hours to finish processing this core.