From 26f17edd927be05bf3fcb3c240eb78338fd82509 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 22 Nov 2020 23:08:49 +0200 Subject: [PATCH] Add notes for 2020-11-22 --- content/posts/2020-11.md | 50 ++++++++++++++++ content/posts/cgspace-dspace6-upgrade.md | 8 ++- docs/2015-11/index.html | 2 +- docs/2015-12/index.html | 2 +- docs/2016-01/index.html | 2 +- docs/2016-02/index.html | 2 +- docs/2016-03/index.html | 2 +- docs/2016-04/index.html | 2 +- docs/2016-05/index.html | 2 +- docs/2016-06/index.html | 2 +- docs/2016-07/index.html | 2 +- docs/2016-08/index.html | 2 +- docs/2016-09/index.html | 2 +- docs/2016-10/index.html | 2 +- docs/2016-11/index.html | 2 +- docs/2016-12/index.html | 2 +- docs/2017-01/index.html | 2 +- docs/2017-02/index.html | 2 +- docs/2017-03/index.html | 2 +- docs/2017-04/index.html | 2 +- docs/2017-05/index.html | 2 +- docs/2017-06/index.html | 2 +- docs/2017-07/index.html | 2 +- docs/2017-08/index.html | 2 +- docs/2017-09/index.html | 2 +- docs/2017-10/index.html | 2 +- docs/2017-11/index.html | 2 +- docs/2017-12/index.html | 2 +- docs/2018-01/index.html | 2 +- docs/2018-02/index.html | 2 +- docs/2018-03/index.html | 2 +- docs/2018-04/index.html | 2 +- docs/2018-05/index.html | 2 +- docs/2018-06/index.html | 2 +- docs/2018-07/index.html | 2 +- docs/2018-08/index.html | 2 +- docs/2018-09/index.html | 2 +- docs/2018-10/index.html | 2 +- docs/2018-11/index.html | 2 +- docs/2018-12/index.html | 2 +- docs/2019-01/index.html | 2 +- docs/2019-02/index.html | 2 +- docs/2019-03/index.html | 2 +- docs/2019-04/index.html | 2 +- docs/2019-05/index.html | 2 +- docs/2019-06/index.html | 2 +- docs/2019-07/index.html | 2 +- docs/2019-08/index.html | 2 +- docs/2019-09/index.html | 2 +- docs/2019-10/index.html | 2 +- docs/2019-11/index.html | 2 +- docs/2019-12/index.html | 2 +- docs/2020-01/index.html | 2 +- docs/2020-02/index.html | 2 +- docs/2020-03/index.html | 2 +- docs/2020-04/index.html | 2 +- docs/2020-05/index.html | 2 +- docs/2020-06/index.html | 2 +- docs/2020-07/index.html | 2 +- docs/2020-08/index.html | 2 +- docs/2020-09/index.html | 2 +- docs/2020-10/index.html | 2 +- docs/2020-11/index.html | 61 ++++++++++++++++++-- docs/2020/11/postgres_locks_ALL-week3.png | Bin 0 -> 12684 bytes docs/2020/11/postgres_xlog-week2.png | Bin 0 -> 7862 bytes docs/404.html | 2 +- docs/categories/index.html | 4 +- docs/categories/notes/index.html | 4 +- docs/categories/notes/page/2/index.html | 4 +- docs/categories/notes/page/3/index.html | 4 +- docs/categories/notes/page/4/index.html | 4 +- docs/categories/notes/page/5/index.html | 4 +- docs/cgiar-library-migration/index.html | 2 +- docs/cgspace-cgcorev2-migration/index.html | 2 +- docs/cgspace-dspace6-upgrade/index.html | 10 ++-- docs/index.html | 4 +- docs/page/2/index.html | 4 +- docs/page/3/index.html | 4 +- docs/page/4/index.html | 4 +- docs/page/5/index.html | 4 +- docs/page/6/index.html | 4 +- docs/page/7/index.html | 4 +- docs/posts/index.html | 4 +- docs/posts/page/2/index.html | 4 +- docs/posts/page/3/index.html | 4 +- docs/posts/page/4/index.html | 4 +- docs/posts/page/5/index.html | 4 +- docs/posts/page/6/index.html | 4 +- docs/posts/page/7/index.html | 4 +- docs/sitemap.xml | 10 ++-- docs/tags/index.html | 2 +- docs/tags/migration/index.html | 2 +- docs/tags/notes/index.html | 2 +- docs/tags/notes/page/2/index.html | 2 +- docs/tags/notes/page/3/index.html | 2 +- static/2020/11/postgres_locks_ALL-week3.png | Bin 0 -> 12684 bytes static/2020/11/postgres_xlog-week2.png | Bin 0 -> 7862 bytes 97 files changed, 232 insertions(+), 123 deletions(-) create mode 100644 docs/2020/11/postgres_locks_ALL-week3.png create mode 100644 docs/2020/11/postgres_xlog-week2.png create mode 100644 static/2020/11/postgres_locks_ALL-week3.png create mode 100644 static/2020/11/postgres_xlog-week2.png diff --git a/content/posts/2020-11.md b/content/posts/2020-11.md index e8deb5ad2..f6f9a3dc6 100644 --- a/content/posts/2020-11.md +++ b/content/posts/2020-11.md @@ -409,4 +409,54 @@ $ psql -c 'SELECT * FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid = - Very curious that there was such a high number of rolled back transactions after the update +## 2020-11-22 + +- PostgreSQL situation on CGSpace (linode18) looks much better now: + +![PostgreSQL locks week](/cgspace-notes/2020/11/postgres_locks_ALL-week3.png) +![PostgreSQL transaction log week](/cgspace-notes/2020/11/postgres_xlog-week2.png) + +- In other news, I noticed that harvesting DSpace 6 works fine in OpenRXV, but the statistics fail on page 1 + - I filed an issue: https://github.com/ilri/OpenRXV/issues/59 +- Abenet asked for help trying to add a new user to the Bioversity and CIAT groups on CGSpace + - I see that the user search is split on five results, so the user in question appears on page 2 + - I asked Abenet if she was getting an error or it was simply this... +- Maria Garuccio sent me an example report that she wants to be able to generate from AReS + - First, she would like to have the option to group by output type + - Second, she would like to be able to control the sorting in the template, like sorting the citation alphabetically + - I filed an issue: https://github.com/ilri/OpenRXV/issues/60 +- Mohammad Salem had asked if there was an item ID to UUID mapping for CGSpace + - I found a thread on the dspace-tech mailing list that pointed out that there is a new `uuid` column in the item table + - Only old items have an `item_id` so we can get a mapping easily: + +``` +dspace=# \COPY (SELECT item_id,uuid FROM item WHERE in_archive='t' AND withdrawn='f' AND item_id IS NOT NULL) TO /tmp/2020-11-22-item-id2uuid.csv WITH CSV HEADER; +COPY 87411 +``` + +- Saving some notes I wrote down about faceting by community and collection in Solr, for potential use in the future in the DSpace Statistics API +- Facet by owningComm to see total number of distinct communities (136): + +``` + facet=true&facet.mincount=1&facet.field=owningComm&facet.limit=1&facet.offset=0&stats=true&stats.field=id&stats.calcdistinct=true +``` + +- Facet by owningComm and get the first 5 distinct: + +``` + facet=true&facet.mincount=1&facet.field=owningComm&facet.limit=5&facet.offset=0&facet.pivot=id,countryCode +``` + +- Facet by owningComm and countryCode using facet.pivot and maybe I can just skip the normal facet params? + +``` +facet=true&f.owningComm.facet.limit=5&f.owningComm.facet.offset=5&facet.pivot=owningComm,countryCode +``` + +- Facet by owningComm and countryCode using facet.pivot and limiting to top five countries... fuck it's possible! + +``` +facet=true&f.owningComm.facet.limit=5&f.owningComm.facet.offset=5&f.countryCode.facet.limit=5&facet.pivot=owningComm,countryCode +``` + diff --git a/content/posts/cgspace-dspace6-upgrade.md b/content/posts/cgspace-dspace6-upgrade.md index 3ab523a37..960794011 100644 --- a/content/posts/cgspace-dspace6-upgrade.md +++ b/content/posts/cgspace-dspace6-upgrade.md @@ -410,8 +410,14 @@ $ curl -s "http://localhost:8081/solr/statistics-2010/update?softCommit=true" -H ### Processing Solr statistics with AtomicStatisticsUpdateCLI -On 2020-11-18 I finished processing the Solr statistics with solr-upgrade-statistics-6x and I started processing them with AtomicStatisticsUpdateCLI: +On 2020-11-18 I finished processing the Solr statistics with solr-upgrade-statistics-6x and I started processing them with AtomicStatisticsUpdateCLI. + +## statistics + +First the current year's statistics core, in 12-hour batches: ``` $ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics ``` + +It took ~38 hours to finish processing this core. diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html index 5356f2e83..837543929 100644 --- a/docs/2015-11/index.html +++ b/docs/2015-11/index.html @@ -31,7 +31,7 @@ Last week I had increased the limit from 30 to 60, which seemed to help, but now $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspace 78 "/> - + diff --git a/docs/2015-12/index.html b/docs/2015-12/index.html index aaf5ebc5e..5e85ae1ce 100644 --- a/docs/2015-12/index.html +++ b/docs/2015-12/index.html @@ -33,7 +33,7 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less -rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo -rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz "/> - + diff --git a/docs/2016-01/index.html b/docs/2016-01/index.html index d18a61197..92630ce08 100644 --- a/docs/2016-01/index.html +++ b/docs/2016-01/index.html @@ -25,7 +25,7 @@ Move ILRI collection 10568/12503 from 10568/27869 to 10568/27629 using the move_ I realized it is only necessary to clear the Cocoon cache after moving collections—rather than reindexing—as no metadata has changed, and therefore no search or browse indexes need to be updated. Update GitHub wiki for documentation of maintenance tasks. "/> - + diff --git a/docs/2016-02/index.html b/docs/2016-02/index.html index b53816233..ea5a9f763 100644 --- a/docs/2016-02/index.html +++ b/docs/2016-02/index.html @@ -35,7 +35,7 @@ I noticed we have a very interesting list of countries on CGSpace: Not only are there 49,000 countries, we have some blanks (25)… Also, lots of things like “COTE D`LVOIRE” and “COTE D IVOIRE” "/> - + diff --git a/docs/2016-03/index.html b/docs/2016-03/index.html index 46cde74a2..d5c226505 100644 --- a/docs/2016-03/index.html +++ b/docs/2016-03/index.html @@ -25,7 +25,7 @@ Looking at issues with author authorities on CGSpace For some reason we still have the index-lucene-update cron job active on CGSpace, but I’m pretty sure we don’t need it as of the latest few versions of Atmire’s Listings and Reports module Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Java JDK 1.7 to match environment on CGSpace server "/> - + diff --git a/docs/2016-04/index.html b/docs/2016-04/index.html index 09859e9af..121425e27 100644 --- a/docs/2016-04/index.html +++ b/docs/2016-04/index.html @@ -29,7 +29,7 @@ After running DSpace for over five years I’ve never needed to look in any This will save us a few gigs of backup space we’re paying for on S3 Also, I noticed the checker log has some errors we should pay attention to: "/> - + diff --git a/docs/2016-05/index.html b/docs/2016-05/index.html index 3d02eb5a6..72e439d6b 100644 --- a/docs/2016-05/index.html +++ b/docs/2016-05/index.html @@ -31,7 +31,7 @@ There are 3,000 IPs accessing the REST API in a 24-hour period! # awk '{print $1}' /var/log/nginx/rest.log | uniq | wc -l 3168 "/> - + diff --git a/docs/2016-06/index.html b/docs/2016-06/index.html index 9cafeda62..94b237e6a 100644 --- a/docs/2016-06/index.html +++ b/docs/2016-06/index.html @@ -31,7 +31,7 @@ This is their publications set: http://ebrary.ifpri.org/oai/oai.php?verb=ListRec You can see the others by using the OAI ListSets verb: http://ebrary.ifpri.org/oai/oai.php?verb=ListSets Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in dc.identifier.fund to cg.identifier.cpwfproject and then the rest to dc.description.sponsorship "/> - + diff --git a/docs/2016-07/index.html b/docs/2016-07/index.html index 44a978fc0..8fae2dd74 100644 --- a/docs/2016-07/index.html +++ b/docs/2016-07/index.html @@ -41,7 +41,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and In this case the select query was showing 95 results before the update "/> - + diff --git a/docs/2016-08/index.html b/docs/2016-08/index.html index a2020ec40..bf1f2e0c3 100644 --- a/docs/2016-08/index.html +++ b/docs/2016-08/index.html @@ -39,7 +39,7 @@ $ git checkout -b 55new 5_x-prod $ git reset --hard ilri/5_x-prod $ git rebase -i dspace-5.5 "/> - + diff --git a/docs/2016-09/index.html b/docs/2016-09/index.html index a4e062c7c..d02188cd3 100644 --- a/docs/2016-09/index.html +++ b/docs/2016-09/index.html @@ -31,7 +31,7 @@ It looks like we might be able to use OUs now, instead of DCs: $ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=org" -D "admigration1@cgiarad.org" -W "(sAMAccountName=admigration1)" "/> - + diff --git a/docs/2016-10/index.html b/docs/2016-10/index.html index 4e93429e7..ab456a1c1 100644 --- a/docs/2016-10/index.html +++ b/docs/2016-10/index.html @@ -39,7 +39,7 @@ I exported a random item’s metadata as CSV, deleted all columns except id 0000-0002-6115-0956||0000-0002-3812-8793||0000-0001-7462-405X "/> - + diff --git a/docs/2016-11/index.html b/docs/2016-11/index.html index 61f44f64f..76d135efa 100644 --- a/docs/2016-11/index.html +++ b/docs/2016-11/index.html @@ -23,7 +23,7 @@ Add dc.type to the output options for Atmire’s Listings and Reports module Add dc.type to the output options for Atmire’s Listings and Reports module (#286) "/> - + diff --git a/docs/2016-12/index.html b/docs/2016-12/index.html index 6e3578e53..50797c5ac 100644 --- a/docs/2016-12/index.html +++ b/docs/2016-12/index.html @@ -43,7 +43,7 @@ I see thousands of them in the logs for the last few months, so it’s not r I’ve raised a ticket with Atmire to ask Another worrying error from dspace.log is: "/> - + diff --git a/docs/2017-01/index.html b/docs/2017-01/index.html index 6ff69a639..fed592875 100644 --- a/docs/2017-01/index.html +++ b/docs/2017-01/index.html @@ -25,7 +25,7 @@ I checked to see if the Solr sharding task that is supposed to run on January 1s I tested on DSpace Test as well and it doesn’t work there either I asked on the dspace-tech mailing list because it seems to be broken, and actually now I’m not sure if we’ve ever had the sharding task run successfully over all these years "/> - + diff --git a/docs/2017-02/index.html b/docs/2017-02/index.html index 5aadcd0ee..f8e617d26 100644 --- a/docs/2017-02/index.html +++ b/docs/2017-02/index.html @@ -47,7 +47,7 @@ DELETE 1 Create issue on GitHub to track the addition of CCAFS Phase II project tags (#301) Looks like we’ll be using cg.identifier.ccafsprojectpii as the field name "/> - + diff --git a/docs/2017-03/index.html b/docs/2017-03/index.html index 7adbb390f..7e453dfaf 100644 --- a/docs/2017-03/index.html +++ b/docs/2017-03/index.html @@ -51,7 +51,7 @@ Interestingly, it seems DSpace 4.x’s thumbnails were sRGB, but forcing reg $ identify ~/Desktop/alc_contrastes_desafios.jpg /Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000 "/> - + diff --git a/docs/2017-04/index.html b/docs/2017-04/index.html index 2867e54be..5d308bccd 100644 --- a/docs/2017-04/index.html +++ b/docs/2017-04/index.html @@ -37,7 +37,7 @@ Testing the CMYK patch on a collection with 650 items: $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Thumbnail" -v >& /tmp/filter-media-cmyk.txt "/> - + diff --git a/docs/2017-05/index.html b/docs/2017-05/index.html index d7edd13af..4d4b33a09 100644 --- a/docs/2017-05/index.html +++ b/docs/2017-05/index.html @@ -15,7 +15,7 @@ - + diff --git a/docs/2017-06/index.html b/docs/2017-06/index.html index 2587beb47..f509e4864 100644 --- a/docs/2017-06/index.html +++ b/docs/2017-06/index.html @@ -15,7 +15,7 @@ - + diff --git a/docs/2017-07/index.html b/docs/2017-07/index.html index 1f593ae0b..16190c761 100644 --- a/docs/2017-07/index.html +++ b/docs/2017-07/index.html @@ -33,7 +33,7 @@ Merge changes for WLE Phase II theme rename (#329) Looking at extracting the metadata registries from ICARDA’s MEL DSpace database so we can compare fields with CGSpace We can use PostgreSQL’s extended output format (-x) plus sed to format the output into quasi XML: "/> - + diff --git a/docs/2017-08/index.html b/docs/2017-08/index.html index 823e24195..6ee89ad2b 100644 --- a/docs/2017-08/index.html +++ b/docs/2017-08/index.html @@ -57,7 +57,7 @@ This was due to newline characters in the dc.description.abstract column, which I exported a new CSV from the collection on DSpace Test and then manually removed the characters in vim using g/^$/d Then I cleaned up the author authorities and HTML characters in OpenRefine and sent the file back to Abenet "/> - + diff --git a/docs/2017-09/index.html b/docs/2017-09/index.html index 7ead7e7cd..e7f7f9047 100644 --- a/docs/2017-09/index.html +++ b/docs/2017-09/index.html @@ -29,7 +29,7 @@ Linode sent an alert that CGSpace (linode18) was using 261% CPU for the past two Ask Sisay to clean up the WLE approvers a bit, as Marianne’s user account is both in the approvers step as well as the group "/> - + diff --git a/docs/2017-10/index.html b/docs/2017-10/index.html index 0f38d0ab7..e03e370a2 100644 --- a/docs/2017-10/index.html +++ b/docs/2017-10/index.html @@ -31,7 +31,7 @@ http://hdl.handle.net/10568/78495||http://hdl.handle.net/10568/79336 There appears to be a pattern but I’ll have to look a bit closer and try to clean them up automatically, either in SQL or in OpenRefine Add Katherine Lutz to the groups for content submission and edit steps of the CGIAR System collections "/> - + diff --git a/docs/2017-11/index.html b/docs/2017-11/index.html index 8a5e0353b..481f96ddd 100644 --- a/docs/2017-11/index.html +++ b/docs/2017-11/index.html @@ -45,7 +45,7 @@ Generate list of authors on CGSpace for Peter to go through and correct: dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = 'contributor' and qualifier = 'author') AND resource_type_id = 2 group by text_value order by count desc) to /tmp/authors.csv with csv; COPY 54701 "/> - + diff --git a/docs/2017-12/index.html b/docs/2017-12/index.html index c8d8ebc53..46e487855 100644 --- a/docs/2017-12/index.html +++ b/docs/2017-12/index.html @@ -27,7 +27,7 @@ The logs say “Timeout waiting for idle object” PostgreSQL activity says there are 115 connections currently The list of connections to XMLUI and REST API for today: "/> - + diff --git a/docs/2018-01/index.html b/docs/2018-01/index.html index 26799a768..629bf65d4 100644 --- a/docs/2018-01/index.html +++ b/docs/2018-01/index.html @@ -147,7 +147,7 @@ dspace.log.2018-01-02:34 Danny wrote to ask for help renewing the wildcard ilri.org certificate and I advised that we should probably use Let’s Encrypt if it’s just a handful of domains "/> - + diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html index 031d847f3..484215dc5 100644 --- a/docs/2018-02/index.html +++ b/docs/2018-02/index.html @@ -27,7 +27,7 @@ We don’t need to distinguish between internal and external works, so that Yesterday I figured out how to monitor DSpace sessions using JMX I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-plugins-java package and used the stuff I discovered about JMX in 2018-01 "/> - + diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html index 8add149f7..5d184bf78 100644 --- a/docs/2018-03/index.html +++ b/docs/2018-03/index.html @@ -21,7 +21,7 @@ Export a CSV of the IITA community metadata for Martin Mueller Export a CSV of the IITA community metadata for Martin Mueller "/> - + diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html index 0acdfd4e8..0d6ef501c 100644 --- a/docs/2018-04/index.html +++ b/docs/2018-04/index.html @@ -23,7 +23,7 @@ Catalina logs at least show some memory errors yesterday: I tried to test something on DSpace Test but noticed that it’s down since god knows when Catalina logs at least show some memory errors yesterday: "/> - + diff --git a/docs/2018-05/index.html b/docs/2018-05/index.html index 539a58a63..0b8a8f0cf 100644 --- a/docs/2018-05/index.html +++ b/docs/2018-05/index.html @@ -35,7 +35,7 @@ http://localhost:3000/solr/statistics/update?stream.body=%3Ccommit/%3E Then I reduced the JVM heap size from 6144 back to 5120m Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked the Ansible infrastructure scripts to support hosts choosing which distribution they want to use "/> - + diff --git a/docs/2018-06/index.html b/docs/2018-06/index.html index 791c6e003..1f65076fe 100644 --- a/docs/2018-06/index.html +++ b/docs/2018-06/index.html @@ -55,7 +55,7 @@ real 74m42.646s user 8m5.056s sys 2m7.289s "/> - + diff --git a/docs/2018-07/index.html b/docs/2018-07/index.html index a81e19e5c..970673a7d 100644 --- a/docs/2018-07/index.html +++ b/docs/2018-07/index.html @@ -33,7 +33,7 @@ During the mvn package stage on the 5.8 branch I kept getting issues with java r There is insufficient memory for the Java Runtime Environment to continue. "/> - + diff --git a/docs/2018-08/index.html b/docs/2018-08/index.html index 58c4eeb48..4d78268ab 100644 --- a/docs/2018-08/index.html +++ b/docs/2018-08/index.html @@ -43,7 +43,7 @@ Anyways, perhaps I should increase the JVM heap from 5120m to 6144m like we did The server only has 8GB of RAM so we’ll eventually need to upgrade to a larger one because we’ll start starving the OS, PostgreSQL, and command line batch processes I ran all system updates on DSpace Test and rebooted it "/> - + diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html index 64de6604f..2ea8f9cca 100644 --- a/docs/2018-09/index.html +++ b/docs/2018-09/index.html @@ -27,7 +27,7 @@ I’ll update the DSpace role in our Ansible infrastructure playbooks and ru Also, I’ll re-run the postgresql tasks because the custom PostgreSQL variables are dynamic according to the system’s RAM, and we never re-ran them after migrating to larger Linodes last month I’m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I’m getting those autowire errors in Tomcat 8.5.30 again: "/> - + diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html index e925ddf1d..b5bea1842 100644 --- a/docs/2018-10/index.html +++ b/docs/2018-10/index.html @@ -23,7 +23,7 @@ I created a GitHub issue to track this #389, because I’m super busy in Nai Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now "/> - + diff --git a/docs/2018-11/index.html b/docs/2018-11/index.html index 17079de46..71b144476 100644 --- a/docs/2018-11/index.html +++ b/docs/2018-11/index.html @@ -33,7 +33,7 @@ Send a note about my dspace-statistics-api to the dspace-tech mailing list Linode has been sending mails a few times a day recently that CGSpace (linode18) has had high CPU usage Today these are the top 10 IPs: "/> - + diff --git a/docs/2018-12/index.html b/docs/2018-12/index.html index 19dac4158..a62b24509 100644 --- a/docs/2018-12/index.html +++ b/docs/2018-12/index.html @@ -33,7 +33,7 @@ Then I ran all system updates and restarted the server I noticed that there is another issue with PDF thumbnails on CGSpace, and I see there was another Ghostscript vulnerability last week "/> - + diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html index 3fa516909..cd83e2581 100644 --- a/docs/2019-01/index.html +++ b/docs/2019-01/index.html @@ -47,7 +47,7 @@ I don’t see anything interesting in the web server logs around that time t 357 207.46.13.1 903 54.70.40.11 "/> - + diff --git a/docs/2019-02/index.html b/docs/2019-02/index.html index dd3763821..08c523ca1 100644 --- a/docs/2019-02/index.html +++ b/docs/2019-02/index.html @@ -69,7 +69,7 @@ real 0m19.873s user 0m22.203s sys 0m1.979s "/> - + diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html index 529a4ed66..b5559a3eb 100644 --- a/docs/2019-03/index.html +++ b/docs/2019-03/index.html @@ -43,7 +43,7 @@ Most worryingly, there are encoding errors in the abstracts for eleven items, fo I think I will need to ask Udana to re-copy and paste the abstracts with more care using Google Docs "/> - + diff --git a/docs/2019-04/index.html b/docs/2019-04/index.html index 2c9e3889e..d374485a8 100644 --- a/docs/2019-04/index.html +++ b/docs/2019-04/index.html @@ -61,7 +61,7 @@ $ ./fix-metadata-values.py -i /tmp/2019-02-21-fix-4-regions.csv -db dspace -u ds $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-2-countries.csv -db dspace -u dspace -p 'fuuu' -m 228 -f cg.coverage.country -d $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace -u dspace -p 'fuuu' -m 231 -f cg.coverage.region -d "/> - + diff --git a/docs/2019-05/index.html b/docs/2019-05/index.html index 49b37b265..b3419222d 100644 --- a/docs/2019-05/index.html +++ b/docs/2019-05/index.html @@ -45,7 +45,7 @@ DELETE 1 But after this I tried to delete the item from the XMLUI and it is still present… "/> - + diff --git a/docs/2019-06/index.html b/docs/2019-06/index.html index 08c8d324c..db51accb1 100644 --- a/docs/2019-06/index.html +++ b/docs/2019-06/index.html @@ -31,7 +31,7 @@ Run system updates on CGSpace (linode18) and reboot it Skype with Marie-Angélique and Abenet about CG Core v2 "/> - + diff --git a/docs/2019-07/index.html b/docs/2019-07/index.html index fd5b53b0e..729f78758 100644 --- a/docs/2019-07/index.html +++ b/docs/2019-07/index.html @@ -35,7 +35,7 @@ CGSpace Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community "/> - + diff --git a/docs/2019-08/index.html b/docs/2019-08/index.html index 3c595fe80..95f299c7f 100644 --- a/docs/2019-08/index.html +++ b/docs/2019-08/index.html @@ -43,7 +43,7 @@ After rebooting, all statistics cores were loaded… wow, that’s luck Run system updates on DSpace Test (linode19) and reboot it "/> - + diff --git a/docs/2019-09/index.html b/docs/2019-09/index.html index 32ecac81c..9da373b4d 100644 --- a/docs/2019-09/index.html +++ b/docs/2019-09/index.html @@ -69,7 +69,7 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning: 7249 2a01:7e00::f03c:91ff:fe18:7396 9124 45.5.186.2 "/> - + diff --git a/docs/2019-10/index.html b/docs/2019-10/index.html index 08b88af06..e789845ae 100644 --- a/docs/2019-10/index.html +++ b/docs/2019-10/index.html @@ -15,7 +15,7 @@ - + diff --git a/docs/2019-11/index.html b/docs/2019-11/index.html index de9908735..ca996db2b 100644 --- a/docs/2019-11/index.html +++ b/docs/2019-11/index.html @@ -55,7 +55,7 @@ Let’s see how many of the REST API requests were for bitstreams (because t # zcat --force /var/log/nginx/rest.log.*.gz | grep -E "[0-9]{1,2}/Oct/2019" | grep -c -E "/rest/bitstreams" 106781 "/> - + diff --git a/docs/2019-12/index.html b/docs/2019-12/index.html index 8c254b889..64514df7f 100644 --- a/docs/2019-12/index.html +++ b/docs/2019-12/index.html @@ -43,7 +43,7 @@ Make sure all packages are up to date and the package manager is up to date, the # dpkg -C # reboot "/> - + diff --git a/docs/2020-01/index.html b/docs/2020-01/index.html index 7c9fbb249..88e9cc74b 100644 --- a/docs/2020-01/index.html +++ b/docs/2020-01/index.html @@ -53,7 +53,7 @@ I tweeted the CGSpace repository link "/> - + diff --git a/docs/2020-02/index.html b/docs/2020-02/index.html index 42a696d64..5c0e5b45e 100644 --- a/docs/2020-02/index.html +++ b/docs/2020-02/index.html @@ -35,7 +35,7 @@ The code finally builds and runs with a fresh install "/> - + diff --git a/docs/2020-03/index.html b/docs/2020-03/index.html index e150b8488..e73cb87b7 100644 --- a/docs/2020-03/index.html +++ b/docs/2020-03/index.html @@ -39,7 +39,7 @@ You need to download this into the DSpace 6.x source and compile it "/> - + diff --git a/docs/2020-04/index.html b/docs/2020-04/index.html index 2400cddea..540820e53 100644 --- a/docs/2020-04/index.html +++ b/docs/2020-04/index.html @@ -45,7 +45,7 @@ The third item now has a donut with score 1 since I tweeted it last week On the same note, the one item Abenet pointed out last week now has a donut with score of 104 after I tweeted it last week "/> - + diff --git a/docs/2020-05/index.html b/docs/2020-05/index.html index ec6d6c1c9..7e8b0d287 100644 --- a/docs/2020-05/index.html +++ b/docs/2020-05/index.html @@ -31,7 +31,7 @@ I see that CGSpace (linode18) is still using PostgreSQL JDBC driver version 42.2 "/> - + diff --git a/docs/2020-06/index.html b/docs/2020-06/index.html index 9d7e525ee..c2554b151 100644 --- a/docs/2020-06/index.html +++ b/docs/2020-06/index.html @@ -33,7 +33,7 @@ I sent Atmire the dspace.log from today and told them to log into the server to In other news, I checked the statistics API on DSpace 6 and it’s working I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Test and I get an error: "/> - + diff --git a/docs/2020-07/index.html b/docs/2020-07/index.html index ff408aef3..51949d6c8 100644 --- a/docs/2020-07/index.html +++ b/docs/2020-07/index.html @@ -35,7 +35,7 @@ I restarted Tomcat and PostgreSQL and the issue was gone Since I was restarting Tomcat anyways I decided to redeploy the latest changes from the 5_x-prod branch and I added a note about COVID-19 items to the CGSpace frontpage at Peter’s request "/> - + diff --git a/docs/2020-08/index.html b/docs/2020-08/index.html index 277687b8f..0d345f432 100644 --- a/docs/2020-08/index.html +++ b/docs/2020-08/index.html @@ -33,7 +33,7 @@ It is class based so I can easily add support for other vocabularies, and the te "/> - + diff --git a/docs/2020-09/index.html b/docs/2020-09/index.html index ef40fcb17..57f8cd7e5 100644 --- a/docs/2020-09/index.html +++ b/docs/2020-09/index.html @@ -45,7 +45,7 @@ I filed a bug on OpenRXV: https://github.com/ilri/OpenRXV/issues/39 I filed an issue on OpenRXV to make some minor edits to the admin UI: https://github.com/ilri/OpenRXV/issues/40 "/> - + diff --git a/docs/2020-10/index.html b/docs/2020-10/index.html index 2dcc1fe89..5dc34a2ac 100644 --- a/docs/2020-10/index.html +++ b/docs/2020-10/index.html @@ -41,7 +41,7 @@ During the FlywayDB migration I got an error: "/> - + diff --git a/docs/2020-11/index.html b/docs/2020-11/index.html index a616fdd8a..00789f3f1 100644 --- a/docs/2020-11/index.html +++ b/docs/2020-11/index.html @@ -17,7 +17,7 @@ So far we’ve spent at least fifty hours to process the statistics and stat - + @@ -29,7 +29,7 @@ So far we’ve spent at least fifty hours to process the statistics and stat "/> - + @@ -39,9 +39,9 @@ So far we’ve spent at least fifty hours to process the statistics and stat "@type": "BlogPosting", "headline": "November, 2020", "url": "https://alanorth.github.io/cgspace-notes/2020-11/", - "wordCount": "2743", + "wordCount": "3039", "datePublished": "2020-11-01T13:11:54+02:00", - "dateModified": "2020-11-19T22:40:48+02:00", + "dateModified": "2020-11-19T22:41:55+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -568,7 +568,58 @@ org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error whil - +

