-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove secondary caching in ContentDefinitionManager, improve error message in DataMigrationManager #16212
Closed
Closed
Remove secondary caching in ContentDefinitionManager, improve error message in DataMigrationManager #16212
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
7fda7cb
try fix ConcurrencyException
hyzx86 18386eb
Merge branch 'main' into TypeUpdateConcurrencyException
hyzx86 0316bd9
Merge branch 'main' into TypeUpdateConcurrencyException
hyzx86 c95057b
Merge branch 'main' into TypeUpdateConcurrencyException
hyzx86 5050392
fix dependencies
hyzx86 a2f42c3
fix startup
hyzx86 fd79bad
clear
hyzx86 b4bd1a8
fix RequireFeatures
hyzx86 b26f81e
Merge branch 'main' into TypeUpdateConcurrencyException
hyzx86 fa4483a
restore Feature on MigrationFile
hyzx86 36fbf40
Merge branch 'TypeUpdateConcurrencyException' of https://github.com/h…
hyzx86 414f1ef
update
hyzx86 55541bc
Merge branch 'main' into TypeUpdateConcurrencyException
hyzx86 4fee32f
update MigrationName
hyzx86 4345ab3
Merge branch 'TypeUpdateConcurrencyException' of https://github.com/h…
hyzx86 0de24d1
Merge branch 'main' into TypeUpdateConcurrencyException
hyzx86 b3ef613
fix migrationManger
hyzx86 739ecc1
Merge branch 'TypeUpdateConcurrencyException' of https://github.com/h…
hyzx86 f4282c7
clear
hyzx86 d83450e
restore changes
hyzx86 f0e3ba6
clear code
hyzx86 173f2d8
Merge branch 'main' into TypeUpdateConcurrencyException
hyzx86 4185e4e
recurrence of problems
hyzx86 d1736cc
Remove L2 cache
hyzx86 68fe0f4
update use latest filter
hyzx86 bf3945f
restore changes
hyzx86 3514bb9
Merge branch 'main' into TypeUpdateConcurrencyException
hyzx86 70c09c8
restore changes
hyzx86 204077e
Merge branch 'TypeUpdateConcurrencyException' of https://github.com/h…
hyzx86 7033644
Merge branch 'main' into TypeUpdateConcurrencyException
hyzx86 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sebastienros should be the problem here, the Loadxx family of methods should no longer fetch content from the cache
/cc @MikeAlhayek
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @MikeAlhayek , do I need to revert these changes? Or do I keep them?
Because there is already a cache in the
ContentDefinitionStore
and a second-level cache would make the logic more complexThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we use both
MemoryCache
and Redis caching, it may have problems enabling distributed caching and multi-server deployments