mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes for 2019-02-14
This commit is contained in:
parent
0d16f7c888
commit
09f1c859e5
@ -647,5 +647,17 @@ $ podman run --name dspacedb -v /home/aorth/.local/lib/containers/volumes/dspace
|
||||
|
||||
- The issue last month was address space, which is now set as `LimitAS=infinity` in `tomcat7.service`...
|
||||
- I re-ran the Ansible playbook to make sure all configs etc were the, then rebooted the server
|
||||
- Still the error persists after reboot
|
||||
- I will try to stop Tomcat and then remove the locks manually:
|
||||
|
||||
```
|
||||
# find /home/cgspace.cgiar.org/solr/ -iname "write.lock" -delete
|
||||
```
|
||||
|
||||
- After restarting Tomcat the usage statistics are back
|
||||
- Interestingly, many of the locks were from last month, last year, and even 2015! I'm pretty sure that's not supposed to be how locks work...
|
||||
- Help Sarah Kasyoka finish an item submission that she was having issues with due to the file size
|
||||
- I increased the nginx upload limit, but she said she was having problems and couldn't really tell me why
|
||||
- I logged in as her and completed the submission with no problems...
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -42,7 +42,7 @@ sys 0m1.979s
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-02/" />
|
||||
<meta property="article:published_time" content="2019-02-01T21:37:30+02:00"/>
|
||||
<meta property="article:modified_time" content="2019-02-14T02:03:32+02:00"/>
|
||||
<meta property="article:modified_time" content="2019-02-14T19:44:18+02:00"/>
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="February, 2019"/>
|
||||
@ -89,9 +89,9 @@ sys 0m1.979s
|
||||
"@type": "BlogPosting",
|
||||
"headline": "February, 2019",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2019-02/",
|
||||
"wordCount": "3579",
|
||||
"wordCount": "3685",
|
||||
"datePublished": "2019-02-01T21:37:30+02:00",
|
||||
"dateModified": "2019-02-14T02:03:32+02:00",
|
||||
"dateModified": "2019-02-14T19:44:18+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -892,6 +892,19 @@ $ podman run --name dspacedb -v /home/aorth/.local/lib/containers/volumes/dspace
|
||||
<ul>
|
||||
<li>The issue last month was address space, which is now set as <code>LimitAS=infinity</code> in <code>tomcat7.service</code>…</li>
|
||||
<li>I re-ran the Ansible playbook to make sure all configs etc were the, then rebooted the server</li>
|
||||
<li>Still the error persists after reboot</li>
|
||||
<li>I will try to stop Tomcat and then remove the locks manually:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code># find /home/cgspace.cgiar.org/solr/ -iname "write.lock" -delete
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>After restarting Tomcat the usage statistics are back</li>
|
||||
<li>Interestingly, many of the locks were from last month, last year, and even 2015! I’m pretty sure that’s not supposed to be how locks work…</li>
|
||||
<li>Help Sarah Kasyoka finish an item submission that she was having issues with due to the file size</li>
|
||||
<li>I increased the nginx upload limit, but she said she was having problems and couldn’t really tell me why</li>
|
||||
<li>I logged in as her and completed the submission with no problems…</li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-02/</loc>
|
||||
<lastmod>2019-02-14T02:03:32+02:00</lastmod>
|
||||
<lastmod>2019-02-14T19:44:18+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -209,7 +209,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-02-14T02:03:32+02:00</lastmod>
|
||||
<lastmod>2019-02-14T19:44:18+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -220,7 +220,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-02-14T02:03:32+02:00</lastmod>
|
||||
<lastmod>2019-02-14T19:44:18+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -232,13 +232,13 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-02-14T02:03:32+02:00</lastmod>
|
||||
<lastmod>2019-02-14T19:44:18+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-02-14T02:03:32+02:00</lastmod>
|
||||
<lastmod>2019-02-14T19:44:18+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user