mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2020-12-01
This commit is contained in:
24
content/posts/2020-12.md
Normal file
24
content/posts/2020-12.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "December, 2020"
|
||||
date: 2020-12-01T11:32:54+02:00
|
||||
author: "Alan Orth"
|
||||
categories: ["Notes"]
|
||||
---
|
||||
|
||||
## 2020-12-01
|
||||
|
||||
- Atmire responded about the issue with duplicate data in our Solr statistics
|
||||
- They noticed that some records in the statistics-2015 core haven't been migrated with the AtomicStatisticsUpdateCLI tool yet and assumed that I haven't migrated any of the records yet
|
||||
- That's strange, as I checked all ten cores and 2015 is the only one with some unmigrated documents, as according to the `cua_version` field
|
||||
- I started processing those (about 411,000 records):
|
||||
|
||||
<!--more-->
|
||||
|
||||
```console
|
||||
$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2015
|
||||
```
|
||||
|
||||
- AReS went down when the `renew-letsencrypt` service stopped the `angular_nginx` container in the pre-update hook and failed to bring it back up
|
||||
- I ran all system updates on the host and rebooted it and AReS came back up OK
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
@ -470,7 +470,7 @@ The statistics-2015 core, in 12-hour batches:
|
||||
$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2015
|
||||
```
|
||||
|
||||
It took ~17 hours to finish processing this core.
|
||||
It took ~21 hours to finish processing this core.
|
||||
|
||||
## statistics-2014
|
||||
|
||||
|
Reference in New Issue
Block a user