mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2015-12-03
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
5ea7866144
commit
822aca8228
@ -77,3 +77,15 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
|
|||||||
- The authorizations for the item are all public READ, and I don't see any errors in dspace.log when browsing that item
|
- The authorizations for the item are all public READ, and I don't see any errors in dspace.log when browsing that item
|
||||||
- I filed a ticket on Atmire's issue tracker
|
- I filed a ticket on Atmire's issue tracker
|
||||||
- I also filed a ticket on Atmire's issue tracker for the PostgreSQL stuff
|
- I also filed a ticket on Atmire's issue tracker for the PostgreSQL stuff
|
||||||
|
|
||||||
|
## 2015-12-03
|
||||||
|
|
||||||
|
- CGSpace very slow, and monitoring emailing me to say its down, even though I can load the page (very slowly)
|
||||||
|
- Idle postgres connections look like this (with no change in DSpace db settings lately):
|
||||||
|
|
||||||
|
```
|
||||||
|
$ psql -c 'SELECT * from pg_stat_activity;' | grep cgspace | grep -c idle
|
||||||
|
29
|
||||||
|
```
|
||||||
|
|
||||||
|
- I restarted Tomcat and postgres...
|
||||||
|
@ -158,6 +158,21 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
|
|||||||
<li>The authorizations for the item are all public READ, and I don’t see any errors in dspace.log when browsing that item</li>
|
<li>The authorizations for the item are all public READ, and I don’t see any errors in dspace.log when browsing that item</li>
|
||||||
<li>I filed a ticket on Atmire’s issue tracker</li>
|
<li>I filed a ticket on Atmire’s issue tracker</li>
|
||||||
<li>I also filed a ticket on Atmire’s issue tracker for the PostgreSQL stuff</li>
|
<li>I also filed a ticket on Atmire’s issue tracker for the PostgreSQL stuff</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2015-12-03:012a628feed6d64ae1151cbd6151ccd6">2015-12-03</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>CGSpace very slow, and monitoring emailing me to say its down, even though I can load the page (very slowly)</li>
|
||||||
|
<li>Idle postgres connections look like this (with no change in DSpace db settings lately):</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ psql -c 'SELECT * from pg_stat_activity;' | grep cgspace | grep -c idle
|
||||||
|
29
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I restarted Tomcat and postgres…</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -97,6 +97,21 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
|
|||||||
<li>I filed a ticket on Atmire&rsquo;s issue tracker</li>
|
<li>I filed a ticket on Atmire&rsquo;s issue tracker</li>
|
||||||
<li>I also filed a ticket on Atmire&rsquo;s issue tracker for the PostgreSQL stuff</li>
|
<li>I also filed a ticket on Atmire&rsquo;s issue tracker for the PostgreSQL stuff</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2015-12-03:012a628feed6d64ae1151cbd6151ccd6">2015-12-03</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>CGSpace very slow, and monitoring emailing me to say its down, even though I can load the page (very slowly)</li>
|
||||||
|
<li>Idle postgres connections look like this (with no change in DSpace db settings lately):</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ psql -c 'SELECT * from pg_stat_activity;' | grep cgspace | grep -c idle
|
||||||
|
29
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I restarted Tomcat and postgres&hellip;</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
@ -97,6 +97,21 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
|
|||||||
<li>I filed a ticket on Atmire&rsquo;s issue tracker</li>
|
<li>I filed a ticket on Atmire&rsquo;s issue tracker</li>
|
||||||
<li>I also filed a ticket on Atmire&rsquo;s issue tracker for the PostgreSQL stuff</li>
|
<li>I also filed a ticket on Atmire&rsquo;s issue tracker for the PostgreSQL stuff</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2015-12-03:012a628feed6d64ae1151cbd6151ccd6">2015-12-03</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>CGSpace very slow, and monitoring emailing me to say its down, even though I can load the page (very slowly)</li>
|
||||||
|
<li>Idle postgres connections look like this (with no change in DSpace db settings lately):</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ psql -c 'SELECT * from pg_stat_activity;' | grep cgspace | grep -c idle
|
||||||
|
29
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I restarted Tomcat and postgres&hellip;</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user