Productionize: GetShardRegionStats returns empty shard set on ask timeout (#27395)

This commit is contained in:
Helena Edelson 2019-07-25 08:00:34 -07:00 committed by GitHub
parent 051ff07ca2
commit 3534a0b977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 632 additions and 70 deletions

View file

@ -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