Update notes for 2018-11-27

This commit is contained in:
2018-11-27 10:47:02 +02:00
parent 2edeec5542
commit 42245277ea
3 changed files with 42 additions and 10 deletions

View File

@ -289,7 +289,7 @@ $ time ./rest-find-collections.py 10568/27629 --rest-url https://dspacetest.cgia
## 2018-11-13
- Help troubleshoot an issue with Judy Kimani submitting to the *ILRI project reports, papers and documents* collection on CGSpace
- Help troubleshoot an issue with Judy Kimani submitting to the [ILRI project reports, papers and documents](https://cgspace.cgiar.org/handle/10568/78) collection on CGSpace
- For some reason there is an existing group for the "Accept/Reject" workflow step, but it's empty
- I added Judy to the group and told her to try again
- Sisay changed his leave to be full days until December so I need to finish the IITA records that he was working on ([IITA_ ALIZZY1802-csv_oct23](https://dspacetest.cgiar.org/handle/10568/107871)
@ -428,5 +428,19 @@ $ time schedtool -D -e ionice -c2 -n7 nice -n19 dspace index-discovery -b
```
- We know 70.32.83.92 is CCAFS harvester on MediaTemple, but 205.186.128.185 is new appears to be a new CCAFS harvester
- I think we might want to prune some old accounts from CGSpace, perhaps users who haven't logged in in the last two years would be a conservative bunch:
```
$ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 | wc -l
409
$ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
```
- This deleted about 380 users, skipping those who have submissions in the repository
- Judy Kimani was having problems taking tasks in the [ILRI project reports, papers and documents](https://cgspace.cgiar.org/handle/10568/78) collection again
- The workflow step 1 (accept/reject) is now undefined for some reason
- Last week the group was defined, but empty, so we added her to the group and she was able to take the tasks
- Since then it looks like the group was deleted, so now she didn't have permission to take or leave the tasks in her pool
- We added her back to the group, then she was able to take the tasks, and then we removed the group again, as we generally don't use this step in CGSpace
<!-- vim: set sw=2 ts=2: -->