Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: akka/akka-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.16
Choose a base ref
...
head repository: akka/akka-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.17
Choose a head ref
  • 8 commits
  • 36 files changed
  • 3 contributors

Commits on Feb 9, 2026

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

Commits on Feb 12, 2026

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

Commits on Feb 20, 2026

  1. feat: add periodic stale-region-detection for ShardCoordinator (#32892)

    * feat: add stale-region-detection safety net for ShardCoordinator
    
    * switch to a re-watch mechanism
    
    * docs: add paragraph for Stale region detection
    
    * Revert "docs: add paragraph for Stale region detection"
    
    This reverts commit b5b4564.
    
    * fix: use duration converters and use timer with fixed delay
    
    * add warning log for found stale regions
    janikdotzel authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    fa8f803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e6f26 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. perf: Prioritized Terminated Message Handling in Akka Cluster Shard…

    …ing Coordinator (#32891)
    
    * add stashAtHead() internal API to StashSupport
    * use stashAtHead for Terminated in ShardCoordinator
    * test: prove self.tell(Terminated) drop and stashAtHead re-delivery
    janikdotzel authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    64ecc4b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Configuration menu
    Copy the full SHA
    0dcff50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370fe2b View commit details
    Browse the repository at this point in the history
Loading