8000 Move async task cleanup before transaction destruction by jbajic · Pull Request #21734 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Move async task cleanup before transaction destruction #21734

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

Merged
merged 10 commits into from
Jun 3, 2025

Conversation

jbajic
Copy link
Contributor
@jbajic jbajic commented Apr 28, 2025

Scope & Purpose

Move the cleanup of async prefetch tasks before we invalidate the transaction, since there might be a possibility that some async prefetch tasks might use the transaction object.

  • 💩 Bugfix
  • 🍕 New feature
  • 🔥 Performance improvement
  • 🔨 Refactoring/simplification

Checklist

  • Tests
    • Regression tests
    • C++ Unit tests
    • integration tests
    • resilience tests
  • 📖 CHANGELOG entry made
  • 📚 documentation written (release notes, API changes, ...)
  • Backports
    • Backport for 3.12.0: (Please link PR)
    • Backport for 3.11: (Please link PR)
    • Backport for 3.10: (Please link PR)

Related Information

(Please reference tickets / specification / other PRs etc)

  • Docs PR:
  • Enterprise PR:
  • GitHub issue / Jira ticket:
  • Design document:

8000 @jbajic jbajic self-assigned this Apr 28, 2025
@cla-bot cla-bot bot added the cla-signed label Apr 28, 2025
@jbajic jbajic requested a review from goedderz April 28, 2025 08:14
@goedderz goedderz merged commit ac9a528 into devel Jun 3, 2025
7 checks passed
@goedderz goedderz deleted the move-async-tasks-cleanup branch June 3, 2025 07:49
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.

2 participants
0