Update notes for 2018-04-15

This commit is contained in:
2018-04-15 11:18:17 +03:00
parent eda4e1a65b
commit 76e89a9ed9
3 changed files with 27 additions and 8 deletions

View File

@ -21,7 +21,7 @@ Catalina logs at least show some memory errors yesterday:
<meta property="article:published_time" content="2018-04-01T16:13:54&#43;02:00"/>
<meta property="article:modified_time" content="2018-04-13T20:24:30&#43;03:00"/>
<meta property="article:modified_time" content="2018-04-15T10:20:44&#43;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&#43;02:00",
"dateModified": "2018-04-13T20:24:30&#43;03:00",
"dateModified": "2018-04-15T10:20:44&#43;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&rsquo;s Jira for the <code>target=&quot;_blank&quot;</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>