Skip to content
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

ARTEMIS-3384 Fix bridge duplicate messages after reconnection #3652

Closed
wants to merge 1 commit into from

Conversation

brusdev
Copy link
Member

@brusdev brusdev commented Jul 14, 2021

No description provided.

@@ -240,6 +242,7 @@ private synchronized void addToCache(final ByteArray holder,
}

if (instantAdd) {
addToCacheInMemory(holder, recordID);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't get it.. wouldn't this be either in TX or not?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes but it isn't executed by TX if instantAdd = true

@asfgit asfgit closed this in 595af7f Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants