Skip to content
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

Open
wants to merge 2 commits into
base: integration
Choose a base branch
from

Conversation

seshadhri-aswath
Copy link
Contributor

@seshadhri-aswath seshadhri-aswath commented Dec 13, 2024

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.

@seshadhri-aswath
Copy link
Contributor Author

seshadhri-aswath commented Dec 13, 2024

#build (view Open Liberty Personal Build - ❌ completed with errors/failures.)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 1 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

@LibbyBot
Copy link

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.

@ncpibm
Copy link
Contributor

ncpibm commented Dec 19, 2024

#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.

@LibbyBot
Copy link

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.

@LibbyBot
Copy link

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 1 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

1 similar comment
@LibbyBot
Copy link

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 1 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

@ncpibm
Copy link
Contributor

ncpibm commented Dec 20, 2024

#build (view Open Liberty Personal Build - ❌ completed with errors/failures.)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 1 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

@LibbyBot
Copy link

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/
*
*
Copy link
Member

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP AccessLogging prevents CICS JVM from terminating
4 participants