diff --git a/content/posts/2019-04.md b/content/posts/2019-04.md index 6484b86c7..6789d52fe 100644 --- a/content/posts/2019-04.md +++ b/content/posts/2019-04.md @@ -607,4 +607,18 @@ $ ./delete-metadata-values.py -i /tmp/2019-04-11-delete-6-subjects.csv -db dspac - They added a DOI to this old item [10567/97087](https://cgspace.cgiar.org/handle/10568/97087) this morning and wonder why Altmetric's score hasn't linked with the DOI magically - We should check in a week to see if Altmetric will make the association after one week when they harvest again +## 2019-04-13 + +- I copied the `statistics` and `statistics-2018` Solr cores from CGSpace to my local machine and watched the Java process in VisualVM while indexing item views and downloads with my [dspace-statistics-api](https://github.com/ilri/dspace-statistics-api): + +![Java GC during Solr indexing with CMS](/cgspace-notes/2019/04/visualvm-solr-indexing.png) + +- It took about eight minutes to index 784 pages of item views and 268 of downloads, and you can see a clear "sawtooth" pattern in the garbage collection +- I am curious if the GC pattern would be different if I switched from the `-XX:+UseConcMarkSweepGC` to G1GC +- I switched to G1GC and restarted Tomcat but for some reason I couldn't see the Tomcat PID in VisualVM... + - Anyways, the indexing process took much longer, perhaps twice as long! +- I tried again with the GC tuning settings from the Solr 4.10.4 release: + +![Java GC during Solr indexing Solr 4.10.4 settings](/cgspace-notes/2019/04/visualvm-solr-indexing-solr-settings.png) + diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html index 317bd41e6..b18761cee 100644 --- a/docs/2015-11/index.html +++ b/docs/2015-11/index.html @@ -35,7 +35,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 "/> - + @@ -44,10 +44,10 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac "@context": "http://schema.org", "@type": "BlogPosting", "headline": "November, 2015", - "url": "https://alanorth.github.io/cgspace-notes/2015-11/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2015-11\/", "wordCount": "798", - "datePublished": "2015-11-23T17:00:57+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2015-11-23T17:00:57\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -281,14 +281,14 @@ db.statementpool = true
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2015-12/index.html b/docs/2015-12/index.html index 33780af5f..15ea71a3f 100644 --- a/docs/2015-12/index.html +++ b/docs/2015-12/index.html @@ -37,7 +37,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 "/> - + @@ -46,10 +46,10 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less "@context": "http://schema.org", "@type": "BlogPosting", "headline": "December, 2015", - "url": "https://alanorth.github.io/cgspace-notes/2015-12/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2015-12\/", "wordCount": "753", - "datePublished": "2015-12-02T13:18:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2015-12-02T13:18:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -298,14 +298,14 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-01/index.html b/docs/2016-01/index.html index b3da37a35..f478f4f10 100644 --- a/docs/2016-01/index.html +++ b/docs/2016-01/index.html @@ -27,7 +27,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. "/> - + @@ -36,10 +36,10 @@ Update GitHub wiki for documentation of maintenance tasks. "@context": "http://schema.org", "@type": "BlogPosting", "headline": "January, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-01/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-01\/", "wordCount": "466", - "datePublished": "2016-01-13T13:18:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-01-13T13:18:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -213,14 +213,14 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} \; | so
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-02/index.html b/docs/2016-02/index.html index 228aaf205..6c6571d1e 100644 --- a/docs/2016-02/index.html +++ b/docs/2016-02/index.html @@ -41,7 +41,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” "/> - + @@ -50,10 +50,10 @@ Also, lots of things like “COTE D`LVOIRE” and “COTE D IVOIRE&r "@context": "http://schema.org", "@type": "BlogPosting", "headline": "February, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-02/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-02\/", "wordCount": "1657", - "datePublished": "2016-02-05T13:18:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-02-05T13:18:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -466,14 +466,14 @@ Bitstream: tést señora alimentación.pdf
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-03/index.html b/docs/2016-03/index.html index 2810d3a03..fb98d30c7 100644 --- a/docs/2016-03/index.html +++ b/docs/2016-03/index.html @@ -27,7 +27,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 "/> - + @@ -36,10 +36,10 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja "@context": "http://schema.org", "@type": "BlogPosting", "headline": "March, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-03/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-03\/", "wordCount": "1581", - "datePublished": "2016-03-02T16:50:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-03-02T16:50:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -366,14 +366,14 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-04/index.html b/docs/2016-04/index.html index 9f2c9a4b6..864db2e38 100644 --- a/docs/2016-04/index.html +++ b/docs/2016-04/index.html @@ -31,7 +31,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: "/> - + @@ -40,10 +40,10 @@ Also, I noticed the checker log has some errors we should pay attention to: "@context": "http://schema.org", "@type": "BlogPosting", "headline": "April, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-04/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-04\/", "wordCount": "2006", - "datePublished": "2016-04-04T11:06:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-04-04T11:06:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -583,14 +583,14 @@ dspace.log.2016-04-27:7271
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-05/index.html b/docs/2016-05/index.html index 0fd4c595e..3bb40bdb8 100644 --- a/docs/2016-05/index.html +++ b/docs/2016-05/index.html @@ -35,7 +35,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 "/> - + @@ -44,10 +44,10 @@ There are 3,000 IPs accessing the REST API in a 24-hour period! "@context": "http://schema.org", "@type": "BlogPosting", "headline": "May, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-05/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-05\/", "wordCount": "1349", - "datePublished": "2016-05-01T23:06:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-05-01T23:06:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -433,14 +433,14 @@ sys 0m20.540s
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-06/index.html b/docs/2016-06/index.html index 76c297b95..c12cb008b 100644 --- a/docs/2016-06/index.html +++ b/docs/2016-06/index.html @@ -33,7 +33,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 "/> - + @@ -42,10 +42,10 @@ Working on second phase of metadata migration, looks like this will work for mov "@context": "http://schema.org", "@type": "BlogPosting", "headline": "June, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-06/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-06\/", "wordCount": "1549", - "datePublished": "2016-06-01T10:53:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-06-01T10:53:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -478,14 +478,14 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-07/index.html b/docs/2016-07/index.html index 45ec04e04..b28038ca3 100644 --- a/docs/2016-07/index.html +++ b/docs/2016-07/index.html @@ -49,7 +49,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 "/> - + @@ -58,10 +58,10 @@ In this case the select query was showing 95 results before the update "@context": "http://schema.org", "@type": "BlogPosting", "headline": "July, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-07/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-07\/", "wordCount": "866", - "datePublished": "2016-07-01T10:53:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-07-01T10:53:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -396,14 +396,14 @@ discovery.index.authority.ignore-variants=true
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-08/index.html b/docs/2016-08/index.html index 92faa795e..35de48b72 100644 --- a/docs/2016-08/index.html +++ b/docs/2016-08/index.html @@ -43,7 +43,7 @@ $ git checkout -b 55new 5_x-prod $ git reset --hard ilri/5_x-prod $ git rebase -i dspace-5.5 "/> - + @@ -52,10 +52,10 @@ $ git rebase -i dspace-5.5 "@context": "http://schema.org", "@type": "BlogPosting", "headline": "August, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-08/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-08\/", "wordCount": "1514", - "datePublished": "2016-08-01T15:53:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-08-01T15:53:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -469,14 +469,14 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/b
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-09/index.html b/docs/2016-09/index.html index 9b09f5cb5..c09ba1912 100644 --- a/docs/2016-09/index.html +++ b/docs/2016-09/index.html @@ -35,7 +35,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)" "/> - + @@ -44,10 +44,10 @@ $ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=or "@context": "http://schema.org", "@type": "BlogPosting", "headline": "September, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-09/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-09\/", "wordCount": "3298", - "datePublished": "2016-09-01T15:53:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-09-01T15:53:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -769,14 +769,14 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-10/index.html b/docs/2016-10/index.html index 3a29c98ec..e01f7d156 100644 --- a/docs/2016-10/index.html +++ b/docs/2016-10/index.html @@ -43,7 +43,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 "/> - + @@ -52,10 +52,10 @@ I exported a random item’s metadata as CSV, deleted all columns except id "@context": "http://schema.org", "@type": "BlogPosting", "headline": "October, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-10/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-10\/", "wordCount": "1828", - "datePublished": "2016-10-03T15:53:00+03:00", - "dateModified": "2018-04-04T16:25:57+03:00", + "datePublished": "2016-10-03T15:53:00\x2b03:00", + "dateModified": "2018-04-04T16:25:57\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -454,14 +454,14 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-11/index.html b/docs/2016-11/index.html index 110502d24..6002be36f 100644 --- a/docs/2016-11/index.html +++ b/docs/2016-11/index.html @@ -27,7 +27,7 @@ Add dc.type to the output options for Atmire’s Listings and Reports module "/> - + @@ -36,10 +36,10 @@ Add dc.type to the output options for Atmire’s Listings and Reports module "@context": "http://schema.org", "@type": "BlogPosting", "headline": "November, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-11/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-11\/", "wordCount": "2825", - "datePublished": "2016-11-01T09:21:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-11-01T09:21:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -671,14 +671,14 @@ org.dspace.discovery.SearchServiceException: Error executing query
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2016-12/index.html b/docs/2016-12/index.html index 180a9cbe5..8c5148765 100644 --- a/docs/2016-12/index.html +++ b/docs/2016-12/index.html @@ -51,7 +51,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: "/> - + @@ -60,10 +60,10 @@ Another worrying error from dspace.log is: "@context": "http://schema.org", "@type": "BlogPosting", "headline": "December, 2016", - "url": "https://alanorth.github.io/cgspace-notes/2016-12/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2016-12\/", "wordCount": "4078", - "datePublished": "2016-12-02T10:43:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2016-12-02T10:43:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -907,14 +907,14 @@ $ exit
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-01/index.html b/docs/2017-01/index.html index 86d709f74..b720a848c 100644 --- a/docs/2017-01/index.html +++ b/docs/2017-01/index.html @@ -27,7 +27,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 "/> - + @@ -36,10 +36,10 @@ I asked on the dspace-tech mailing list because it seems to be broken, and actua "@context": "http://schema.org", "@type": "BlogPosting", "headline": "January, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-01/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-01\/", "wordCount": "1594", - "datePublished": "2017-01-02T10:43:00+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2017-01-02T10:43:00\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -452,14 +452,14 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-02/index.html b/docs/2017-02/index.html index 22493f477..2a5b08e8a 100644 --- a/docs/2017-02/index.html +++ b/docs/2017-02/index.html @@ -55,7 +55,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 "/> - + @@ -64,10 +64,10 @@ Looks like we’ll be using cg.identifier.ccafsprojectpii as the field name "@context": "http://schema.org", "@type": "BlogPosting", "headline": "February, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-02/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-02\/", "wordCount": "2028", "datePublished": "2017-02-07T07:04:52-08:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -524,14 +524,14 @@ COPY 1968
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-03/index.html b/docs/2017-03/index.html index 671aa6d80..f21dfde5a 100644 --- a/docs/2017-03/index.html +++ b/docs/2017-03/index.html @@ -59,7 +59,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 "/> - + @@ -68,10 +68,10 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg "@context": "http://schema.org", "@type": "BlogPosting", "headline": "March, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-03/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-03\/", "wordCount": "1538", - "datePublished": "2017-03-01T17:08:52+02:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2017-03-01T17:08:52\x2b02:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -438,14 +438,14 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-04/index.html b/docs/2017-04/index.html index 7d8366457..ac0665e39 100644 --- a/docs/2017-04/index.html +++ b/docs/2017-04/index.html @@ -45,7 +45,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 "/> - + @@ -54,10 +54,10 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th "@context": "http://schema.org", "@type": "BlogPosting", "headline": "April, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-04/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-04\/", "wordCount": "2917", - "datePublished": "2017-04-02T17:08:52+02:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2017-04-02T17:08:52\x2b02:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -717,14 +717,14 @@ $ gem install compass -v 1.0.3
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-05/index.html b/docs/2017-05/index.html index 76593de95..7267a2010 100644 --- a/docs/2017-05/index.html +++ b/docs/2017-05/index.html @@ -15,7 +15,7 @@ - + @@ -24,10 +24,10 @@ "@context": "http://schema.org", "@type": "BlogPosting", "headline": "May, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-05/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-05\/", "wordCount": "2398", - "datePublished": "2017-05-01T16:21:52+02:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2017-05-01T16:21:52\x2b02:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -477,14 +477,14 @@ UPDATE 187
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-06/index.html b/docs/2017-06/index.html index b8ce9a248..527c09987 100644 --- a/docs/2017-06/index.html +++ b/docs/2017-06/index.html @@ -15,7 +15,7 @@ - + @@ -24,10 +24,10 @@ "@context": "http://schema.org", "@type": "BlogPosting", "headline": "June, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-06/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-06\/", "wordCount": "1261", - "datePublished": "2017-06-01T10:14:52+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2017-06-01T10:14:52\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -295,14 +295,14 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace impo
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-07/index.html b/docs/2017-07/index.html index 42b827017..263d0413c 100644 --- a/docs/2017-07/index.html +++ b/docs/2017-07/index.html @@ -39,7 +39,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: "/> - + @@ -48,10 +48,10 @@ We can use PostgreSQL’s extended output format (-x) plus sed to format the "@context": "http://schema.org", "@type": "BlogPosting", "headline": "July, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-07/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-07\/", "wordCount": "1151", - "datePublished": "2017-07-01T18:03:52+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2017-07-01T18:03:52\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -324,14 +324,14 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-08/index.html b/docs/2017-08/index.html index 8875e4ae5..fda706089 100644 --- a/docs/2017-08/index.html +++ b/docs/2017-08/index.html @@ -59,7 +59,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 "/> - + @@ -68,10 +68,10 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s "@context": "http://schema.org", "@type": "BlogPosting", "headline": "August, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-08/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-08\/", "wordCount": "3542", - "datePublished": "2017-08-01T11:51:52+03:00", - "dateModified": "2019-03-04T02:43:22+02:00", + "datePublished": "2017-08-01T11:51:52\x2b03:00", + "dateModified": "2019-03-04T02:43:22\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -610,14 +610,14 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-09/index.html b/docs/2017-09/index.html index 755728888..89e842449 100644 --- a/docs/2017-09/index.html +++ b/docs/2017-09/index.html @@ -35,7 +35,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 "/> - + @@ -44,10 +44,10 @@ Ask Sisay to clean up the WLE approvers a bit, as Marianne’s user account "@context": "http://schema.org", "@type": "BlogPosting", "headline": "September, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-09/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-09\/", "wordCount": "4199", - "datePublished": "2017-09-07T16:54:52+07:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2017-09-07T16:54:52\x2b07:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -782,14 +782,14 @@ Cert Status: good
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-10/index.html b/docs/2017-10/index.html index 397500430..04b3e192a 100644 --- a/docs/2017-10/index.html +++ b/docs/2017-10/index.html @@ -39,7 +39,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 "/> - + @@ -48,10 +48,10 @@ Add Katherine Lutz to the groups for content submission and edit steps of the CG "@context": "http://schema.org", "@type": "BlogPosting", "headline": "October, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-10/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-10\/", "wordCount": "2613", - "datePublished": "2017-10-01T08:07:54+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2017-10-01T08:07:54\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -547,14 +547,14 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-11/index.html b/docs/2017-11/index.html index 7e3210a2b..ac126a37b 100644 --- a/docs/2017-11/index.html +++ b/docs/2017-11/index.html @@ -59,7 +59,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 "/> - + @@ -68,10 +68,10 @@ COPY 54701 "@context": "http://schema.org", "@type": "BlogPosting", "headline": "November, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-11/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-11\/", "wordCount": "5428", - "datePublished": "2017-11-02T09:37:54+02:00", - "dateModified": "2018-04-10T08:27:55+03:00", + "datePublished": "2017-11-02T09:37:54\x2b02:00", + "dateModified": "2018-04-10T08:27:55\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1191,14 +1191,14 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sort -n | u
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2017-12/index.html b/docs/2017-12/index.html index 51ac676b0..8a3707240 100644 --- a/docs/2017-12/index.html +++ b/docs/2017-12/index.html @@ -29,7 +29,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: "/> - + @@ -38,10 +38,10 @@ The list of connections to XMLUI and REST API for today: "@context": "http://schema.org", "@type": "BlogPosting", "headline": "December, 2017", - "url": "https://alanorth.github.io/cgspace-notes/2017-12/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2017-12\/", "wordCount": "4088", - "datePublished": "2017-12-01T13:53:54+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2017-12-01T13:53:54\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -956,14 +956,14 @@ DELETE 20
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-01/index.html b/docs/2018-01/index.html index 2fc77be25..2db958b5a 100644 --- a/docs/2018-01/index.html +++ b/docs/2018-01/index.html @@ -167,7 +167,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 "/> - + @@ -176,10 +176,10 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv "@context": "http://schema.org", "@type": "BlogPosting", "headline": "January, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-01/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-01\/", "wordCount": "7940", "datePublished": "2018-01-02T08:35:54-08:00", - "dateModified": "2018-03-28T09:48:08+03:00", + "dateModified": "2018-03-28T09:48:08\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1783,14 +1783,14 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html index 13b5c34ab..835cc029e 100644 --- a/docs/2018-02/index.html +++ b/docs/2018-02/index.html @@ -29,7 +29,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 "/> - + @@ -38,10 +38,10 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl "@context": "http://schema.org", "@type": "BlogPosting", "headline": "February, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-02/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-02\/", "wordCount": "6410", - "datePublished": "2018-02-01T16:28:54+02:00", - "dateModified": "2018-08-19T18:42:55+03:00", + "datePublished": "2018-02-01T16:28:54\x2b02:00", + "dateModified": "2018-08-19T18:42:55\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1302,14 +1302,14 @@ UPDATE 3
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html index 88065076e..38775048b 100644 --- a/docs/2018-03/index.html +++ b/docs/2018-03/index.html @@ -23,7 +23,7 @@ Export a CSV of the IITA community metadata for Martin Mueller Export a CSV of the IITA community metadata for Martin Mueller "/> - + @@ -32,10 +32,10 @@ Export a CSV of the IITA community metadata for Martin Mueller "@context": "http://schema.org", "@type": "BlogPosting", "headline": "March, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-03/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-03\/", "wordCount": "2960", - "datePublished": "2018-03-02T16:07:54+02:00", - "dateModified": "2018-04-04T15:57:34+03:00", + "datePublished": "2018-03-02T16:07:54\x2b02:00", + "dateModified": "2018-04-04T15:57:34\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -729,14 +729,14 @@ Fixed 5 occurences of: GENEBANKS
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html index 4a78715e4..b4dd03743 100644 --- a/docs/2018-04/index.html +++ b/docs/2018-04/index.html @@ -25,7 +25,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: "/> - + @@ -34,10 +34,10 @@ Catalina logs at least show some memory errors yesterday: "@context": "http://schema.org", "@type": "BlogPosting", "headline": "April, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-04/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-04\/", "wordCount": "3016", - "datePublished": "2018-04-01T16:13:54+02:00", - "dateModified": "2018-04-30T18:45:30+03:00", + "datePublished": "2018-04-01T16:13:54\x2b02:00", + "dateModified": "2018-04-30T18:45:30\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -726,14 +726,14 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-05/index.html b/docs/2018-05/index.html index 8a129b169..26d92a3a1 100644 --- a/docs/2018-05/index.html +++ b/docs/2018-05/index.html @@ -37,7 +37,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 "/> - + @@ -46,10 +46,10 @@ Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked "@context": "http://schema.org", "@type": "BlogPosting", "headline": "May, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-05/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-05\/", "wordCount": "3503", - "datePublished": "2018-05-01T16:43:54+03:00", - "dateModified": "2018-09-04T16:15:26+03:00", + "datePublished": "2018-05-01T16:43:54\x2b03:00", + "dateModified": "2018-09-04T16:15:26\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -605,14 +605,14 @@ $ psql -h localhost -U postgres dspacetest
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-06/index.html b/docs/2018-06/index.html index ed1c2e506..e0eb7cb54 100644 --- a/docs/2018-06/index.html +++ b/docs/2018-06/index.html @@ -65,7 +65,7 @@ real 74m42.646s user 8m5.056s sys 2m7.289s "/> - + @@ -74,10 +74,10 @@ sys 2m7.289s "@context": "http://schema.org", "@type": "BlogPosting", "headline": "June, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-06/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-06\/", "wordCount": "2894", "datePublished": "2018-06-04T19:49:54-07:00", - "dateModified": "2018-06-28T13:37:35+03:00", + "dateModified": "2018-06-28T13:37:35\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -585,14 +585,14 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-07/index.html b/docs/2018-07/index.html index 18b5a5285..9ec646d2d 100644 --- a/docs/2018-07/index.html +++ b/docs/2018-07/index.html @@ -43,7 +43,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. "/> - + @@ -52,10 +52,10 @@ There is insufficient memory for the Java Runtime Environment to continue. "@context": "http://schema.org", "@type": "BlogPosting", "headline": "July, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-07/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-07\/", "wordCount": "3376", - "datePublished": "2018-07-01T12:56:54+03:00", - "dateModified": "2018-07-28T12:06:56+03:00", + "datePublished": "2018-07-01T12:56:54\x2b03:00", + "dateModified": "2018-07-28T12:06:56\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -696,14 +696,14 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-08/index.html b/docs/2018-08/index.html index f14b5af6f..9eb841847 100644 --- a/docs/2018-08/index.html +++ b/docs/2018-08/index.html @@ -51,7 +51,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 "/> - + @@ -60,10 +60,10 @@ I ran all system updates on DSpace Test and rebooted it "@context": "http://schema.org", "@type": "BlogPosting", "headline": "August, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-08/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-08\/", "wordCount": "2748", - "datePublished": "2018-08-01T11:52:54+03:00", - "dateModified": "2018-09-10T23:35:46+03:00", + "datePublished": "2018-08-01T11:52:54\x2b03:00", + "dateModified": "2018-09-10T23:35:46\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -532,14 +532,14 @@ $ dspace database migrate ignored
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html index 410775b38..2d9e59819 100644 --- a/docs/2018-09/index.html +++ b/docs/2018-09/index.html @@ -29,7 +29,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: "/> - + @@ -38,10 +38,10 @@ I’m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I "@context": "http://schema.org", "@type": "BlogPosting", "headline": "September, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-09/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-09\/", "wordCount": "5245", - "datePublished": "2018-09-02T09:55:54+03:00", - "dateModified": "2018-09-30T08:23:48+03:00", + "datePublished": "2018-09-02T09:55:54\x2b03:00", + "dateModified": "2018-09-30T08:23:48\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -910,14 +910,14 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND metadata_f
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html index c3a05853a..d75bb9b44 100644 --- a/docs/2018-10/index.html +++ b/docs/2018-10/index.html @@ -25,7 +25,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 "/> - + @@ -34,10 +34,10 @@ I created a GitHub issue to track this #389, because I’m super busy in Nai "@context": "http://schema.org", "@type": "BlogPosting", "headline": "October, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-10/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-10\/", "wordCount": "4519", - "datePublished": "2018-10-01T22:31:54+03:00", - "dateModified": "2018-11-01T16:42:20+02:00", + "datePublished": "2018-10-01T22:31:54\x2b03:00", + "dateModified": "2018-11-01T16:42:20\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -813,14 +813,14 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: app
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-11/index.html b/docs/2018-11/index.html index 99a1f0255..3f2cb38f0 100644 --- a/docs/2018-11/index.html +++ b/docs/2018-11/index.html @@ -39,7 +39,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: "/> - + @@ -48,10 +48,10 @@ Today these are the top 10 IPs: "@context": "http://schema.org", "@type": "BlogPosting", "headline": "November, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-11/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-11\/", "wordCount": "2823", - "datePublished": "2018-11-01T16:41:30+02:00", - "dateModified": "2019-02-07T10:52:23+02:00", + "datePublished": "2018-11-01T16:41:30\x2b02:00", + "dateModified": "2019-02-07T10:52:23\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -671,14 +671,14 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2018-12/index.html b/docs/2018-12/index.html index 5117c4062..616a79fc9 100644 --- a/docs/2018-12/index.html +++ b/docs/2018-12/index.html @@ -39,7 +39,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 "/> - + @@ -48,10 +48,10 @@ I noticed that there is another issue with PDF thumbnails on CGSpace, and I see "@context": "http://schema.org", "@type": "BlogPosting", "headline": "December, 2018", - "url": "https://alanorth.github.io/cgspace-notes/2018-12/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-12\/", "wordCount": "3096", - "datePublished": "2018-12-02T02:09:30+02:00", - "dateModified": "2018-12-30T18:12:18+02:00", + "datePublished": "2018-12-02T02:09:30\x2b02:00", + "dateModified": "2018-12-30T18:12:18\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -736,14 +736,14 @@ UPDATE 1
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html index 93bb93d48..ff12506f0 100644 --- a/docs/2019-01/index.html +++ b/docs/2019-01/index.html @@ -51,7 +51,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 "/> - + @@ -60,10 +60,10 @@ I don’t see anything interesting in the web server logs around that time t "@context": "http://schema.org", "@type": "BlogPosting", "headline": "January, 2019", - "url": "https://alanorth.github.io/cgspace-notes/2019-01/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-01\/", "wordCount": "5532", - "datePublished": "2019-01-02T09:48:30+02:00", - "dateModified": "2019-02-01T21:45:50+02:00", + "datePublished": "2019-01-02T09:48:30\x2b02:00", + "dateModified": "2019-02-01T21:45:50\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1410,14 +1410,14 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInternal/
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2019-02/index.html b/docs/2019-02/index.html index 47785cc57..3ecbe813e 100644 --- a/docs/2019-02/index.html +++ b/docs/2019-02/index.html @@ -79,7 +79,7 @@ real 0m19.873s user 0m22.203s sys 0m1.979s "/> - + @@ -88,10 +88,10 @@ sys 0m1.979s "@context": "http://schema.org", "@type": "BlogPosting", "headline": "February, 2019", - "url": "https://alanorth.github.io/cgspace-notes/2019-02/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-02\/", "wordCount": "7700", - "datePublished": "2019-02-01T21:37:30+02:00", - "dateModified": "2019-03-18T15:25:49+02:00", + "datePublished": "2019-02-01T21:37:30\x2b02:00", + "dateModified": "2019-03-18T15:25:49\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1645,14 +1645,14 @@ Please see the DSpace documentation for assistance.
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html index b73e77adc..e461767c4 100644 --- a/docs/2019-03/index.html +++ b/docs/2019-03/index.html @@ -45,7 +45,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 "/> - + @@ -54,10 +54,10 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca "@context": "http://schema.org", "@type": "BlogPosting", "headline": "March, 2019", - "url": "https://alanorth.github.io/cgspace-notes/2019-03/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-03\/", "wordCount": "7105", - "datePublished": "2019-03-01T12:16:30+01:00", - "dateModified": "2019-04-01T17:02:54+03:00", + "datePublished": "2019-03-01T12:16:30\x2b01:00", + "dateModified": "2019-04-01T17:02:54\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1424,14 +1424,14 @@ sys 0m2.551s
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2019-04/index.html b/docs/2019-04/index.html index e26dfcfc3..369a8a80f 100644 --- a/docs/2019-04/index.html +++ b/docs/2019-04/index.html @@ -38,7 +38,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace - + @@ -71,7 +71,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 "/> - + @@ -80,10 +80,10 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace "@context": "http://schema.org", "@type": "BlogPosting", "headline": "April, 2019", - "url": "https://alanorth.github.io/cgspace-notes/2019-04/", - "wordCount": "3535", - "datePublished": "2019-04-01T09:00:43+03:00", - "dateModified": "2019-04-11T13:29:52+03:00", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-04\/", + "wordCount": "3655", + "datePublished": "2019-04-01T09:00:43\x2b03:00", + "dateModified": "2019-04-11T14:23:30\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -869,6 +869,27 @@ $ ./delete-metadata-values.py -i /tmp/2019-04-11-delete-6-subjects.csv -db dspac +

    2019-04-13

    + + + +

    Java GC during Solr indexing with CMS

    + + + +

    Java GC during Solr indexing Solr 4.10.4 settings

    + @@ -892,14 +913,14 @@ $ ./delete-metadata-values.py -i /tmp/2019-04-11-delete-6-subjects.csv -db dspac
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/2019/04/visualvm-solr-indexing-solr-settings.png b/docs/2019/04/visualvm-solr-indexing-solr-settings.png new file mode 100644 index 000000000..873cc1cec Binary files /dev/null and b/docs/2019/04/visualvm-solr-indexing-solr-settings.png differ diff --git a/docs/2019/04/visualvm-solr-indexing.png b/docs/2019/04/visualvm-solr-indexing.png new file mode 100644 index 000000000..197eb78e7 Binary files /dev/null and b/docs/2019/04/visualvm-solr-indexing.png differ diff --git a/docs/404.html b/docs/404.html index 6e58cc1af..39309f2bf 100644 --- a/docs/404.html +++ b/docs/404.html @@ -8,20 +8,20 @@ - + - + - + CGSpace Notes @@ -90,14 +90,14 @@
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/categories/index.html b/docs/categories/index.html index 220c1c4e3..c14e53766 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -10,11 +10,12 @@ + - + @@ -23,13 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/categories/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/categories\/", "author": { "@type": "Person", "name": "Alan Orth" }, + "dateModified": "2017-09-18T16:38:35\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -456,14 +458,14 @@ sys 0m1.979s
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/categories/index.xml b/docs/categories/index.xml index 2a273ec1b..388e6a283 100644 --- a/docs/categories/index.xml +++ b/docs/categories/index.xml @@ -6,6 +6,7 @@ Recent content in Categories on CGSpace Notes Hugo -- gohugo.io en-us + Mon, 18 Sep 2017 16:38:35 +0300 diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index baf80675e..2db33d7ed 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -15,7 +15,7 @@ - + @@ -110,14 +110,14 @@
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/categories/page/2/index.html b/docs/categories/page/2/index.html index e595045c0..70c3ef4a4 100644 --- a/docs/categories/page/2/index.html +++ b/docs/categories/page/2/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/categories/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/categories\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2018-06-04T19:49:54-07:00", + "dateModified": "2017-09-18T16:38:35\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -466,14 +466,14 @@ COPY 54701
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/categories/page/3/index.html b/docs/categories/page/3/index.html index 93062c1a4..eb3fe3277 100644 --- a/docs/categories/page/3/index.html +++ b/docs/categories/page/3/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/categories/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/categories\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2017-09-07T16:54:52+07:00", + "dateModified": "2017-09-18T16:38:35\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -422,14 +422,14 @@ DELETE 1
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/categories/page/4/index.html b/docs/categories/page/4/index.html index 8567a1ef6..d1a3adc74 100644 --- a/docs/categories/page/4/index.html +++ b/docs/categories/page/4/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/categories/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/categories\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2016-11-01T09:21:00+03:00", + "dateModified": "2017-09-18T16:38:35\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -404,14 +404,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/categories/page/5/index.html b/docs/categories/page/5/index.html index 4b687324b..7858b7791 100644 --- a/docs/categories/page/5/index.html +++ b/docs/categories/page/5/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/categories/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/categories\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2016-01-13T13:18:00+03:00", + "dateModified": "2017-09-18T16:38:35\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -198,14 +198,14 @@
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/cgiar-library-migration/index.html b/docs/cgiar-library-migration/index.html index 28a5d3c77..02b88722f 100644 --- a/docs/cgiar-library-migration/index.html +++ b/docs/cgiar-library-migration/index.html @@ -15,7 +15,7 @@ - + @@ -24,10 +24,10 @@ "@context": "http://schema.org", "@type": "BlogPosting", "headline": "CGIAR Library Migration", - "url": "https://alanorth.github.io/cgspace-notes/cgiar-library-migration/", + "url": "https:\/\/alanorth.github.io\/cgspace-notes\/cgiar-library-migration\/", "wordCount": "1278", - "datePublished": "2017-09-18T16:38:35+03:00", - "dateModified": "2018-03-09T22:10:33+02:00", + "datePublished": "2017-09-18T16:38:35\x2b03:00", + "dateModified": "2018-03-09T22:10:33\x2b02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -328,14 +328,14 @@ dspace=# select setval('handle_seq',86873);
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/index.html b/docs/index.html index 1ecfd9461..084e05f5d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,7 +15,7 @@ - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2019-04-01T09:00:43+03:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -458,14 +458,14 @@ sys 0m1.979s
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/page/2/index.html b/docs/page/2/index.html index e51470289..4bd351c2a 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2018-06-04T19:49:54-07:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -466,14 +466,14 @@ COPY 54701
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/page/3/index.html b/docs/page/3/index.html index 46e2b6745..b81e8bd3e 100644 --- a/docs/page/3/index.html +++ b/docs/page/3/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2017-09-07T16:54:52+07:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -422,14 +422,14 @@ DELETE 1
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/page/4/index.html b/docs/page/4/index.html index 79c874004..1f01ba15d 100644 --- a/docs/page/4/index.html +++ b/docs/page/4/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2016-11-01T09:21:00+03:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -404,14 +404,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/page/5/index.html b/docs/page/5/index.html index d078d1293..4fb2ba5a9 100644 --- a/docs/page/5/index.html +++ b/docs/page/5/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2016-01-13T13:18:00+03:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -198,14 +198,14 @@
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/posts/index.html b/docs/posts/index.html index 181beeeb9..a7a4a417d 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -15,7 +15,7 @@ - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/posts/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/posts\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2019-04-01T09:00:43+03:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -458,14 +458,14 @@ sys 0m1.979s
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index 08e0fd5e2..9450120de 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/posts/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/posts\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2018-06-04T19:49:54-07:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -466,14 +466,14 @@ COPY 54701
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html index 1e928abe0..c3a3c5454 100644 --- a/docs/posts/page/3/index.html +++ b/docs/posts/page/3/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/posts/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/posts\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2017-09-07T16:54:52+07:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -422,14 +422,14 @@ DELETE 1
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html index 7d2d6b7ea..076ab1f66 100644 --- a/docs/posts/page/4/index.html +++ b/docs/posts/page/4/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/posts/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/posts\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2016-11-01T09:21:00+03:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -404,14 +404,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html index dbed14d61..ed7c58b9e 100644 --- a/docs/posts/page/5/index.html +++ b/docs/posts/page/5/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/posts/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/posts\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2016-01-13T13:18:00+03:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -198,14 +198,14 @@
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/robots.txt b/docs/robots.txt index 9ea3f6b9d..ae3683896 100644 --- a/docs/robots.txt +++ b/docs/robots.txt @@ -2,6 +2,10 @@ User-agent: * Disallow: /cgspace-notes/2019-04/ +Disallow: /cgspace-notes/ +Disallow: /cgspace-notes/tags/notes/ +Disallow: /cgspace-notes/posts/ +Disallow: /cgspace-notes/tags/ Disallow: /cgspace-notes/2019-03/ Disallow: /cgspace-notes/2019-02/ Disallow: /cgspace-notes/2019-01/ @@ -21,6 +25,8 @@ Disallow: /cgspace-notes/2017-12/ Disallow: /cgspace-notes/2017-11/ Disallow: /cgspace-notes/2017-10/ Disallow: /cgspace-notes/cgiar-library-migration/ +Disallow: /cgspace-notes/categories/ +Disallow: /cgspace-notes/categories/notes/ Disallow: /cgspace-notes/2017-09/ Disallow: /cgspace-notes/2017-08/ Disallow: /cgspace-notes/2017-07/ @@ -44,9 +50,3 @@ Disallow: /cgspace-notes/2016-02/ Disallow: /cgspace-notes/2016-01/ Disallow: /cgspace-notes/2015-12/ Disallow: /cgspace-notes/2015-11/ -Disallow: /cgspace-notes/ -Disallow: /cgspace-notes/categories/ -Disallow: /cgspace-notes/tags/notes/ -Disallow: /cgspace-notes/categories/notes/ -Disallow: /cgspace-notes/posts/ -Disallow: /cgspace-notes/tags/ diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 83467176e..ce60479dc 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,7 +4,31 @@ https://alanorth.github.io/cgspace-notes/2019-04/ - 2019-04-11T13:29:52+03:00 + 2019-04-11T14:23:30+03:00 + + + + https://alanorth.github.io/cgspace-notes/ + 2019-04-11T14:23:30+03:00 + 0 + + + + https://alanorth.github.io/cgspace-notes/tags/notes/ + 2019-04-11T14:23:30+03:00 + 0 + + + + https://alanorth.github.io/cgspace-notes/posts/ + 2019-04-11T14:23:30+03:00 + 0 + + + + https://alanorth.github.io/cgspace-notes/tags/ + 2019-04-11T14:23:30+03:00 + 0 @@ -102,6 +126,18 @@ 2018-03-09T22:10:33+02:00 + + https://alanorth.github.io/cgspace-notes/categories/ + 2018-03-09T22:10:33+02:00 + 0 + + + + https://alanorth.github.io/cgspace-notes/categories/notes/ + 2018-03-09T22:10:33+02:00 + 0 + + https://alanorth.github.io/cgspace-notes/2017-09/ 2018-03-09T22:10:33+02:00 @@ -217,39 +253,4 @@ 2018-03-09T22:10:33+02:00 - - https://alanorth.github.io/cgspace-notes/ - 2019-04-11T13:29:52+03:00 - 0 - - - - https://alanorth.github.io/cgspace-notes/categories/ - 0 - - - - https://alanorth.github.io/cgspace-notes/tags/notes/ - 2019-04-11T13:29:52+03:00 - 0 - - - - https://alanorth.github.io/cgspace-notes/categories/notes/ - 2018-03-09T22:10:33+02:00 - 0 - - - - https://alanorth.github.io/cgspace-notes/posts/ - 2019-04-11T13:29:52+03:00 - 0 - - - - https://alanorth.github.io/cgspace-notes/tags/ - 2019-04-11T13:29:52+03:00 - 0 - - \ No newline at end of file diff --git a/docs/tags/index.html b/docs/tags/index.html index 530c99caf..a62ec778b 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -15,7 +15,7 @@ - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/tags/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/tags\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2019-04-01T09:00:43+03:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -458,14 +458,14 @@ sys 0m1.979s
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/tags/notes/index.html b/docs/tags/notes/index.html index d3d7cb160..73b73b337 100644 --- a/docs/tags/notes/index.html +++ b/docs/tags/notes/index.html @@ -15,7 +15,7 @@ - + @@ -443,14 +443,14 @@ sys 0m1.979s
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/tags/notes/page/2/index.html b/docs/tags/notes/page/2/index.html index 58e1c9893..cd71a0a5c 100644 --- a/docs/tags/notes/page/2/index.html +++ b/docs/tags/notes/page/2/index.html @@ -10,12 +10,12 @@ - + - + @@ -461,14 +461,14 @@ COPY 54701
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/tags/notes/page/3/index.html b/docs/tags/notes/page/3/index.html index 5dfdac79f..bffd17202 100644 --- a/docs/tags/notes/page/3/index.html +++ b/docs/tags/notes/page/3/index.html @@ -10,12 +10,12 @@ - + - + @@ -403,14 +403,14 @@ DELETE 1
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/tags/notes/page/4/index.html b/docs/tags/notes/page/4/index.html index 8e3b392f8..d19864c15 100644 --- a/docs/tags/notes/page/4/index.html +++ b/docs/tags/notes/page/4/index.html @@ -10,12 +10,12 @@ - + - + @@ -389,14 +389,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/tags/notes/page/5/index.html b/docs/tags/notes/page/5/index.html index c652a266e..ba516734b 100644 --- a/docs/tags/notes/page/5/index.html +++ b/docs/tags/notes/page/5/index.html @@ -10,12 +10,12 @@ - + - + @@ -159,14 +159,14 @@
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/tags/page/2/index.html b/docs/tags/page/2/index.html index 1a6f324eb..03dd391e0 100644 --- a/docs/tags/page/2/index.html +++ b/docs/tags/page/2/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/tags/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/tags\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2018-06-04T19:49:54-07:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -466,14 +466,14 @@ COPY 54701
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/tags/page/3/index.html b/docs/tags/page/3/index.html index 2b86cb676..6e80425c1 100644 --- a/docs/tags/page/3/index.html +++ b/docs/tags/page/3/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/tags/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/tags\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2017-09-07T16:54:52+07:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -422,14 +422,14 @@ DELETE 1
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/tags/page/4/index.html b/docs/tags/page/4/index.html index 9094013c6..da29fd48e 100644 --- a/docs/tags/page/4/index.html +++ b/docs/tags/page/4/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/tags/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/tags\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2016-11-01T09:21:00+03:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -404,14 +404,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/docs/tags/page/5/index.html b/docs/tags/page/5/index.html index d5e03f571..5beb95b65 100644 --- a/docs/tags/page/5/index.html +++ b/docs/tags/page/5/index.html @@ -10,12 +10,12 @@ - + - + @@ -24,14 +24,14 @@ "@context": "http://schema.org", "@type": "Blog", "headline": "CGSpace Notes", - "url" : "https://alanorth.github.io/cgspace-notes/tags/", + "url" : "https:\/\/alanorth.github.io\/cgspace-notes\/tags\/", "author": { "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2016-01-13T13:18:00+03:00", + "dateModified": "2019-04-01T09:00:43\x2b03:00", "keywords": "notes,notes,", - "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." + "description": "Documenting day-to-day work on the [CGSpace](https:\/\/cgspace.cgiar.org) repository." } @@ -198,14 +198,14 @@
  • April, 2019
  • +
  • Posts
  • +
  • March, 2019
  • February, 2019
  • January, 2019
  • -
  • December, 2018
  • - diff --git a/static/2019/04/visualvm-solr-indexing-solr-settings.png b/static/2019/04/visualvm-solr-indexing-solr-settings.png new file mode 100644 index 000000000..873cc1cec Binary files /dev/null and b/static/2019/04/visualvm-solr-indexing-solr-settings.png differ diff --git a/static/2019/04/visualvm-solr-indexing.png b/static/2019/04/visualvm-solr-indexing.png new file mode 100644 index 000000000..197eb78e7 Binary files /dev/null and b/static/2019/04/visualvm-solr-indexing.png differ