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

v1.7.0 - Improve Memory Management for LDV Full Recalculations #636

Merged
merged 26 commits into from
Nov 5, 2024

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    6cab6e6 View commit details
    Browse the repository at this point in the history
  2. Fixes #615 by reducing the ongoing heap usage dedicated to subsequent…

    … batch chunks accessing state for parents that exist in multiple batch chunks
    jamessimone committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b4fefde View commit details
    Browse the repository at this point in the history
  3. Adds dataweave script to more performantly deserialize RollupState - …

    …stress testing was showing JSON.deserialize was taking as little as a half second but up to a FULL MINUTE to deserialize large amounts of state
    jamessimone committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6ddc83f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2615d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f444db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09415aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    877e8bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4afa363 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7965f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac91e77 View commit details
    Browse the repository at this point in the history
  11. Continued debugging

    jamessimone committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    db9f76e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3268419 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0e57c8a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4a94f7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5a01dd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8a780ed View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8eb8449 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    285e445 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3c3971c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a1226a5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    95634f9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3f34ca0 View commit details
    Browse the repository at this point in the history
  23. Fixes #638 by addressing a classic DST issue in RollupDateLiteral. Sl…

    …ight cleanup of RollupFinalizer and RollupParentResetProcessor
    jamessimone committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bb8788d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b776000 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    0a7781d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e01f049 View commit details
    Browse the repository at this point in the history