mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes for 2018-04-15
This commit is contained in:
parent
eda4e1a65b
commit
76e89a9ed9
@ -319,3 +319,12 @@ event.dispatcher.default.consumers = authority, versioning, discovery, eperson,
|
||||
- After disabling the authority consumer I no longer see the error
|
||||
- I merged a pull request to the `5_x-prod` branch to clean that up ([#372](https://github.com/ilri/DSpace/pull/372))
|
||||
- File a ticket on DSpace's Jira for the `target="_blank"` security and performance issue ([DS-3891](https://jira.duraspace.org/browse/DS-3891))
|
||||
- I re-deployed DSpace Test (linode19) and was surprised by how long it took the ant update to complete:
|
||||
|
||||
```
|
||||
BUILD SUCCESSFUL
|
||||
Total time: 4 minutes 12 seconds
|
||||
```
|
||||
|
||||
- The Linode block storage is much slower than the instance storage
|
||||
- I ran all system updates and rebooted DSpace Test (linode19)
|
||||
|
@ -21,7 +21,7 @@ Catalina logs at least show some memory errors yesterday:
|
||||
|
||||
<meta property="article:published_time" content="2018-04-01T16:13:54+02:00"/>
|
||||
|
||||
<meta property="article:modified_time" content="2018-04-13T20:24:30+03:00"/>
|
||||
<meta property="article:modified_time" content="2018-04-15T10:20:44+03:00"/>
|
||||
|
||||
|
||||
|
||||
@ -53,9 +53,9 @@ Catalina logs at least show some memory errors yesterday:
|
||||
"@type": "BlogPosting",
|
||||
"headline": "April, 2018",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2018-04/",
|
||||
"wordCount": "1549",
|
||||
"wordCount": "1596",
|
||||
"datePublished": "2018-04-01T16:13:54+02:00",
|
||||
"dateModified": "2018-04-13T20:24:30+03:00",
|
||||
"dateModified": "2018-04-15T10:20:44+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -476,6 +476,16 @@ java.lang.NullPointerException
|
||||
<li>After disabling the authority consumer I no longer see the error</li>
|
||||
<li>I merged a pull request to the <code>5_x-prod</code> branch to clean that up (<a href="https://github.com/ilri/DSpace/pull/372">#372</a>)</li>
|
||||
<li>File a ticket on DSpace’s Jira for the <code>target="_blank"</code> security and performance issue (<a href="https://jira.duraspace.org/browse/DS-3891">DS-3891</a>)</li>
|
||||
<li>I re-deployed DSpace Test (linode19) and was surprised by how long it took the ant update to complete:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>BUILD SUCCESSFUL
|
||||
Total time: 4 minutes 12 seconds
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>The Linode block storage is much slower than the instance storage</li>
|
||||
<li>I ran all system updates and rebooted DSpace Test (linode19)</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-04/</loc>
|
||||
<lastmod>2018-04-13T20:24:30+03:00</lastmod>
|
||||
<lastmod>2018-04-15T10:20:44+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -159,7 +159,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-04-13T20:24:30+03:00</lastmod>
|
||||
<lastmod>2018-04-15T10:20:44+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -176,19 +176,19 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-04-13T20:24:30+03:00</lastmod>
|
||||
<lastmod>2018-04-15T10:20:44+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2018-04-13T20:24:30+03:00</lastmod>
|
||||
<lastmod>2018-04-15T10:20:44+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-04-13T20:24:30+03:00</lastmod>
|
||||
<lastmod>2018-04-15T10:20:44+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user