Skip to Main Content
Cloud Platform


This is an IBM Automation portal for Cloud Platform products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Submitted
Workspace WebSphere Liberty
Created by Guest
Created on Aug 20, 2024

Provide the ability to suppress selected messages completely, simiar to "hideMessage" but causing messages to becompletely suppresed.

It has been found that the writing of a very high volume of messages to the WebSphere Liberty messages.log has the ability to severely impact the performance of a server.  In this case, the z/OS Connect product running within a Liberty server was writing millions of GMOMW0005E messages to messages.log. The attempts to write all these messages to a file caused contention for the file, this in turn cause the pthread_yield function to be called. The pthread_yield processing involves setting a STIMER and as STIMER is native z/OS function,  zIIP eligible work had wait for the STIMER processing to run on CPs. This had a catastrophic impact on the performance of the system and it was very difficult to identify the root cause. 

The existing Liberty function "hideMessage" causes messages to be redirected from messages.log to trace.log, but that does not help in this scenario as it redirects the messages from messages.log to trace.log and the messages are still written to a file. 

While the problem was observed with z/OS Connect messages, any message that goes through the Liberty logging/tracing mechanism has the ability to trigger this problem. 

We're requesting an option which allows any messages reported via the Liberty tracing and logging mechanism to be completely suppressed. Ideally there would be configuration that would allow a number of the messages to be logged until a threashold is reached, so that any failures are not totally silent, but are not allowed to cause the performance problems. 

 

Idea priority Urgent
  • Guest
    Reply
    |
    Sep 11, 2024

    I have another z/OS Connect customer case TS017188812, where the trace.log was also getting large after using the 'hideMessage' function.