-
Notifications
You must be signed in to change notification settings - Fork 47
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
Correctly order metadata and cache free operations #86
base: master
Are you sure you want to change the base?
Correctly order metadata and cache free operations #86
Conversation
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.
Looks good with a few excess items.
@@ -0,0 +1,113 @@ | |||
/* | |||
* Copyright 2025 Terracotta, Inc., a Software AG company. |
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.
SAG reference for a new file?
import com.terracottatech.frs.RestartStore; | ||
import com.terracottatech.frs.RestartStoreException; | ||
import com.terracottatech.frs.RestartStoreFactory; | ||
import com.terracottatech.frs.config.FrsProperty; |
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.
There are a few dead imports ...
|
||
} | ||
|
||
protected static void destroyMap(Map<?, ?> map) { |
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.
Did you mean to call this?
da79ef0
to
5609c18
Compare
…cache-consistency
…cache-consistency
…cache-consistency
5609c18
to
448765a
Compare
No description provided.