Yokohama Patch 8 Hotfix 1
Summarize
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 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
For more information about the release cycle, see the ServiceNow Release Cycle.
Fixed problem
| Problem | Short description | Description | Steps to reproduce |
|---|---|---|---|
|
Access Control PRB1893600 |
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. |
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.