Update notes for 2019-01-02

This commit is contained in:
2019-01-02 10:28:26 +02:00
parent f74a13d296
commit 975f27ed96
3 changed files with 39 additions and 8 deletions

View File

@ -41,5 +41,20 @@ tags: ["Notes"]
```
- It's not clear to me what was causing the outbound traffic spike
- Oh nice! The once-per-year cron job for rotating the Solr statistics actually worked now (for the first time ever!):
```
Moving: 81742 into core statistics-2010
Moving: 1837285 into core statistics-2011
Moving: 3764612 into core statistics-2012
Moving: 4557946 into core statistics-2013
Moving: 5483684 into core statistics-2014
Moving: 2941736 into core statistics-2015
Moving: 5926070 into core statistics-2016
Moving: 10562554 into core statistics-2017
Moving: 18497180 into core statistics-2018
```
- This could by why the outbound traffic rate was high, due to the S3 backup that run at 3:30AM...
<!-- vim: set sw=2 ts=2: -->