mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-23 23:20:19 +01:00
Add notes for 2020-12-10
This commit is contained in:
parent
a61fd6b1ad
commit
7a83648463
@ -184,4 +184,23 @@ Caused by: org.apache.http.TruncatedChunkException: Truncated chunk ( expected s
|
||||
...
|
||||
```
|
||||
|
||||
## 2020-12-10
|
||||
|
||||
- The statistics-2019 core finished processing the duplicate removal so I started the statistics-2017 core
|
||||
- Peter asked me to add ONE HEALTH to ILRI subjects on CGSpace
|
||||
- A few items that got "lost" after approval during the database issues earlier this week seem to have gone back into their workflows
|
||||
- Abenet approved them again and they got new handles, phew
|
||||
- Abenet was having an issue with the date filter on AReS and it turns out that it's the same `.keyword` issue I had noticed before that causes the filter to stop working
|
||||
- I fixed the filter to use the correct field name and filed a bug on OpenRXV: https://github.com/ilri/OpenRXV/issues/63
|
||||
- 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...
|
||||
|
||||
![Solr stats with dozens of duplicates](/cgspace-notes/2020/12/solr-stats-duplicates.png)
|
||||
|
||||
- I sent feedback about this to Atmire
|
||||
- I will re-sync the Solr stats from CGSpace so we can try again...
|
||||
- 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:
|
||||
|
||||
![PostgreSQL connections all week](/cgspace-notes/2020/12/postgres_connections_ALL-week.png)
|
||||
![PostgreSQL locks all week](/cgspace-notes/2020/12/postgres_locks_ALL-week.png)
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -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 -->
|
||||
|
||||
|
||||
|
||||
|
BIN
docs/2020/12/postgres_connections_ALL-week.png
Normal file
BIN
docs/2020/12/postgres_connections_ALL-week.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
docs/2020/12/postgres_locks_ALL-week.png
Normal file
BIN
docs/2020/12/postgres_locks_ALL-week.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
docs/2020/12/solr-stats-duplicates.png
Normal file
BIN
docs/2020/12/solr-stats-duplicates.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-12-08T11:14:33+02:00" />
|
||||
<meta property="og:updated_time" content="2020-12-09T22:48:19+02:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2020-12-08T11:14:33+02:00</lastmod>
|
||||
<lastmod>2020-12-09T22:48:19+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2020-12-08T11:14:33+02:00</lastmod>
|
||||
<lastmod>2020-12-09T22:48:19+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2020-12/</loc>
|
||||
<lastmod>2020-12-08T11:14:33+02:00</lastmod>
|
||||
<lastmod>2020-12-09T22:48:19+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2020-12-08T11:14:33+02:00</lastmod>
|
||||
<lastmod>2020-12-09T22:48:19+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2020-12-08T11:14:33+02:00</lastmod>
|
||||
<lastmod>2020-12-09T22:48:19+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
BIN
static/2020/12/postgres_connections_ALL-week.png
Normal file
BIN
static/2020/12/postgres_connections_ALL-week.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
static/2020/12/postgres_locks_ALL-week.png
Normal file
BIN
static/2020/12/postgres_locks_ALL-week.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
static/2020/12/solr-stats-duplicates.png
Normal file
BIN
static/2020/12/solr-stats-duplicates.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
Loading…
Reference in New Issue
Block a user