-
Notifications
You must be signed in to change notification settings - Fork 12
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
separate-projections-poc: MigrationProjectionCache #76
base: main
Are you sure you want to change the base?
Conversation
145fb89
to
17e56a5
Compare
@@ -494,55 +494,6 @@ default <IN> void bulkUpsert(BulkMapper<IN> mapper, List<IN> input, BulkParams p | |||
TransactionLocal getTransactionLocal(); | |||
} | |||
|
|||
public static class CheckingQueryExecutor implements QueryExecutor { |
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.
It doesn't work. I gave birth to this, I will kill it
@@ -494,55 +494,6 @@ default <IN> void bulkUpsert(BulkMapper<IN> mapper, List<IN> input, BulkParams p | |||
TransactionLocal getTransactionLocal(); | |||
} | |||
|
|||
public static class CheckingQueryExecutor implements QueryExecutor { |
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.
It doesn't work, I gave birth to this, I will kill it
public class TransactionLocal { | ||
private final Map<Supplier<?>, Object> singletons = new IdentityHashMap<>(); |
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.
I think that this singletons is made for case when in tx wasn't any query. But this objects is lightwave, maybe we can do it without singletons? Else I have to do some painful refactoring for this feature ;(
17e56a5
to
c9b0228
Compare
No description provided.