This website requires JavaScript.
Explore
Help
Sign In
blsmith
/
dc-deployments-automation
Watch
1
Star
0
Fork
0
You've already forked dc-deployments-automation
mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced
2025-12-13 16:33:08 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f539d33c5b181689fa3f7b9c01a234a709fa4b75
dc-deployments-automation
/
roles
/
linux_common
History
Denise Unterwurzacher
7ede9c8cc1
ITPLAT-399 Systemd cleans up files in /tmp older than 10 days. This removes the /tmp/.java_pid* file which is the socket created by the JVM that facilitates thread dumps. This file is never recreated once it's deleted, and the only way to recreate it and restore thread dump functionality is to restart the JVM. If using OpenJDK there is no
-F
option to force thread dumps which bypasses the socket. Once the file is deleted there is no way to take a thread dump on OpenJDK until a restart is performed. This commit excludes required java hooks including the pid file from systemd's cleanup. For more info:
https://bugzilla.redhat.com/show_bug.cgi?id=1704608
2021-01-13 11:47:19 -06:00
..
defaults
DCD-686: Move git version to where it is used.
2019-10-03 14:57:20 +10:00
files
ITPLAT-399 Systemd cleans up files in /tmp older than 10 days. This removes the /tmp/.java_pid* file which is the socket created by the JVM that facilitates thread dumps. This file is never recreated once it's deleted, and the only way to recreate it and restore thread dump functionality is to restart the JVM. If using OpenJDK there is no
-F
option to force thread dumps which bypasses the socket. Once the file is deleted there is no way to take a thread dump on OpenJDK until a restart is performed. This commit excludes required java hooks including the pid file from systemd's cleanup. For more info:
https://bugzilla.redhat.com/show_bug.cgi?id=1704608
2021-01-13 11:47:19 -06:00
molecule
/default
DCD-352: Fixes for molecule test.
2019-06-03 12:56:10 +10:00
tasks
ITPLAT-399 Systemd cleans up files in /tmp older than 10 days. This removes the /tmp/.java_pid* file which is the socket created by the JVM that facilitates thread dumps. This file is never recreated once it's deleted, and the only way to recreate it and restore thread dump functionality is to restart the JVM. If using OpenJDK there is no
-F
option to force thread dumps which bypasses the socket. Once the file is deleted there is no way to take a thread dump on OpenJDK until a restart is performed. This commit excludes required java hooks including the pid file from systemd's cleanup. For more info:
https://bugzilla.redhat.com/show_bug.cgi?id=1704608
2021-01-13 11:47:19 -06:00
.yamllint
DCD-224: Rename linux-common to linux_common for consistency.
2019-04-09 15:31:20 +10:00