-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove CL Item ContentVersion short circuit
To avoid repeated CL Item sync tasks, we'll compare the item and image cached content versions, and skip fetching the OVF envelope if they match. But since we've added fields to the image Status (like Disks[]) in v1a3, those new fields won't be updated until the item changes. The big hammer for this is to just remove the check instead of including another internal version in the cached version. Short term, this will cause an increase in the number of sync tasks, but the existing OVF cache will reduce that somewhat. There is a larger WIP in this area that will fix this bug without the increase in sync tasks.
- Loading branch information
Bryan Venteicher
committed
Jan 8, 2025
1 parent
bde56e4
commit 56e758e
Showing
4 changed files
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters