Add notes for 2020-11-19

This commit is contained in:
2020-11-19 22:40:48 +02:00
parent efbfbf46af
commit 026926cc3b
33 changed files with 60 additions and 38 deletions

View File

@ -343,7 +343,6 @@ org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error whil
- Database issues are worse today...
![PostgreSQL connections week](/cgspace-notes/2020/11/postgres_connections_ALL-week2.png)
![PostgreSQL locks week](/cgspace-notes/2020/11/postgres_locks_ALL-week2.png)
- There are over 2,000 locks:
@ -397,4 +396,16 @@ $ psql -c 'SELECT * FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid =
- Fixing minor bugs for all issues filed on GitHub
- I also added GitHub issues for each of them
## 2020-11-19
- Peter said he was able to approve a few items on CGSpace immediately "like old times" this morning
- The PostgreSQL status looks much better now, though I haven't changed anything
![PostgreSQL connections week](/cgspace-notes/2020/11/postgres_connections_ALL-week3.png)
![PostgreSQL locks week](/cgspace-notes/2020/11/postgres_locks_ALL-week2.png)
![PostgreSQL transaction log week](/cgspace-notes/2020/11/postgres_xlog-week.png)
![PostgreSQL transactions week](/cgspace-notes/2020/11/postgres_transactions_ALL-week.png)
- Very curious that there was such a high number of rolled back transactions after the update
<!-- vim: set sw=2 ts=2: -->