Merge master into re feature branch (#29135)
* Merge master into feature branch * Formatting * Remove redundant fixme * Remove files that snuck in * Fix backoff supervisor test
This commit is contained in:
parent
7dfb34f37e
commit
b463a1adbd
2032 changed files with 24805 additions and 11402 deletions
|
|
@ -78,7 +78,7 @@ private[akka] object Shard {
|
|||
final case class LeaseAcquireResult(acquired: Boolean, reason: Option[Throwable]) extends DeadLetterSuppression
|
||||
final case class LeaseLost(reason: Option[Throwable]) extends DeadLetterSuppression
|
||||
|
||||
final case object LeaseRetry extends DeadLetterSuppression
|
||||
case object LeaseRetry extends DeadLetterSuppression
|
||||
private val LeaseRetryTimer = "lease-retry"
|
||||
|
||||
def props(
|
||||
|
|
@ -253,9 +253,10 @@ private[akka] class Shard(
|
|||
import ShardRegion.Passivate
|
||||
import ShardRegion.ShardInitialized
|
||||
import ShardRegion.handOffStopperProps
|
||||
import settings.tuningParameters._
|
||||
|
||||
import akka.cluster.sharding.ShardCoordinator.Internal.CoordinatorMessage
|
||||
import akka.cluster.sharding.ShardRegion.ShardRegionCommand
|
||||
import settings.tuningParameters._
|
||||
|
||||
private val rememberEntitiesStore: Option[ActorRef] =
|
||||
rememberEntitiesProvider.map { provider =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue