Yokohama Patch 8 Hotfix 1

  • Release version: Yokohama
  • Updated October 29, 2025
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Yokohama Patch 8 Hotfix 1

    The Yokohama Patch 8 Hotfix 1, released on October 29, 2025, addresses several issues identified in previous versions. This hotfix is critical for optimizing performance and resolving concurrency problems in ServiceNow instances.

    Show full answer Show less

    Key Features

    • Build Information:
      • Build date: October 26, 2025
      • Build tag: glide-yokohama-12-18-2024patch8-hotfix1-10-15-2025
    • Fixed Problems:
      • Access Control: Optimized performance related to archive tables (PRB1893600).
      • Activity Stream: Resolved a Concurrent Modification Exception by replacing HashMap with ConcurrentHashMap (PRB1928872).
      • Event Management: Fixed issues with alerts on Application Services displaying incorrect PRCs (PRB1639714).
    • Upgrade Information:

      Customers can safely upgrade from any prior version listed, including Yokohama Patch 1 through 8, which contain relevant PRB fixes.

    Key Outcomes

    By applying this hotfix, ServiceNow customers can expect improved performance, enhanced stability, and corrected alert functionalities within their applications. It is important to review the detailed steps for reproducing issues and ensure a smooth upgrade process.

    The Yokohama Patch 8 Hotfix 1 release contains fixes to these problems.

    Build information:
    Build date: 10-26-2025_2315
    Build tag: glide-yokohama-12-18-2024__patch8-hotfix1-10-15-2025
    Important:
    For more information about how to upgrade an instance, see ServiceNow upgrades.

    For more information about the release cycle, see the ServiceNow Release Cycle.

    Note:
    This ServiceNow AI Platform major family release is now available in ServiceNow's Regulated Market environments. For more information about services available in isolated environments, see KB0743854.

    Fixed problem

    Problem Short description Description Steps to reproduce

    Access Control

    PRB1893600

    KB2178333

    RecordFamilyResolver. archiveTable HasACLTerms needs more optimization Performance issues with reports on customer instances with a big number of archive tables.

    Refer to the listed KB article for details.

    Activity Stream

    PRB1928872

    The CanReadRepo class encounters a Concurrent Modification Exception This concurrency issue arises because the class uses a HashMap, which is not thread-safe. The HashMap should be replaced with a ConcurrentHashMap to ensure thread-safe operations and prevent the exception.

    Event Management

    PRB1639714

    Alerts on an Application Service have empty PRCs Alerts on an Application Service appear in the list of 'Impacted Services/CIs' of some change request. These alerts have empty PRCs and they have only one change request instead of two.
    1. Define the Manual Application Service.
    2. Define the Change Request for the Application Service.
    3. Send the event to some CI of the Application Service.
    4. Open the generated alert.
    5. Navigate to the PRC.
      • Observe that the alert has the PRC 'Change on Application Service.'
    6. Send the event to the Application Service.
    7. Open the generated alert.
    8. Navigate to the PRC.
      • Observe that the alert has the PRC 'Change on Application Service.'
    9. Create another change request on a different CI.
    10. Add the defined Application Service to the list of Impacted CIs of the change request.
    11. Send the event to the Application Service.
    12. Open the generated alert.
    13. Navigate to the PRC.

    Observe that the alert has only one change request, but it should have two.

    Fixes included

    Unless any exceptions are noted, you can safely upgrade to this release version from any of the versions listed below. These prior versions contain PRB fixes that are also included with this release. Be sure to upgrade to the latest listed patch that includes all of the PRB fixes you are interested in.