Yokohama Patch 6 Hotfix 1
The Yokohama Patch 6 Hotfix 1 release contains fixes to these problems.
- Build information:
- Build date: 08-05-2025_2351
For more information about the release cycle, see the ServiceNow Release Cycle.
Fixed problem
| Problem | Short description | Description | Steps to reproduce |
|---|---|---|---|
|
Activity Stream PRB1923345 |
Activity Response Generation (ARG) updates for workspace are not included in Yokohama | ARG changes are missing in workspace. |
|
|
Analytics Data API PRB1845187 |
Drilling down on KPIs in a Performance Analytics dashboard produces the error 'No internet connection' | Drilling down on any value redirects the user to the KPI details page with a 'No Internet connection' error. |
Refer to the listed KB article for details. |
|
Application Manager PRB1924202 |
'My Company Application' ($mycompany appsmgmt.do) page isn't found | The 'My Company Application' page isn't found after upgrading Yokohama. |
Refer to the listed KB article for details. |
|
Cache PRB1922845 |
File handlers are left open if a LazyInputStream is closed before being read by LargeContentDiskCache | If LazyInput#close is called before the internal StreamSupplier is opened by LazyInput Stream#stream, the InputStream remains open until finalizers are calling during garbage collection. File handles are leaked when using LargeContent DiskCache and only call getMetadata() or contentExists(). Because the supplier is never invoked and the stream is never opened, closing the LazyInputStream doesn't close the underlying FileInputStream. These leaked file handles are only released when the garbage collector runs finalizers. |
Expected behavior: File descriptor entries is close to the original number. Actual behavior: Notice the 10's or 100's of additional file descriptor entries, indicating that the file handlers are left open. |
|
UX Framework PRB1923311 |
UX dependency tracing should use LargeContentDiskCache. getMetadata to avoid file touching | File descriptors should not increase when there is a cache hit. |
Notice that the file descriptors increase even when there's a cache hit. |
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.