Sharding request-to-start but already started logging (#29545)
This commit is contained in:
parent
9b709df2d0
commit
192be028a0
1 changed files with 2 additions and 1 deletions
|
|
@ -772,6 +772,7 @@ private[akka] class Shard(
|
|||
private def startEntity(entityId: EntityId, ackTo: Option[ActorRef]): Unit = {
|
||||
entities.entityState(entityId) match {
|
||||
case Active(_) =>
|
||||
if (verboseDebug)
|
||||
log.debug("Request to start entity [{}] (Already started)", entityId)
|
||||
touchLastMessageTimestamp(entityId)
|
||||
ackTo.foreach(_ ! ShardRegion.StartEntityAck(entityId, shardId))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue