Update notes for 2019-03-21

This commit is contained in:
2019-03-21 23:52:33 +02:00
parent 2316f94a1d
commit 1f1348392b
3 changed files with 10 additions and 10 deletions

View File

@ -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
<!-- vim: set sw=2 ts=2: -->