Refactor remember entitites in shards (#28776)

* DData and Persistence based remember entitites refactored
* Order methods in the order of init in the shard.
* Some bad isolation between test cases causing problems
* Test coverage for remember entities store failures
* WithLogCapturing where applicable
* MiMa filters
* Timeouts from config for persistent remember entities
* Single method for deliver, less utf-8 encoding
* Include detail on write failure
* Don't send message to dead letter if it is actually handled in BackOffSupervisor
* Back off supervisor log format plus use warning for hitting max restarts
* actor/message based spi
* Missing assert that node had joined cluster
This commit is contained in:
Johan Andrén 2020-04-03 14:57:49 +02:00 committed by GitHub
parent 4c81ef838b
commit 722b68e7cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 1725 additions and 929 deletions