Add notes for 2020-02-27

This commit is contained in:
2020-02-27 12:56:50 +02:00
parent 99e411e848
commit d9de8c350b
3 changed files with 50 additions and 8 deletions

View File

@ -1093,4 +1093,23 @@ Moving: 21993 into core statistics-2019
- [DS-4397 controlled vocabulary loading speedup](https://jira.lyrasis.org/browse/DS-4397)
## 2020-02-27
- Tezira startd a discussion on Yammer about the ISI Journal field
- She and Abenet both insist that selecting `N/A` for the "Journal status" in the submission form makes the item show <strong>ISI Journal</strong> on the item display page
- I told them that the `N/A` does not store a value so this is impossible
- I tested it to be sure on DSpace Test, and it does not show a value...
- I checked this morning's database snapshot and found three items that had a value of `N/A`, but they have already been fixed manually on CGSpace by Abenet or Tezira
- I re-worded the `N/A` to say "Non-ISI Journal" in the submission form, though it still does not store a value
- I tested the one last remaining issue with our `6.x-dev` branch: the export CSV from search results
- Last time I had tried that it didn't work for some reason
- Now I will [tell Atmire to get started](https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=706)
- I added some debugging to the Solr core loading in DSpace 6.4-SNAPSHOT (`SolrLoggerServiceImpl.java`) and I see this when DSpace starts up now:
```
2020-02-27 12:26:35,695 INFO org.dspace.statistics.SolrLoggerServiceImpl @ Alan Ping of Solr Core [statistics-2019] Failed with [org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException]. New Core Will be Created
```
- When I check Solr I see the `statistics-2019` core loaded (from `stats-util -s` yesterday, not manually created)
<!-- vim: set sw=2 ts=2: -->