-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to the AccessLogger class to fix the server hangs in Z/OS #30411
base: integration
Are you sure you want to change the base?
Updates to the AccessLogger class to fix the server hangs in Z/OS #30411
Conversation
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_69AWMbnKEe-nk6z2vlGZZw Target locations of links might be accessible only to IBM employees. |
#libby #build (view Open Liberty Personal Build - ❌ completed with errors/failures.) (view Open Liberty Delivery Requirements Verification - ✅ completed successfully!) Note: Target locations of links might be accessible only to IBM employees. Note: Target locations of links might be accessible only to IBM employees. |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_zuqrAL4OEe-V7IPhyP5jiw Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
1 similar comment
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_iGhWEL6yEe-V7IPhyP5jiw Target locations of links might be accessible only to IBM employees. |
@@ -4,7 +4,7 @@ | |||
* are made available under the terms of the Eclipse Public License 2.0 | |||
* which accompanies this distribution, and is available at | |||
* http://www.eclipse.org/legal/epl-2.0/ | |||
* | |||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's update the copyright range fro 2004, 2022 -> 2004, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).Fixes #30371
A Timer instance field is initialised when the AccessLogger class is loaded, that can prevent the JVM from terminating gracefully in Z/OS because of a non-daemon thread. This PR fixes this and ensuring a clean and predictable shutdown process.