Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

akka.cluster.sharding - storage api update #4629

Closed
wants to merge 74 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
9919ddb
Add Dropped to Akka.Actor (migrated partially from https://github.com…
zbynek001 Nov 3, 2020
4762240
Logging of UnhandledMessage (migrated from https://github.com/akka/ak…
zbynek001 Nov 14, 2020
220dd0b
MessageBuffer implementations
zbynek001 Nov 11, 2020
c2d789f
TestKit logger with prefix
zbynek001 Nov 11, 2020
cc80e4b
sharding update
zbynek001 Nov 12, 2020
55b4537
sharding tests
zbynek001 Nov 12, 2020
ba28c66
sharding multinode tests
zbynek001 Nov 12, 2020
5cffe62
api approval
zbynek001 Nov 12, 2020
df19783
replace sqlite with MemoryJournalShared and local snapshot store
zbynek001 Nov 12, 2020
fb6ecc8
tests
zbynek001 Nov 13, 2020
5cb90af
snapshot inmem
zbynek001 Nov 13, 2020
ca3a3fa
backwards compatible PersistenceId for PersistentShardCoordinator
zbynek001 Nov 14, 2020
4d67fc2
test fix
zbynek001 Nov 14, 2020
2547e32
SnapshotStoreProxy & MemorySnapshotStoreShared
zbynek001 Nov 14, 2020
a0defd1
test snapshot store switched to shared inmem
zbynek001 Nov 14, 2020
02e2994
ExternalShardAllocationStrategy & tests
zbynek001 Nov 16, 2020
2bb32cb
ExternalShardAllocationStrategy API approval
zbynek001 Nov 16, 2020
aee94d3
test timing fix
zbynek001 Nov 16, 2020
f62f635
Merge branch 'dev' into sharding-update2
Aaronontheweb Dec 23, 2020
fc8d701
Merge branch 'dev' into sharding-update2
Arkatufus Dec 30, 2020
0ba18a7
review comments addressed
zbynek001 Jan 2, 2021
84a3330
IEquatable removed for singleton messages
zbynek001 Jan 3, 2021
0dca2a4
test fixes
zbynek001 Jan 3, 2021
5b4da3c
cleanup
zbynek001 Jan 3, 2021
1ab2252
test cleanup
zbynek001 Jan 4, 2021
6851a44
Merge remote-tracking branch 'remotes/akkadotnet/dev' into sharding-u…
zbynek001 Mar 8, 2021
cf60868
protobuf generated
zbynek001 Mar 8, 2021
3b30087
Merge remote-tracking branch 'remotes/akkadotnet/dev' into sharding-u…
zbynek001 Mar 10, 2021
20cc2c8
cleanup
zbynek001 Mar 10, 2021
704bfbf
Merge branch 'dev' of https://github.com/akkadotnet/akka.net into sha…
zbynek001 Apr 6, 2021
590f1e7
cleanup
zbynek001 Apr 6, 2021
5bdd442
Merge remote-tracking branch 'remotes/akkadotnet/dev' into sharding-u…
zbynek001 Jul 14, 2021
f799689
Race condition in DeprecatedSupervisionSpec fixed (migrated from http…
zbynek001 Jul 14, 2021
92e2a29
cleanup
zbynek001 Jul 14, 2021
2484e93
Small clarification of recovery strategy in config (migrated from htt…
zbynek001 Jul 14, 2021
759f8a9
Resolve snapshot check skipped for some events (migrated from https:/…
zbynek001 Jul 14, 2021
4d19943
additional sharding messages serialization, tests
zbynek001 Jul 14, 2021
cb35f11
api approval update
zbynek001 Jul 14, 2021
f84978b
disable durable storage on ShardRegionSpec
zbynek001 Jul 14, 2021
0a2f7bb
extend timeout for ExternalShardAllocationSpec
zbynek001 Jul 14, 2021
a610c06
naming conventions
zbynek001 Jul 15, 2021
3082d03
missing readonly added, updated syntax
zbynek001 Jul 15, 2021
c8575dd
renaming conventions
zbynek001 Jul 15, 2021
d01d619
Defer coordinator stop until region graceful stop has completed (migr…
zbynek001 Jul 28, 2021
e2efd10
sharding: actively signal 'region stopped' to the coordinator (migrat…
zbynek001 Jul 28, 2021
c68adab
racy test fix
zbynek001 Jul 28, 2021
fc58a9f
racy test verbose logging
zbynek001 Jul 28, 2021
e6fb13b
test update
zbynek001 Jul 28, 2021
cb4cac3
Merge remote-tracking branch 'remotes/akkadotnet/dev' into sharding-u…
zbynek001 Aug 3, 2021
be552bc
merge fix
zbynek001 Aug 3, 2021
c38268d
sharding ddata coordinator switch to ReadMajorityPlus/WriteMajorityPlus
zbynek001 Aug 3, 2021
44ccab1
more logs to debug tests
zbynek001 Aug 3, 2021
7c39c9f
more logs
zbynek001 Aug 3, 2021
9d0f515
Merge branch 'dev' into sharding-update2
Arkatufus Aug 3, 2021
c22b342
fix MultiNodeClusterSpec default timeouts
zbynek001 Aug 4, 2021
8916366
revert additional logs
zbynek001 Aug 4, 2021
b9631d6
override single-expect-default only for sharding tests
zbynek001 Aug 4, 2021
7b0e1b6
revert unrelated protobuf serializers
zbynek001 Aug 4, 2021
5b5a9a5
Merge branch 'dev' into sharding-update2
Arkatufus Aug 16, 2021
e11071e
Merge branch 'dev' into sharding-update2
Aaronontheweb Aug 18, 2021
05fd2ad
Fix StartEntitySpec instability (migrated from https://github.com/akk…
zbynek001 Aug 26, 2021
9335fb9
Quieter logging for ShardCoordinator initialization (migrated from ht…
zbynek001 Aug 26, 2021
ef73094
reduce default write-majority-plus for sharding (migrated from https:…
zbynek001 Aug 26, 2021
a6c1b8c
Merge remote-tracking branch 'remotes/akkadotnet/dev' into sharding-u…
zbynek001 Aug 26, 2021
95cd398
merge fix
zbynek001 Aug 26, 2021
fe8fc83
rebalance log fix
zbynek001 Sep 1, 2021
647346d
Merge branch 'dev' into sharding-update2
Aaronontheweb Feb 10, 2022
03abd3d
fixed compilation error from rebase
Aaronontheweb Feb 10, 2022
37af7c2
switch RememberEntitiesShardIdExtractorChangeSpec from ddata to persi…
zbynek001 Feb 10, 2022
645e3f6
disable durable storage on PersistentShardingMigrationSpec
zbynek001 Feb 10, 2022
2bfaf8d
clean up leveldb configuration
zbynek001 Feb 10, 2022
56304f9
Merge branch 'dev' into sharding-update2
Aaronontheweb Mar 4, 2022
ae4750b
Merge branch 'dev' into sharding-update2
Arkatufus Apr 5, 2022
c416295
Merge branch 'dev' into sharding-update2
Arkatufus Apr 12, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
api approval
  • Loading branch information
zbynek001 committed Nov 25, 2020
commit 5cffe6231adc3be4b328c8d2a71f06ff1f617e8e
Loading