mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes for 2020-05-11
This commit is contained in:
parent
ead47c2269
commit
e4e2dfae88
@ -58,4 +58,27 @@ Total number of bot hits purged: 192332
|
|||||||
- And then I will add 188.134.31.88 to the nginx bad bot list and tell CodeObia to please use a "bot" user agent
|
- And then I will add 188.134.31.88 to the nginx bad bot list and tell CodeObia to please use a "bot" user agent
|
||||||
- I also changed the nginx config to block requests with blank user agents
|
- I also changed the nginx config to block requests with blank user agents
|
||||||
|
|
||||||
|
## 2020-05-11
|
||||||
|
|
||||||
|
- Bizu said she was having issues submitting to CGSpace last week
|
||||||
|
- The issue sounds like the one Tezira and CTA were having in the last few weeks
|
||||||
|
- I looked at the PostgreSQL graphs and see there are a lot of connections in "idle in transaction" and "waiting for lock" state:
|
||||||
|
|
||||||
|
![PostgreSQL connections](/cgspace-notes/2020/05/postgres_connections_cgspace-week.png)
|
||||||
|
|
||||||
|
- I think I'll downgrade the PostgreSQL JDBC driver from 42.2.12 to 42.2.10, which was the version we were using before these issues started happening
|
||||||
|
- Atmire sent some feedback about my ongoing issues with their CUA module, but none of it was conclusive yet
|
||||||
|
- Regarding Font Awesome 5 they will check how much work it will take and give me a quote
|
||||||
|
- Abenet said some users are questioning why the statistics dropped so much lately, so I made a [post to Yammer](https://www.yammer.com/dspacedevelopers/#/Threads/show?threadId=674923030216704) to explain about the robots
|
||||||
|
- Last week Peter had asked me to add a new ILRI author's ORCID iD
|
||||||
|
- I added it to the controlled vocabulary and tagged the user's existing ~11 items in CGSpace using this CSV file with my `add-orcid-identifiers-csv.py` script:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cat 2020-05-11-add-orcids.csv
|
||||||
|
dc.contributor.author,cg.creator.id
|
||||||
|
"Lutakome, P.","Pius Lutakome: 0000-0002-0804-2649"
|
||||||
|
"Lutakome, Pius","Pius Lutakome: 0000-0002-0804-2649"
|
||||||
|
$ ./add-orcid-identifiers-csv.py -i 2020-05-11-add-orcids.csv -db dspace -u dspace -p 'fuuu' -d
|
||||||
|
```
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
@ -18,7 +18,7 @@ I see that CGSpace (linode18) is still using PostgreSQL JDBC driver version 42.2
|
|||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-05/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-05/" />
|
||||||
<meta property="article:published_time" content="2020-05-02T09:52:04+03:00" />
|
<meta property="article:published_time" content="2020-05-02T09:52:04+03:00" />
|
||||||
<meta property="article:modified_time" content="2020-05-06T16:03:29+03:00" />
|
<meta property="article:modified_time" content="2020-05-07T11:45:25+03:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="May, 2020"/>
|
<meta name="twitter:title" content="May, 2020"/>
|
||||||
@ -41,9 +41,9 @@ I see that CGSpace (linode18) is still using PostgreSQL JDBC driver version 42.2
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "May, 2020",
|
"headline": "May, 2020",
|
||||||
"url": "https://alanorth.github.io/cgspace-notes/2020-05/",
|
"url": "https://alanorth.github.io/cgspace-notes/2020-05/",
|
||||||
"wordCount": "432",
|
"wordCount": "630",
|
||||||
"datePublished": "2020-05-02T09:52:04+03:00",
|
"datePublished": "2020-05-02T09:52:04+03:00",
|
||||||
"dateModified": "2020-05-06T16:03:29+03:00",
|
"dateModified": "2020-05-07T11:45:25+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -182,7 +182,36 @@ Total number of bot hits purged: 192332
|
|||||||
<li>And then I will add 188.134.31.88 to the nginx bad bot list and tell CodeObia to please use a “bot” user agent</li>
|
<li>And then I will add 188.134.31.88 to the nginx bad bot list and tell CodeObia to please use a “bot” user agent</li>
|
||||||
<li>I also changed the nginx config to block requests with blank user agents</li>
|
<li>I also changed the nginx config to block requests with blank user agents</li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- raw HTML omitted -->
|
<h2 id="2020-05-11">2020-05-11</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Bizu said she was having issues submitting to CGSpace last week
|
||||||
|
<ul>
|
||||||
|
<li>The issue sounds like the one Tezira and CTA were having in the last few weeks</li>
|
||||||
|
<li>I looked at the PostgreSQL graphs and see there are a lot of connections in “idle in transaction” and “waiting for lock” state:</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p><img src="/cgspace-notes/2020/05/postgres_connections_cgspace-week.png" alt="PostgreSQL connections"></p>
|
||||||
|
<ul>
|
||||||
|
<li>I think I’ll downgrade the PostgreSQL JDBC driver from 42.2.12 to 42.2.10, which was the version we were using before these issues started happening</li>
|
||||||
|
<li>Atmire sent some feedback about my ongoing issues with their CUA module, but none of it was conclusive yet
|
||||||
|
<ul>
|
||||||
|
<li>Regarding Font Awesome 5 they will check how much work it will take and give me a quote</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Abenet said some users are questioning why the statistics dropped so much lately, so I made a <a href="https://www.yammer.com/dspacedevelopers/#/Threads/show?threadId=674923030216704">post to Yammer</a> to explain about the robots</li>
|
||||||
|
<li>Last week Peter had asked me to add a new ILRI author’s ORCID iD
|
||||||
|
<ul>
|
||||||
|
<li>I added it to the controlled vocabulary and tagged the user’s existing ~11 items in CGSpace using this CSV file with my <code>add-orcid-identifiers-csv.py</code> script:</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<pre><code>$ cat 2020-05-11-add-orcids.csv
|
||||||
|
dc.contributor.author,cg.creator.id
|
||||||
|
"Lutakome, P.","Pius Lutakome: 0000-0002-0804-2649"
|
||||||
|
"Lutakome, Pius","Pius Lutakome: 0000-0002-0804-2649"
|
||||||
|
$ ./add-orcid-identifiers-csv.py -i 2020-05-11-add-orcids.csv -db dspace -u dspace -p 'fuuu' -d
|
||||||
|
</code></pre><!-- raw HTML omitted -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
BIN
docs/2020/05/postgres_connections_cgspace-week.png
Normal file
BIN
docs/2020/05/postgres_connections_cgspace-week.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -4,27 +4,27 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||||
<lastmod>2020-05-06T16:03:29+03:00</lastmod>
|
<lastmod>2020-05-07T11:45:25+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2020-05-06T16:03:29+03:00</lastmod>
|
<lastmod>2020-05-07T11:45:25+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2020-05/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2020-05/</loc>
|
||||||
<lastmod>2020-05-06T16:03:29+03:00</lastmod>
|
<lastmod>2020-05-07T11:45:25+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||||
<lastmod>2020-05-06T16:03:29+03:00</lastmod>
|
<lastmod>2020-05-07T11:45:25+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||||
<lastmod>2020-05-06T16:03:29+03:00</lastmod>
|
<lastmod>2020-05-07T11:45:25+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
|
BIN
static/2020/05/postgres_connections_cgspace-week.png
Normal file
BIN
static/2020/05/postgres_connections_cgspace-week.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user