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

Use TransactionManager in the EventProcessorControlService to invoke TokenStore#retrieveStorageIdentifier #2985

Merged
merged 1 commit into from Feb 22, 2024

Conversation

smcvb
Copy link
Member

@smcvb smcvb commented Feb 22, 2024

This pull request adds usage of the TransactionManager to the TokenStore#retrieveStorageIdentifier operation in the EventProcessorControlService.
Without wrapping this task in a transaction, some databases will throw exceptions.
Thus, for users of databases with this requirement, load balancing simply doesn't occur at all through the load balancing strategy properties.

Use TransactionManager to fetch storage identifier. Without wrapping the
 TokenStore#retrieveStorageIdentifier task in a transaction, some
 databases will complain and not allow load balancing to occur at all
 through the properties.

#bug/add-transaction-manager
@smcvb smcvb added Type: Bug Use to signal issues that describe a bug within the system. Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Status: In Progress Use to signal this issue is actively worked on. labels Feb 22, 2024
@smcvb smcvb added this to the Release 4.9.3 milestone Feb 22, 2024
@smcvb smcvb requested a review from a team February 22, 2024 12:47
@smcvb smcvb self-assigned this Feb 22, 2024
@smcvb smcvb requested review from gklijs and CodeDrivenMitch and removed request for a team February 22, 2024 12:47
Copy link

sonarcloud bot commented Feb 22, 2024

@smcvb smcvb merged commit f690c1e into axon-4.9.x Feb 22, 2024
6 of 11 checks passed
@smcvb smcvb deleted the bug/add-transaction-manager branch February 22, 2024 13:49
@smcvb smcvb added Status: Resolved Use to signal that work on this issue is done. and removed Status: In Progress Use to signal this issue is actively worked on. labels Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Status: Resolved Use to signal that work on this issue is done. Type: Bug Use to signal issues that describe a bug within the system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants