E533 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

Merged
goedderz merged 10 commits intodevelfrom
move-async-tasks-cleanup
Jun 3, 2025
Merged

Move async task cleanup before transaction destruction#21734
goedderz merged 10 commits intodevelfrom
move-async-tasks-cleanup

Conversation

@jbajic
Copy link
Copy Markdown
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:

@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