From 1f1348392bbf6360af1cf105d9e9fa918051f54a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 21 Mar 2019 23:52:33 +0200 Subject: [PATCH] Update notes for 2019-03-21 --- content/posts/2019-03.md | 2 +- docs/2019-03/index.html | 8 ++++---- docs/sitemap.xml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/posts/2019-03.md b/content/posts/2019-03.md index aed26e03c..6ffda294c 100644 --- a/content/posts/2019-03.md +++ b/content/posts/2019-03.md @@ -593,7 +593,7 @@ $ grep 'Can not load requested doc' cocoon.log.2019-03-21 | grep -oE '2019-03-21 - To investigate the Solr lock issue I added a `find` command to the Tomcat 7 service with `ExecStartPre` and `ExecStopPost` and noticed that the lock files are always there... - Perhaps the lock files are less of an issue than I thought? - I will share my thoughts with the dspace-tech community -- In other news, I notice that that systemd always thinks that Tomcat has failed when it stops because the JVM exits with code 143, which is apparently normal +- In other news, I notice that that systemd always thinks that Tomcat has failed when it stops because the JVM exits with code 143, which is apparently normal when processes gracefully receive a SIGTERM (128 + 15 == 143) - We can add `SuccessExitStatus=143` to the systemd service so that it knows this is a successful exit diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html index 560e862dc..60097f4e9 100644 --- a/docs/2019-03/index.html +++ b/docs/2019-03/index.html @@ -25,7 +25,7 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca - + @@ -55,9 +55,9 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca "@type": "BlogPosting", "headline": "March, 2019", "url": "https://alanorth.github.io/cgspace-notes/2019-03/", - "wordCount": "3715", + "wordCount": "3726", "datePublished": "2019-03-01T12:16:30+01:00", - "dateModified": "2019-03-21T00:36:18+02:00", + "dateModified": "2019-03-21T23:47:09+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -819,7 +819,7 @@ $ grep 'Can not load requested doc' cocoon.log.2019-03-21 | grep -oE '2019-03-21
  • Perhaps the lock files are less of an issue than I thought?
  • I will share my thoughts with the dspace-tech community
  • -
  • In other news, I notice that that systemd always thinks that Tomcat has failed when it stops because the JVM exits with code 143, which is apparently normal +
  • In other news, I notice that that systemd always thinks that Tomcat has failed when it stops because the JVM exits with code 143, which is apparently normal when processes gracefully receive a SIGTERM (128 + 15 == 143)