-
Notifications
You must be signed in to change notification settings - Fork 353
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
Cache Service Static Instance Bug #2890
Comments
GCHQDev404
added a commit
that referenced
this issue
Feb 18, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 18, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 18, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 18, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 18, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 18, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 19, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 19, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 19, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 19, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 19, 2023
GCHQDev404
added a commit
that referenced
this issue
Feb 20, 2023
This was referenced Feb 21, 2023
t92549
pushed a commit
that referenced
this issue
Feb 22, 2023
* gh-2890 cache service single static instance bug removal. * Revert "gh-2890 cache service single static instance bug removal." This reverts commit 59b23ab. * gh-2890 cache service single static instance bug removal. K.I.S.S * gh-2890 cache service single static instance bug removal. K.I.S.S Tests * gh-2890 cache service. delete backwards compatibility 1.12 * gh-2890 cache service single static instance bug removal. K.I.S.S Tests * gh-2890 cache service single static instance bug removal. spotbugs * gh-2890 cache service static instance bug. proof test. * checkstyle * gh-2581 getTraits to use operation, tidy up. --------- Co-authored-by: GCHQDev404 <GCHQDev404@users.noreply.github.com>
Closed by #2893 |
GCHQDev404
added a commit
that referenced
this issue
Feb 27, 2023
GCHQDev404
added a commit
that referenced
this issue
Mar 1, 2023
GCHQDev404
added a commit
that referenced
this issue
Mar 1, 2023
GCHQDev404
added a commit
that referenced
this issue
Mar 1, 2023
GCHQDev404
added a commit
that referenced
this issue
Mar 2, 2023
GCHQDev404
added a commit
that referenced
this issue
Mar 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Cache service is Static, which means that any attempt to use a new cache can wipe/swap the cache.
This is horrendous for FederatedStore which uses the cache to store graphs. This is an Ancient bug but since the internal GraphStorage java object has been removed since #2595 this bug has appeared during docker containers testing.
Truth Table of error and behaviour below.
To Reproduce
The text was updated successfully, but these errors were encountered: