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(discovery): discovery synchronization for stale lost targets #689

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    f2aa3f6 View commit details
    Browse the repository at this point in the history
  2. synchronize on lock while building/pruning owner chains to avoid dupl…

    …icate entity creation in different transactions
    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ce53188 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4208c7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a49cccf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39d75de View commit details
    Browse the repository at this point in the history
  6. Revert "remove unnecessary locking"

    This reverts commit c3bb2df.
    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    04edac5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e14582d View commit details
    Browse the repository at this point in the history
  8. cleanup

    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f086691 View commit details
    Browse the repository at this point in the history
  9. cleanup

    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1f140a4 View commit details
    Browse the repository at this point in the history
  10. rename

    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ce4a438 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43fa9a6 View commit details
    Browse the repository at this point in the history
  12. refactor

    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8165146 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7b1005 View commit details
    Browse the repository at this point in the history
  14. lower log level

    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1937597 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4bb7ba2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3ea949e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    32b9f96 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5b412a2 View commit details
    Browse the repository at this point in the history
  19. decouple target JVM ID retrieval from persistence, handle in separate…

    … worker threads, attempt reconnections periodically
    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6516b4b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ee3605e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bcd6c9d View commit details
    Browse the repository at this point in the history
  22. refactor to use quartz for scheduling delayed connection, and reuse l…

    …ogic for periodic updates vs on-discovery updates
    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2589069 View commit details
    Browse the repository at this point in the history
  23. remove unused case

    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4df0254 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    63b876f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2e35062 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9b4a2d0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d826832 View commit details
    Browse the repository at this point in the history
  28. cleanup

    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    62b9eda View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0b3d552 View commit details
    Browse the repository at this point in the history
  30. reduce delay

    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    10fa20b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e6da47d View commit details
    Browse the repository at this point in the history
  32. updates should continue even if JVM ID is already known, so that acti…

    …ve recordings can be updated as well
    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    35885ed View commit details
    Browse the repository at this point in the history
  33. rename

    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    675caaf View commit details
    Browse the repository at this point in the history
  34. rules ignore target discovery when JVM ID is still blank, act later a…

    …fter JVM ID is determined
    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2d13dd8 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3301825 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c2b8d3f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d747ede View commit details
    Browse the repository at this point in the history
  38. Revert "handle events in ordered serial fashion"

    This reverts commit c2b8d3f.
    andrewazores committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ef99212 View commit details
    Browse the repository at this point in the history