mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2020-12-10
This commit is contained in:
@ -20,7 +20,7 @@ I started processing those (about 411,000 records):
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-12/" />
|
||||
<meta property="article:published_time" content="2020-12-01T11:32:54+02:00" />
|
||||
<meta property="article:modified_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="article:modified_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
@ -46,9 +46,9 @@ I started processing those (about 411,000 records):
|
||||
"@type": "BlogPosting",
|
||||
"headline": "December, 2020",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2020-12/",
|
||||
"wordCount": "1051",
|
||||
"wordCount": "1231",
|
||||
"datePublished": "2020-12-01T11:32:54+02:00",
|
||||
"dateModified": "2020-12-08T11:14:33+02:00",
|
||||
"dateModified": "2020-12-09T22:48:19+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -309,7 +309,31 @@ Caused by: org.apache.http.TruncatedChunkException: Truncated chunk ( expected s
|
||||
at org.apache.solr.common.util.FastInputStream.read(FastInputStream.java:125)
|
||||
at org.apache.solr.common.util.FastInputStream.readFully(FastInputStream.java:152)
|
||||
...
|
||||
</code></pre><!-- raw HTML omitted -->
|
||||
</code></pre><h2 id="2020-12-10">2020-12-10</h2>
|
||||
<ul>
|
||||
<li>The statistics-2019 core finished processing the duplicate removal so I started the statistics-2017 core</li>
|
||||
<li>Peter asked me to add ONE HEALTH to ILRI subjects on CGSpace</li>
|
||||
<li>A few items that got “lost” after approval during the database issues earlier this week seem to have gone back into their workflows
|
||||
<ul>
|
||||
<li>Abenet approved them again and they got new handles, phew</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Abenet was having an issue with the date filter on AReS and it turns out that it’s the same <code>.keyword</code> issue I had noticed before that causes the filter to stop working
|
||||
<ul>
|
||||
<li>I fixed the filter to use the correct field name and filed a bug on OpenRXV: <a href="https://github.com/ilri/OpenRXV/issues/63">https://github.com/ilri/OpenRXV/issues/63</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>I checked the Solr statistics on DSpace Test to see if the Atmire duplicates remover was working, but now I see a comical amount of duplicates…</li>
|
||||
</ul>
|
||||
<p><img src="/cgspace-notes/2020/12/solr-stats-duplicates.png" alt="Solr stats with dozens of duplicates"></p>
|
||||
<ul>
|
||||
<li>I sent feedback about this to Atmire</li>
|
||||
<li>I will re-sync the Solr stats from CGSpace so we can try again…</li>
|
||||
<li>In other news, it has been a few days since we deployed the fix for the database locking issue and things seem much better now:</li>
|
||||
</ul>
|
||||
<p><img src="/cgspace-notes/2020/12/postgres_connections_ALL-week.png" alt="PostgreSQL connections all week">
|
||||
<img src="/cgspace-notes/2020/12/postgres_locks_ALL-week.png" alt="PostgreSQL locks all week"></p>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user