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

Examine Persistence Actor Dispatcher timings #7081

Draft
wants to merge 46 commits into
base: dev
Choose a base branch
from

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    adab09d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e3c02 View commit details
    Browse the repository at this point in the history
  3. added debug log

    Aaronontheweb committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    185d5ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    272b962 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    fa5bd37 View commit details
    Browse the repository at this point in the history
  2. minor code clean up

    Aaronontheweb committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7b8b538 View commit details
    Browse the repository at this point in the history
  3. MemoryJournal cleanup

    Aaronontheweb committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ef8fd68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caf93d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30897ff View commit details
    Browse the repository at this point in the history
  6. Revert "disable sync thread dispatcher"

    This reverts commit 30897ff.
    Aaronontheweb committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fbb0980 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0178cd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7206cca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    daf2c8c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    26108a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    852375f View commit details
    Browse the repository at this point in the history
  2. fixed final cases

    Aaronontheweb committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0de3cc9 View commit details
    Browse the repository at this point in the history
  3. formatting

    Aaronontheweb committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ef22f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a33110a View commit details
    Browse the repository at this point in the history
  5. enable DEBUG logging

    Aaronontheweb committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b8a7245 View commit details
    Browse the repository at this point in the history
  6. more debug logging

    Aaronontheweb committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4af443a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    190e972 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. more debug logging

    Aaronontheweb committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    663a88d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    8192cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a221b7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f963565 View commit details
    Browse the repository at this point in the history
  4. Fix journal interceptor, make sure that Ask operation are short enoug…

    …h so that it wouldn't be masked by other exceptions
    Arkatufus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7788e72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aeb68c8 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fix-AkkaPersistenceTestKitTests' of github.com:Aaronont…

    …heweb/akka.net into fix-AkkaPersistenceTestKitTests
    Arkatufus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c777bc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afc24df View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    8f84ff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68e2192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7da6a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5157e05 View commit details
    Browse the repository at this point in the history
  5. Measure RecoveryPermitter

    Arkatufus committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    40bcb35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94de668 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    dbc4165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260d1fa View commit details
    Browse the repository at this point in the history
  3. fix wrong dispatcher name

    Arkatufus committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3da6e15 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix-AkkaPersistenceTestKitTest-Greg' of github.com:Arka…

    …tufus/akka.net into fix-AkkaPersistenceTestKitTest-Greg
    Arkatufus committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2860d80 View commit details
    Browse the repository at this point in the history
  5. fix AsyncQueue deadlock

    Arkatufus committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    23992bb View commit details
    Browse the repository at this point in the history
  6. Revert "fix AsyncQueue deadlock"

    This reverts commit 23992bb.
    Arkatufus committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0ac0957 View commit details
    Browse the repository at this point in the history
  7. Disable AsyncQueue

    Arkatufus committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f65914d View commit details
    Browse the repository at this point in the history
  8. Revert dispatcher changes

    Arkatufus committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a464bb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    97d7dd6 View commit details
    Browse the repository at this point in the history
  2. Revert AsyncQueue changes

    Arkatufus committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    77a3c3d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    91a1d52 View commit details
    Browse the repository at this point in the history