mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2020-04-30
This commit is contained in:
@ -473,5 +473,31 @@ $ curl -s "http://localhost:8081/solr/statistics/update?softCommit=true" -H "Con
|
||||
```
|
||||
|
||||
- Run all system updates on DSpace Test and reboot it
|
||||
- Tezira is still having issue submitting to CGSpace and the database is definitely busy according to Munin:
|
||||
|
||||

|
||||
|
||||
- But I don't see a lot of connections in PostgreSQL itself:
|
||||
|
||||
```
|
||||
$ psql -c 'select * from pg_stat_activity' | grep -o -E '(dspaceWeb|dspaceApi|dspaceCli)' | sort | uniq -c
|
||||
5 dspaceApi
|
||||
6 dspaceCli
|
||||
14 dspaceWeb
|
||||
$ psql -c 'select * from pg_stat_activity' | wc -l
|
||||
30
|
||||
```
|
||||
|
||||
- Tezira said she cleared her browser cache and then was able to submit again
|
||||
- She said once she logged back in she had very many "Untitled" submissions pending
|
||||
- I see that the database connections are indeed much lower now:
|
||||
|
||||

|
||||
|
||||
- The PostgreSQL log shows a lot of errors about deadlocks and queries waiting on other processes...
|
||||
|
||||
```
|
||||
ERROR: deadlock detected
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user