Productionize: GetShardRegionStats returns empty shard set on ask timeout (#27395)
This commit is contained in:
parent
051ff07ca2
commit
3534a0b977
14 changed files with 632 additions and 70 deletions
|
|
@ -252,7 +252,7 @@ private[akka] class Shard(
|
|||
def processChange[E <: StateChange](event: E)(handler: E => Unit): Unit =
|
||||
handler(event)
|
||||
|
||||
def receive = receiveCommand
|
||||
def receive: Receive = receiveCommand
|
||||
|
||||
// Don't send back ShardInitialized so that messages are buffered in the ShardRegion
|
||||
// while awaiting the lease
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue