mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Update notes
This commit is contained in:
parent
88e124859a
commit
a638cba77d
@ -997,4 +997,6 @@ $ ./rest-find-collections.py 10568/1 | grep -i untitled
|
||||
- Looking at the [Tomcat connector docs](https://tomcat.apache.org/tomcat-7.0-doc/config/http.html) I think we really need to increase `maxThreads`
|
||||
- The default is 200, which can easily be taken up by bots considering that Google and Bing each browse with fifty (50) connections each sometimes!
|
||||
- Before I increase this I want to see if I can measure and graph this, and then benchmark
|
||||
- I'll probably also increase `minSpareThreads` to 20 (its default is 10)
|
||||
- I still want to bump up `acceptorThreadCount` from 1 to 2 as well, as the documentation says this should be increased on multi-core systems
|
||||
- I spent quite a bit of time looking at `jvisualvm` and `jconsole` today
|
||||
|
@ -52,7 +52,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -54,7 +54,7 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -44,7 +44,7 @@ Update GitHub wiki for documentation of maintenance tasks.
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -58,7 +58,7 @@ Also, lots of things like “COTE D`LVOIRE” and “COTE D IVOIRE&r
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -44,7 +44,7 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -48,7 +48,7 @@ Also, I noticed the checker log has some errors we should pay attention to:
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -52,7 +52,7 @@ There are 3,000 IPs accessing the REST API in a 24-hour period!
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -50,7 +50,7 @@ Working on second phase of metadata migration, looks like this will work for mov
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -66,7 +66,7 @@ In this case the select query was showing 95 results before the update
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -60,7 +60,7 @@ $ git rebase -i dspace-5.5
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -52,7 +52,7 @@ $ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=or
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -60,7 +60,7 @@ I exported a random item’s metadata as CSV, deleted all columns except id
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -44,7 +44,7 @@ Add dc.type to the output options for Atmire’s Listings and Reports module
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -68,7 +68,7 @@ Another worrying error from dspace.log is:
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -44,7 +44,7 @@ I asked on the dspace-tech mailing list because it seems to be broken, and actua
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -72,7 +72,7 @@ Looks like we’ll be using cg.identifier.ccafsprojectpii as the field name
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -76,7 +76,7 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -62,7 +62,7 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="May, 2017"/>
|
||||
<meta name="twitter:description" content="2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it’s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire’s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="June, 2017"/>
|
||||
<meta name="twitter:description" content="2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -56,7 +56,7 @@ We can use PostgreSQL’s extended output format (-x) plus sed to format the
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -76,7 +76,7 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -52,7 +52,7 @@ Ask Sisay to clean up the WLE approvers a bit, as Marianne’s user account
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -56,7 +56,7 @@ Add Katherine Lutz to the groups for content submission and edit steps of the CG
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -76,7 +76,7 @@ COPY 54701
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -46,7 +46,7 @@ The list of connections to XMLUI and REST API for today:
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -92,7 +92,7 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
|
||||
|
||||
<meta property="article:published_time" content="2018-01-02T08:35:54-08:00"/>
|
||||
|
||||
<meta property="article:modified_time" content="2018-01-22T15:38:33+02:00"/>
|
||||
<meta property="article:modified_time" content="2018-01-22T17:10:19+02:00"/>
|
||||
|
||||
|
||||
|
||||
@ -184,7 +184,7 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
@ -194,9 +194,9 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
|
||||
"@type": "BlogPosting",
|
||||
"headline": "January, 2018",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2018-01/",
|
||||
"wordCount": "5612",
|
||||
"wordCount": "5636",
|
||||
"datePublished": "2018-01-02T08:35:54-08:00",
|
||||
"dateModified": "2018-01-22T15:38:33+02:00",
|
||||
"dateModified": "2018-01-22T17:10:19+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -1360,7 +1360,9 @@ $ ./rest-find-collections.py 10568/1 | grep -i untitled
|
||||
<li>Looking at the <a href="https://tomcat.apache.org/tomcat-7.0-doc/config/http.html">Tomcat connector docs</a> I think we really need to increase <code>maxThreads</code></li>
|
||||
<li>The default is 200, which can easily be taken up by bots considering that Google and Bing each browse with fifty (50) connections each sometimes!</li>
|
||||
<li>Before I increase this I want to see if I can measure and graph this, and then benchmark</li>
|
||||
<li>I’ll probably also increase <code>minSpareThreads</code> to 20 (its default is 10)</li>
|
||||
<li>I still want to bump up <code>acceptorThreadCount</code> from 1 to 2 as well, as the documentation says this should be increased on multi-core systems</li>
|
||||
<li>I spent quite a bit of time looking at <code>jvisualvm</code> and <code>jconsole</code> today</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Categories"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Notes"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="CGIAR Library Migration"/>
|
||||
<meta name="twitter:description" content="Notes on the migration of the CGIAR Library to CGSpace"/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="CGSpace Notes"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="CGSpace Notes"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="CGSpace Notes"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Posts"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Posts"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Posts"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-01/</loc>
|
||||
<lastmod>2018-01-22T15:38:33+02:00</lastmod>
|
||||
<lastmod>2018-01-22T17:10:19+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -144,7 +144,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-01-22T15:38:33+02:00</lastmod>
|
||||
<lastmod>2018-01-22T17:10:19+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -155,7 +155,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-01-22T15:38:33+02:00</lastmod>
|
||||
<lastmod>2018-01-22T17:10:19+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -167,13 +167,13 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2018-01-22T15:38:33+02:00</lastmod>
|
||||
<lastmod>2018-01-22T17:10:19+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-01-22T15:38:33+02:00</lastmod>
|
||||
<lastmod>2018-01-22T17:10:19+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Tags"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Notes"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Notes"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Notes"/>
|
||||
<meta name="twitter:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."/>
|
||||
<meta name="generator" content="Hugo 0.33" />
|
||||
<meta name="generator" content="Hugo 0.34" />
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user