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

Issue #4890 trigger leak analysis #5295

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on May 27, 2024

  1. Use record for trigger state

    reinhapa committed May 27, 2024
    Configuration menu
    Copy the full SHA
    61b0222 View commit details
    Browse the repository at this point in the history
  2. Removed unused methods, no longer use thread local

    - Use default 'equals' implementation of record
    - Store all thread related data within a central concurrent hash map in
      order to better track potential leaking data
    reinhapa committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3d5bb50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f8acc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cb7783 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    728a894 View commit details
    Browse the repository at this point in the history
  6. Fix missing headers

    reinhapa committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1473c21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    490e687 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f301b5f View commit details
    Browse the repository at this point in the history