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

(fix) Future queries do not trigger flush on BatchedPstmtHolder for #3319 #3322

Merged
merged 1 commit into from Feb 9, 2024

Conversation

rbygrave
Copy link
Member

@rbygrave rbygrave commented Feb 2, 2024

This change is that findFutureCount, findFutureList, findFutureIds do not trigger a flush on BatchedPstmtHolder.

This is to address the possible ConcurrentModificationException that could occur at BatchedPstmtHolder.closeStatements(BatchedPstmtHolder.java:153)

…3319

This change is that findFutureCount, findFutureList, findFutureIds do not trigger a flush on BatchedPstmtHolder.

This is to address the possible ConcurrentModificationException that could occur at BatchedPstmtHolder.closeStatements(BatchedPstmtHolder.java:153)
@rbygrave rbygrave self-assigned this Feb 2, 2024
@rbygrave rbygrave linked an issue Feb 2, 2024 that may be closed by this pull request
@rbygrave rbygrave added this to the 13.26.1 milestone Feb 9, 2024
@rbygrave rbygrave merged commit c71971e into master Feb 9, 2024
2 checks passed
@rbygrave rbygrave deleted the fix/3319 branch February 9, 2024 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ConcurrentModificationException through async getTotalCount
1 participant