2020-11-22

+ +

PostgreSQL locks week +PostgreSQL transaction log week

+ +
dspace=# \COPY (SELECT item_id,uuid FROM item WHERE in_archive='t' AND withdrawn='f' AND item_id IS NOT NULL) TO /tmp/2020-11-22-item-id2uuid.csv WITH CSV HEADER;
+COPY 87411
+
+
  facet=true&facet.mincount=1&facet.field=owningComm&facet.limit=1&facet.offset=0&stats=true&stats.field=id&stats.calcdistinct=true
+
+
  facet=true&facet.mincount=1&facet.field=owningComm&facet.limit=5&facet.offset=0&facet.pivot=id,countryCode
+
+
facet=true&f.owningComm.facet.limit=5&f.owningComm.facet.offset=5&facet.pivot=owningComm,countryCode
+
+
facet=true&f.owningComm.facet.limit=5&f.owningComm.facet.offset=5&f.countryCode.facet.limit=5&facet.pivot=owningComm,countryCode
+
diff --git a/docs/2020/11/postgres_locks_ALL-week3.png b/docs/2020/11/postgres_locks_ALL-week3.png new file mode 100644 index 0000000000000000000000000000000000000000..c24739065a7993c35631e0babb936ded2e44c4dd GIT binary patch literal 12684 zcmYj&2T&7V^e%#eN)rVErHIl|dao)?MVgc-UFn@r3>~Bhgg_|Lgn)q5&_Q~KgdTc_ z013SZ1VYWj-~a#Sy_wyaoxA6J=R4oM_srRy-3ToWRm!`M?h+9ZQNDen^nr-z2JZTF zxJ`0BvPJ7MLPSJDr1f4`nLr?HZfCm)?CdNqE_QZy zHa9o_`t{4f!C`A_tGBlogTdI@*#)cwtgNi0rlw|PWrc)EQ4*Z_e*Z*T9($;rC9x}cyS5C}9rJ{}bnRaI5h(9lp_U0qO6Kx9?f)6-L0TAGuS zqcE)y8XDT&-Q9A~;_U3a5);!;AmSV2O(9Al^b-+?h(w4|#!toxCp%Y*Erhj!tL@2+ zjg70B@~c)q!o{&026*ViWQsPq1m7E)#H%4hW(F|m?|gTADd><4SEJck+nLE-e<5e^+9w-_13IRt<+9!Kivs z*gBYnO1%=WR>^Td%X`2mr$Xy0fhQB?zMCk1Rc2(^B6V5gs5z_N4|}_i@T$I06Ce4w ze6K8Kz+t<(f~5KJ`~-YxEWL3o@ezV=Ze);Vhz8yD6J1z%zO}V`v0L3}zW75pVcNw5WqmV`=@eSm&PiyrgKc6w5ipIK#SV7pvpS52{|Sc9+1MUBsmiu}hZX=BOQh97 zD0d1Kjw{#QoFJKB(chZ6d)u7(#-8{`RE5Jchww9U^KF%n^FbgY0FVe|=>cziGe%p4e2A zFC@EkB5%K2FlC05C{Xoaz5n>T5@I-W7A5|qY`B5aqxi+VSd8^fMD*jYcC-MMLMuPv zE@qkGcZ?r9B+qoFsJ13vXI7~6aN**1R$Tnv&;PEs^}1#*Q0Hn-@v2$5U&Vp(uhO&B z8FqwMOa701$=(dv)bLIM?-gYtfN`Nj+lVp38Th8qfc!z%XD>6M2fu*7pP3aT9~;Al z9_Hu&(SNJxz<;7NpO71<{tx?~DgsCO>G!IoU*#re+Fu5J2mbaHGmJebi2fo5ZCDdD zkxRwxtjxzXM|>L7(P0~#q-(MR{N*XVUHpRU#rYC=)-*HpCKk(isEhu3cl7LWt42b^S3zcCJ4N)y0c zRMC4*mc_B?9Q=wfv&=dENA?=nLwnA+dA$DXGup4!r0=vx5Ljd8 zD;0OGljW1M2MQg-d%#3v4h~Y|=8WK^)pi7$s27quG# zb#wT`ypF&JXv$Yh_ETD|Gr=dZf+2Tlb#4bBY@ds_qk@R@pu8GdqE#!?ZUvZ-&@f&N zy1a6uV0uLbgu>+y{~QaUW>9IcKa4@C$pl2*Y5l{@{yh1DTxMdpMMK+6PN_q)5ql zpY;3^<;aSETXK?cG&ADF;=Pib5NjPcJr`=IMnX{;_cclP!p~>2 z#y|Y4q(^!Gs7d+%&17?dl%k3*@Pabr_V4GX=k z?MPVnwvTT7>=LmyIzlazYM`eV?^zn@$Hqw2C@|+j;ys$rhRA!qE(m5qw!9q+h8Y9Q zg+oCvxv}*ohIa0I4tCPh{v`PDzbN;X>aih+W>juf+wGM9u|34^+k99#`~~foE$R4^ zgYSnEmgaze{J52YSqy`C-=k#@>!acXW2&OYN+0?-9l`8H$rOmsPuY}tN5en;H|@Kb z3)&)a=9j%j6bvK}EQEJyxaNeLG7P_bNH}>tg@z=6#1Fp-Z-`T<5aix)VrAaTQSMUg zRloRTCB|O`|6#rY^IOXZTbcNqzLgVf;cYG7oW&ym-$KPf%&{=z<`(6Hd;h-cxMnF=obZb5TAS`qPVY))iSSR9fd`Eu zuTcPnE5qFvbxtIU^uL8mYA`D31u~5uux7B#f^4gw5~JxZ_RNO-O|QqYWVukcIpbDxyF7w+LN1m56UVtZ=QCnn;q8V%(cK3{`U zm?SCu2QxjPLsB(4=h&%!_=2EY9+IpLzb{iG)rt495KgaCaIz%NQR&|VA%F*{UEti| zT3FluxPseFk@Qf7-FRA1QV6z$K?9ee_|jcxXUGI1 zB62y=A_ne?2r~{&u>$DAc3wD$(sS)?*GsK+(=WDwrE6$cq~=$w>EUE;=m5-Rbw{+g6g+|@0Unh8;Z$S5)jm-NFy67*&WJV$S> zuIb_Iw%}t#2S<>%ZdaR(+WWd3B%?5+z~U`c6Gd_Gq^i-4(p%SCCr3wWl}W?6U&^}s zFUs>~;WL59h(ltp*OLamjg@WjkC2-2J)XfIYxOL$J)LMi_&$(FPq%XYl=c7FFPnbK zNCO6up0>YiX1<0}P`xI$AVkzBRRfTu#I`*B0ff;>?4qx7NO81?o-;ZAbeg4S-*A)M z*t0?S;~5zr$7(mLRe$wd&_u{)wR=LUR?{3qOO~ZCYo?o1Sub{o7kxvW*$~8EDSKt? z$g-en#S(Vi=@d0hJ|G9w6$1E0_O{OrkkoNKwWAvkeP?8M1@a@=rs?-lzwY5)cX(R| zAG~0E0KfA8ehN#(1zQO7|87uKI`xM8nIQD`C`ipsu)^|a0RjcRbF++8kDxU-_Hcnt zX+MN*t}X^6CX_c>i=L)DJ%(U0l%PRas+op8qry8I7R|g`Nke{5daXG$1sx)49cJ7l z@F&mYi#}wo@oPq1k8NXR_DzL7hiD8!tJ}0P5Cg+R%|HEqgyLLCn&@~yF?w>)C(V2BcDU22jWL?HzsO%2$*JUleT1XFqrgGe-e}$p)s5`;3pPMdj1FE_5-)F z1f%>W!`0ehxX3S37PJxIlBJO8S&xqqE)lgGS6~pnk|**Z0^6=$=~>|?7(V!d;!u=R4&Ch+P?0>tbk37{kz&k^8<#B94C%OL zz-W^^j|kOn^KF)NBKiQ7;9jn^uY{$MA62iNyB3r|9;*4<@9(L9*b||n&R@)Qg^>-yBDt#88Vhh{Or-l z_o&b@M zkO0=(+UDgkD#*=jb!qFYaGI8yRzAL8W-Bc1-H$7Mih<2@N|SZwek;ft>zzJ4%RlT; zL%qUca%*kbkN=?iZ9=`<{2w$k>p(BGi}fdu1QBE>#ASxE(RtlKS^TfwxLf3jjUtht zRRLelOwf1p>N5UJ(%1BxwK65mk)%s>0*zTEOWgc6Ji^$~nkha2zYpK8n-hnA{)6qo zZ$ptT$w#8B`M6 zV1dm3g*Ou3bs+yd_l=|`1NgU=M6NmV2NU8JWG{}9&{{Kx{@nD> zC_Z_E=b0cYSGKI$h^-9US;aSKvQ`Zs5)_j5!90dBgKg~?S(@l*z{7@(cI7BUNLWyz zt|sd5A*I0N3H0VfIdwLL8nx!7v!rGTT`Z87LU>ExX4wIKe0`!1?AqBB4iHVJVHISFnYSzpRUF@ zSub^Nr}(y-sEoV`6LR!;wBA*F=gvT+7+}`I`AbqD+KraJ6Zn^F>6De$ zZbg#is;;v5F`&rsI`!t9h%eHUzDi9oGA41Uc>~)i`>G!-?o$Ec|!CFt-@O{F% ztOa&tLd+2g)E#*7rPDnNu|7zbGpcx*;V0{!0EAJ z-%x+(5NwWjyLx89Q1jrli0T?P3Y+~=qzJ#kNj*?6#U>iq^mO=4MGKe0*`^!+tC^gq z$y+MA3l5rSWl%7FW8Kb9ug-_EzECTBMu9CzJCum?iYC*t>Y_{mz9RoPlTS4ff1n+0qdhs z=;;%jq&=JH>}B810iyzaBJfLk&i3y$f+UOxO06p&!?;#sChdm~`-o$Gy9T4#g1py# z(ck4jB6#yN(0ZM?uNFq~=`%ykaL;}Bi^SKkD$R{0VQk~Ws(xM83#+R=(|D9j10Y|E z_n7OO_zLKl-6fx`c+=l{PXN3rFV2bBZsGT_{>(s_pH;{> zxq7(KC_+-8{gLveQ&jzfK%tLwiN>0VV^p@Fm(oA$a)xZR3kt3}ERhH-e(P~LW>0Mm zR_7=A5I~{>SoM_iN}M}d$_~U_Ncz9XuN90Yd$fnQcV(g%wMu#MsoHbid6FL=>W*eC zN0nh7vA+HYl=v&3-b-$*1cR)pi_^Z6;m4;l#rrC-uu4go%dh?wcKPvi>~*@xz;5jn z29P$02Zp`4kJP-=-1jTi%?TIl#s|+n3O#yQ=y_+mpvQr&Z#Aq+N8;%#+27CWVsnhe zX4QqUBf@Bhj<)%6xzbE&KrxH+Bi*x`5 z=8>|Yn*6;NOez(vwhXiV?(IXMeEGmUji*Fp0Wo{{OE&~J2vzO$e2Mdy+X;?dbzxSa zpVv6)dKGX_GlMe@RBf|ScxunSk8Qd5%bqWnJ`P#aa7%pm|-K(~GAN!@Ezv z$Z84ZX{w%^l|EILtQxv|?sd5#5!jPtRw3}MvGPbwpR9D#Z4*{EU141Jd_ArXQunJ< zO@77h#h0Po$Z*`tQ(CUa1xJ8;h@GLLX2h0q#$#G9?{o0|ZW+T$+l`r(p8KBGD)kSa z`M$XjP#gJt>%%gq@eZfS$H_(;=60GQv$y0yk+At$&TVQsAeB7Q>+e*oXmg= zxQ>_wbM4q*JguEe{M?RI6%txy_AGjZZ-C(3a z00T~GK3IQHpeAWPR&6^ZIdzaLz#)PXm)G6q>ySOn-LsG;f*E)(QU zivBZ7Aq92o0r`;M0O4OrQN5+VxJC8lmG>+m^g21J;~TFKVl(KSS-Bz=Mdi9rRe=raQwNdwOl>K?#RewEz6Z{`$ZZ4{1o5huu!UZsZD7A;6_te=16aK) ziz`468x*WrykJbLlE&8V0bHeJFh4tJHwXFQiRPJOjV4u0F*33OS53LcdVG?dKB3e1 z^^>ZK+29YoW7L2mDTk&f~X0aA&sgS`DNYv)f;noerb-^ z*%Bkt&*c*In3?Bwuyn3W&`+bSaQu-13wr0zk}&wI`PS_!tLh;alQ*;yaqP`dZ!T%j z9m9f_GN#O~2V!*BEVCENOtRs;!tI%yC}xJ$s!B6`t7n#JJSLIHaq{b~+9fo!bePK= zcVS4=9`EPIOjJ_T5aRt9>?JzI?kIPqQ0fphCmkI5u&NMqIEt0Z6}Ala7*MW3jn^rYko*Ms*|w9xP_F?BTV-iF#%K*@RXKmlT6M~v zO{N()$E@BU?o;@vSsyN=CH+|RJxBDlXWc1R-`e%_8WS;#`6nN?%q?Q-?r+F^k!G2E z$(|dFaH)cPrH6aD66;)#cv<9h;P%9-lNUP#81C2gjt}Pj<=Nj<>1-CfrrZN)7EQMD zYd>shjH>khT-mb5+LG$OMx!jY(IJ=G9@OFy#H5+=2JQg&tqAhD$PB@us$&e^q^@?# zh{Qrv-9$df>%zxVWS zGlI{U|A!RI{m4PXES9d5n{-`%`KsK^&{5$Y9Em%765$pB4}H)jld3N}flfhfh9>dy zAp*B6lwi0(%wO$WMYU0o(e>nSb7?D+;{z4@*=Yd6Rm+kO7g+|Mn;Sy%$WjS*-RU|h z%&4BZB)iGJEz3}+XK7JK)hV}l#1UrVvuGMb`8FYBw9f3Q4|kJq1fa;>&iO@H#uxTI z4itP2a~bliN6b4t#q?zv-wSXkAt_oj<(OSBb_wMm4Z_bq=hJ$Qk;~+s_hPy znZrIYJu#_ybDZen+=rb=Lpqq&k0&2^Z;kN+boJ`0xL}Xi=7A?JbP1l4%1L25to(L4 zje52-CZ>h*%WRu!yK+fM@n<8aGe^>R^NEJ!Qs&6da#uS6)@u@kl<9^3-JfpO$bkKL zhP@ToM*U&JQCb`80ee@=N7igYi}vM#{p_IsDNg<(Q3_<`%Y5~#ECXHnXcxQuHkwd| zR`$Zb2_?)N_*7U)leJhLW07Idq6CWTn=O^igyYPBb2OJVD@&yW6YFSQCAIr$k$z)8 zp7}?ZrXGIQnsBreaJ&T27??|$UvoDRao8=&OP0M{V#DLA1OTi%CLf6aCq1jV5rTyfb0qxI9YHk>?Ot7TN8ee1swkEhqVQc>nX0H&=%ke zd|8&f21AQF?O~eF#MOCN(Eg|(h&0%FxU8-+AX0h1)O{e-7LkV&+Dk9LqFG%k<-iSU z4$Lv`Lyb6}NjzIc$qR5A&lluFp5ILOf~!tI)h3M^Y6W4bm;`(aH+0+0n6one33 z7n2npsR-8wb`$AGmv|_(|E>ek08|z7Q^u!G4`1_M**Hz!!!PQ6*8Gb*3uPb06JEW^ zU355o)$(&GwaGjeu3*?Uo6;nUhxMLGTKQ7j@(EJ!C3Wr@Jl_gZW}kdStUoP+xjMXb z-81vMIP4c1ol9?vWYVs>{Uv>&nyRf!VYyH@Ay86 zND_R$9Q!(tW)?VFH))-Q`$+p{nz`0(@ZlC^k1I@+-&o7fT(!YZ+eV`=*!#HVZSW_OF6w~_>#H!H{yC>?Pdy>y5k~KWi+qkO>Z325F3cv&Z4!> zO7r?C~#V{x(Sin*f|dHc==X)Lm8PmdEqJdN9l%yovz8D z7@u2F?TCJGN$RA2g@}Ee$K$Ka+<;)C4r`Nkw+BkntBNFnReHN4!eyLuMw43Juccw* zClX^1yc5>DLK9qlF9Pfz|MhDl_JSg$Xrj_@-Z*eBE`oMsCYJ?oF3jk#8JGA?r8|Rd zUpKjsHYF3ka zmny_qaIDLP52BXj%O4?XUAI0Rvxp+PM5ZD1cMe()v`NR^Ycpx}4L(#oZ}XPCLDj@P z9v8jJQJId`%Ro9wtLDeA&wjcmMO?57RuXvY!ZmG;)6B}JExdi0yA39mBdYJjZ#>iH z5rcgDQ9XMklAbWHYd>kpN?$a6;!S^ytMU~OQtza5b!=(59rsEePDgE+;P|%2Z;A7n zzoF7NlcUBkZt;9O{n4pIb)XgXXrk`>2`xFP7D&s^8e1$BY=(%v^di0)8K* zd5N~yzI>d_q|hZslb6ZKdTEgWFAZ6E#?6!{Lr**M7s~vba>ASk)sl)dQER!KzuT4- zN5VgnmB`}Pq{;UZvQU5YnhV?eH^rNUGLU{}0gC?FGIdh{z9Z;l+SD>br68HJA+MoW zK%dG4r{AcFR9DC&L^=}UZ@9h2!B55+a>fp@smIe7{_f+qk>uyKEpl(J;w8hYZQ}3i z3KIEpJ{#Lmu2wK_P19;Lt?_$iaP;NUQ!o0dj@h{?1;Yd9d+6|3!{Z5&icG6CTY{-g zplp7}N`u zwp}%fJo-2hXqx7JmVBT|@5{H0Dc85)$Uj0%FgA;BD;l ze;M>2)6)ljzmSZJ!TG;9-hmAZJ(T^l58LUQ-nT=hZ2$9KGgZK{N%NwFog%aSEqFeY z`D=13pxc0-OGz6KuEq52?;)W)zI+ys`}vCU81`USgY(?It)|GZ9JBJlvXk#0#6lyB zL}}N6nXnUSJWwPVlGZ#~Y3lQSSBSqqoiGA*~4h28R%%{(e-dGqp=r-(l3#-9oeBBdT6Al*5e8)p1*|t>{fT57cOeMrET&1Kt&zEc z-LCio%PFXg&*Q8Z92E)U$+~$X)y!L^#a7pn8)zyEZA= zMD?@b5J467{8D39D<2`ULMQ>rd$kbV1q__9!Mt8SwQ<%Z92K5!~;16wEg(*;j4f z*&=(~IM(S&FKebpWu^i|8KHF_goq0LeBBz~!H7%4`IGu;EA*MG?NQU4JqGtHcjaok zHUD(JnUkEBSgoy)dQn#{j4&0=) zIgF7Fy6v2A+VMedBV4mMid#qd^pAqf4KmT`@xmq~XT$v&OSz*n?dNXgCXZH)l{F1)*S-38fW}Rc-w;T76HBzy)rNzbaa8Yw0{o5(p z2u9Y_4afH;Szl!Vc6NMNtlzhZ^)l9Uf{UNVU59vxSz~F(mLr@?=x|qYPDv?xO$x;) z(d#(8@iL10UxD4;43wA2+Fj7OZ@ZC2E+bD{_z{_F<*J6NT;ocq;~&pYy6^9~2L~R7H+izwICWA&YS270e|z|KC!u zq$}i9xXzV;(};HSa*K~H1DkN?hwcgg-VYWLZv*yXWQxjlnvAm#UjO#y?H?sqWgn#P zpE86H?veF+wl3Ur)FpU_==}|%jC+UYSG}tsX2ZJ)xZ;_AlzWQukPB8IHEsc;OsGIv?Xq`1rVFH%e}T9e zHOBK=bqpDm?c9d1hXxto`PJ?!2%5M0HyQdLJRF`XcvA9W5f(0}*~HR!7%HMa*5&iT zO_vVpNl(9qi?@u<2m4?6GJT&=TW%>Te=u$ghmOL+?Z~=rUI!TL8op~thMR7Ci6QL3 z95rd*-s`HYbKu+#dRme8EpXbLR&d*k-#(^8QT^}KAzMs$WS?B)!FfPfYDr;wNqXK6 zBlP2rJ_m|Q5hS&wIoMGe8PI}Gy`8)6(bfi{r}g*giEHcOr6jZ1zTIiaSq{71Z*F1U zc-8rk+y5XrAAbqh$h85R(BEus$l5nlOPm*xaOS2L{(2MhB3POxIq#iE@S45m`#X?k zsC_=>QDH4|gtvKgFX^^gAfUI#8d&IgG-~k;t~mflCoF7EBHr($jsU!jnALjZXsICc ze8tr2!Cb8kBl2Cx>R7xK27T&WGD~p4mBtR5K8ib9vM%w999* zyqPaK9rZ+t46z|lSRT#X_@R46>E(F+n^kdRR!{CZ;jjAcEXkY-H_+qTA`Yx2o)Pd4 zz01IDm6$>xqCALs7rXBIG}F%bDL^7;nJLr|i2|b(N2eYv8Ur&vpYID@2RJTt+Exiq zdmK+^U;UbHdw=;mKNoS~#I0ytW9?j)%ap=NB#LBo=+1r#|E1SC-1{3m9%Cc%+MLN> zbJ!ttbLth)MT(|%_Li%Mp%F^E_Vae*x~wE+I?|_ zlSvgOYJ3AQ9e-hBkb^Ju(Z1KZlrsT8AK%FBY~%o(m<)JL-r~~Nx^TYz2zqV#3LM}= zB~WcLU#cO&vHGG;ni}mf93jSyHiAWiGn{tiWJGqed`?cvDP5{rs%cu6ZcSEHY`Sj| zi5RmQDfl1EYKMgqrOgfmJ+RkmtdoY(28hVdGgE<1x)z@}%(OCei4#jU&Ut(2!(k1+o)v@OyD%|6Gp#_h#DCw6ERqOc@c*j9;=a)qj9uGMuU)sV_YBk?6oz$VW~;J#voFX7?_RMGek%M zOx?dwf(7z5TI8kcHTwN7=*g0> z2O(Sx4Mw^*i2=fdu0nh}`C^vv+0yT_jaBO-#}@f^~vI1QsF z{!eO%)H-kWf3c2kwsN=se}n%+Kxv7ns{wfQ)8d_(s4h^?NRe*x;}=9ie82*@YdzP5 zO52F}{b2czImIQL@94`;UhsmVpV?K&lWW0r1j3$|Q01<9{o6KMi0z$htqYcI5*>Y6 zUWudYnJ|S>ydOOL;2PGxB)Ph|NutB;PkkJ|PYWGXZ(?e%trwE3$yuff#RB`shskn3 z{^#qV2klljK4Z`<+NdiK@!)2Hjxy{mlj!jJ?};P-3n^FIoMk+2T&9wcq&wFU6yOcP+k&!N``Bfx}1p1BmLb4~l+nVLx<1%(r`0kYh=L}q(lBFD0DnZ&u zn{)qUd9t%!%TglA-Z#m03o&1xGtq2(2lD@IGN(t3ILZ!*&Es^T7I-xp!<774Ox)+hCE7ZSDh`pKM%$ zWt%q5$N4#Y-N>aEvx>g>0HG4p!7@Y49vtIgK9@W{WD)qd<+msHezA$T=+G-faTFEz z)h;%YQYlJuz)WVbFne~Jn8;4}9|2~-nwP`l=29?#Ps2(=lyQ;o$}8tOI;Qv(#o&_} z6|L8Ja*80;;93+7cBEuaE0+5S#id07KKpi!d$HJcoao^mA$Ho~l8k1FrhjVeMcxiI zD)CW^4z-zxM!W%YStnhK{_`6@;${2kOm;q}HCFGREMBAz|6F+ylNV8v`&x5_(A>cDo8-~*kVpaU13z4{eUUvr-;jB2RTzPtIy6SaE*Xkd1{qupdnxSorop~rigHxdP~o^2s3RZ&rG2?0S1>^P}`n2 z3CRarX2gpQIN?Qpatdj>OxdR!j~f%PNr3&(orIz6^#986f6dbMGQO_J|6Qtt;i*}` Y##7!C#&56xvLJe^tf5r$+AQe*07fM4761SM literal 0 HcmV?d00001 diff --git a/docs/2020/11/postgres_xlog-week2.png b/docs/2020/11/postgres_xlog-week2.png new file mode 100644 index 0000000000000000000000000000000000000000..32d444212304129b4ba8cfa6a28a39e79e0729e3 GIT binary patch literal 7862 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 Hd=378b9Xgt literal 0 HcmV?d00001 diff --git a/docs/404.html b/docs/404.html index fa64ba762..7e0cf73fd 100644 --- a/docs/404.html +++ b/docs/404.html @@ -14,7 +14,7 @@ - + diff --git a/docs/categories/index.html b/docs/categories/index.html index 9906f50a2..f8711a8af 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index 358876448..739ca4c72 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html index c11b0ea7a..5d3551bb7 100644 --- a/docs/categories/notes/page/2/index.html +++ b/docs/categories/notes/page/2/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html index a81ae84fb..231fbdb35 100644 --- a/docs/categories/notes/page/3/index.html +++ b/docs/categories/notes/page/3/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html index e6ece4165..a15041f25 100644 --- a/docs/categories/notes/page/4/index.html +++ b/docs/categories/notes/page/4/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html index a643509ea..f69e45e3c 100644 --- a/docs/categories/notes/page/5/index.html +++ b/docs/categories/notes/page/5/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/cgiar-library-migration/index.html b/docs/cgiar-library-migration/index.html index 7d347a871..85d92809c 100644 --- a/docs/cgiar-library-migration/index.html +++ b/docs/cgiar-library-migration/index.html @@ -15,7 +15,7 @@ - + diff --git a/docs/cgspace-cgcorev2-migration/index.html b/docs/cgspace-cgcorev2-migration/index.html index 7e6abf595..c9a24c663 100644 --- a/docs/cgspace-cgcorev2-migration/index.html +++ b/docs/cgspace-cgcorev2-migration/index.html @@ -15,7 +15,7 @@ - + diff --git a/docs/cgspace-dspace6-upgrade/index.html b/docs/cgspace-dspace6-upgrade/index.html index ec191ea3c..d9af41078 100644 --- a/docs/cgspace-dspace6-upgrade/index.html +++ b/docs/cgspace-dspace6-upgrade/index.html @@ -15,7 +15,7 @@ - + @@ -25,7 +25,7 @@ "@type": "BlogPosting", "headline": "CGSpace DSpace 6 Upgrade", "url": "https://alanorth.github.io/cgspace-notes/cgspace-dspace6-upgrade/", - "wordCount": "1281", + "wordCount": "1300", "datePublished": "2020-11-15T13:27:35+02:00", "dateModified": "2020-11-18T23:15:06+02:00", "author": { @@ -403,9 +403,11 @@ $ chrt -b 0 dspace solr-upgrade-statistics-6x -n 2500000 -i statistics-2018
$ curl -s "http://localhost:8081/solr/statistics-2010/update?softCommit=true" -H "Content-Type: text/xml" --data-binary "<delete><query>*:* NOT id:/.{36}/</query></delete>"
 

Processing Solr statistics with AtomicStatisticsUpdateCLI

-

On 2020-11-18 I finished processing the Solr statistics with solr-upgrade-statistics-6x and I started processing them with AtomicStatisticsUpdateCLI:

+

On 2020-11-18 I finished processing the Solr statistics with solr-upgrade-statistics-6x and I started processing them with AtomicStatisticsUpdateCLI.

+

statistics

+

First the current year’s statistics core, in 12-hour batches:

$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics
-
+

It took ~38 hours to finish processing this core.

diff --git a/docs/index.html b/docs/index.html index 0b3d6bd9d..94c4ddc2a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/page/2/index.html b/docs/page/2/index.html index 8058d4c9e..8eb5e95c5 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/page/3/index.html b/docs/page/3/index.html index b148d0f04..f3b9a2f66 100644 --- a/docs/page/3/index.html +++ b/docs/page/3/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/page/4/index.html b/docs/page/4/index.html index 9edff9be3..3396d2110 100644 --- a/docs/page/4/index.html +++ b/docs/page/4/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/page/5/index.html b/docs/page/5/index.html index 1fe500d8b..f428c3f8e 100644 --- a/docs/page/5/index.html +++ b/docs/page/5/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/page/6/index.html b/docs/page/6/index.html index bd77e36d2..b32f3f365 100644 --- a/docs/page/6/index.html +++ b/docs/page/6/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/page/7/index.html b/docs/page/7/index.html index 0f4a5fc31..5016784ef 100644 --- a/docs/page/7/index.html +++ b/docs/page/7/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/posts/index.html b/docs/posts/index.html index 45718ad40..2d3e2b36e 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index 48aafc5f6..1d4b39115 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html index ab344ddbe..6d85cdd4d 100644 --- a/docs/posts/page/3/index.html +++ b/docs/posts/page/3/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html index 8e5faa9df..626e59bc2 100644 --- a/docs/posts/page/4/index.html +++ b/docs/posts/page/4/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html index 550503a00..543521c4c 100644 --- a/docs/posts/page/5/index.html +++ b/docs/posts/page/5/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html index 28cac2ec8..02941f7e8 100644 --- a/docs/posts/page/6/index.html +++ b/docs/posts/page/6/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html index dc626f507..5693424a7 100644 --- a/docs/posts/page/7/index.html +++ b/docs/posts/page/7/index.html @@ -9,12 +9,12 @@ - + - + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index fb4637186..b21113c24 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,7 +4,7 @@ https://alanorth.github.io/cgspace-notes/categories/ - 2020-11-19T22:40:48+02:00 + 2020-11-19T22:41:55+02:00 @@ -14,7 +14,7 @@ https://alanorth.github.io/cgspace-notes/ - 2020-11-19T22:40:48+02:00 + 2020-11-19T22:41:55+02:00 @@ -24,12 +24,12 @@ https://alanorth.github.io/cgspace-notes/categories/notes/ - 2020-11-19T22:40:48+02:00 + 2020-11-19T22:41:55+02:00 https://alanorth.github.io/cgspace-notes/posts/ - 2020-11-19T22:40:48+02:00 + 2020-11-19T22:41:55+02:00 @@ -39,7 +39,7 @@ https://alanorth.github.io/cgspace-notes/2020-11/ - 2020-11-19T22:40:48+02:00 + 2020-11-19T22:41:55+02:00 diff --git a/docs/tags/index.html b/docs/tags/index.html index 29482966c..ab8a218e0 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/tags/migration/index.html b/docs/tags/migration/index.html index 51a69fe92..c8777119e 100644 --- a/docs/tags/migration/index.html +++ b/docs/tags/migration/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/tags/notes/index.html b/docs/tags/notes/index.html index 5267749a3..fc44a1a0d 100644 --- a/docs/tags/notes/index.html +++ b/docs/tags/notes/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/tags/notes/page/2/index.html b/docs/tags/notes/page/2/index.html index 10167be96..84601476a 100644 --- a/docs/tags/notes/page/2/index.html +++ b/docs/tags/notes/page/2/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/tags/notes/page/3/index.html b/docs/tags/notes/page/3/index.html index 4c98d9972..91ab1d03f 100644 --- a/docs/tags/notes/page/3/index.html +++ b/docs/tags/notes/page/3/index.html @@ -14,7 +14,7 @@ - + diff --git a/static/2020/11/postgres_locks_ALL-week3.png b/static/2020/11/postgres_locks_ALL-week3.png new file mode 100644 index 0000000000000000000000000000000000000000..c24739065a7993c35631e0babb936ded2e44c4dd GIT binary patch literal 12684 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 Y##7!C#&56xvLJe^tf5r$+AQe*07fM4761SM literal 0 HcmV?d00001 diff --git a/static/2020/11/postgres_xlog-week2.png b/static/2020/11/postgres_xlog-week2.png new file mode 100644 index 0000000000000000000000000000000000000000..32d444212304129b4ba8cfa6a28a39e79e0729e3 GIT binary patch literal 7862 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 Hd=378b9Xgt literal 0 HcmV?d00001