pekko/akka-cluster-sharding/src/main/scala
Kirill Plyashkevich 87687c18df Fixes #22246
when `State` is persisted (a snapshot is saved) `rememberEntities` value is not included, but when the snapshot is loaded `rememberEntities` is not set from settings, that makes messages replay end up with wrong state as some of the message are processed with `rememberEntities` taken into account.
2017-02-01 18:10:47 +03:00
..
akka/cluster/sharding Fixes #22246 2017-02-01 18:10:47 +03:00