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

Zbynek001 sharding update2 #5857

Merged
merged 77 commits into from
Apr 20, 2022

Commits on Nov 25, 2020

  1. Add Dropped to Akka.Actor (migrated partially from akka/akka#27160)

    Log Dropped from DeadLetterListener
    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    9919ddb View commit details
    Browse the repository at this point in the history
  2. Logging of UnhandledMessage (migrated from akka/akka#28414)

    * make use of the existing logging of dead letter
      also for UnhandledMessage
    
    Supress ActorSelectionMessage with DeadLetterSuppression (migrated from akka/akka#28341)
    * for example the Cluster InitJoin message is marked with DeadLetterSuppression
      but was anyway logged because sent with actorSelection
    * for other WrappedMessage than ActorSelectionMessage we shouldn't unwrap and publish
      the inner in SuppressedDeadLetter because that might loose some information
    * therefore those are silenced in the DeadLetterListener instead
    
    Better deadLetter logging of wrapped messages (migrated from akka/akka#28253)
    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    4762240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    220dd0b View commit details
    Browse the repository at this point in the history
  4. TestKit logger with prefix

    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    c2d789f View commit details
    Browse the repository at this point in the history
  5. sharding update

    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    cc80e4b View commit details
    Browse the repository at this point in the history
  6. sharding tests

    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    55b4537 View commit details
    Browse the repository at this point in the history
  7. sharding multinode tests

    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    ba28c66 View commit details
    Browse the repository at this point in the history
  8. api approval

    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    5cffe62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df19783 View commit details
    Browse the repository at this point in the history
  10. tests

    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    fb6ecc8 View commit details
    Browse the repository at this point in the history
  11. snapshot inmem

    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    5cb90af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca3a3fa View commit details
    Browse the repository at this point in the history
  13. test fix

    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    4d67fc2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2547e32 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a0defd1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    02e2994 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2bb32cb View commit details
    Browse the repository at this point in the history
  18. test timing fix

    zbynek001 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    aee94d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

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

Commits on Dec 30, 2020

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

Commits on Jan 2, 2021

  1. review comments addressed

    zbynek001 committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    0ba18a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Configuration menu
    Copy the full SHA
    84a3330 View commit details
    Browse the repository at this point in the history
  2. test fixes

    zbynek001 committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    0dca2a4 View commit details
    Browse the repository at this point in the history
  3. cleanup

    zbynek001 committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    5b4da3c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. test cleanup

    zbynek001 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    1ab2252 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    6851a44 View commit details
    Browse the repository at this point in the history
  2. protobuf generated

    zbynek001 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    cf60868 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    3b30087 View commit details
    Browse the repository at this point in the history
  2. cleanup

    zbynek001 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    20cc2c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    704bfbf View commit details
    Browse the repository at this point in the history
  2. cleanup

    zbynek001 committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    590f1e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    5bdd442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f799689 View commit details
    Browse the repository at this point in the history
  3. cleanup

    zbynek001 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    92e2a29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2484e93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    759f8a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d19943 View commit details
    Browse the repository at this point in the history
  7. api approval update

    zbynek001 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    cb35f11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f84978b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a2f7bb View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. naming conventions

    zbynek001 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    a610c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3082d03 View commit details
    Browse the repository at this point in the history
  3. renaming conventions

    zbynek001 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    c8575dd View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    d01d619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2efd10 View commit details
    Browse the repository at this point in the history
  3. racy test fix

    zbynek001 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    c68adab View commit details
    Browse the repository at this point in the history
  4. racy test verbose logging

    zbynek001 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    fc58a9f View commit details
    Browse the repository at this point in the history
  5. test update

    zbynek001 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e6fb13b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    cb4cac3 View commit details
    Browse the repository at this point in the history
  2. merge fix

    zbynek001 committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    be552bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c38268d View commit details
    Browse the repository at this point in the history
  4. more logs to debug tests

    zbynek001 committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    44ccab1 View commit details
    Browse the repository at this point in the history
  5. more logs

    zbynek001 committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    7c39c9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d0f515 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    c22b342 View commit details
    Browse the repository at this point in the history
  2. revert additional logs

    zbynek001 committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    8916366 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9631d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b0e1b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

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

Commits on Aug 18, 2021

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

Commits on Aug 26, 2021

  1. Fix StartEntitySpec instability (migrated from akka/akka#30537)

    The old logic allowed a race condition where the 'StartEntity' from the
    test arrived at the ShardRegion before the termination of the actor did,
    causing it to ignore the `StartEntity`.
    zbynek001 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    05fd2ad View commit details
    Browse the repository at this point in the history
  2. Quieter logging for ShardCoordinator initialization (migrated from ak…

    …ka/akka#30488)
    
    Log the first retry on 'info', then 'warning', and finally 'error'
    zbynek001 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9335fb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef73094 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6c1b8c View commit details
    Browse the repository at this point in the history
  5. merge fix

    zbynek001 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    95cd398 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. rebalance log fix

    zbynek001 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    fe8fc83 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    647346d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03abd3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37af7c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    645e3f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bfaf8d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

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

Commits on Apr 5, 2022

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

Commits on Apr 12, 2022

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

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    4cdde2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be634f View commit details
    Browse the repository at this point in the history
  3. fix XML-DOC warnings

    Aaronontheweb committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    6bedc7c View commit details
    Browse the repository at this point in the history