Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

feat(split): child notify parent catch up #390

Merged
merged 29 commits into from
Mar 11, 2020
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cea7e44
child async learn and catch up
hycdong Sep 20, 2019
7d2beff
small fix
hycdong Sep 23, 2019
caa40fb
Merge branch 'master' into child_async_learn_2
hycdong Sep 23, 2019
79a906c
merge master and fix conflicy
hycdong Oct 12, 2019
8df5b0d
Merge branch 'child_async_learn_2' of github.com:hycdong/rdsn into ch…
hycdong Oct 14, 2019
a1ae859
Merge branch 'master' into child_async_learn_2
hycdong Oct 15, 2019
c8a25ca
Merge branch 'master' into child_async_learn_2
hycdong Oct 25, 2019
a2c9827
Merge branch 'master' into child_async_learn_2
Dec 3, 2019
436cdf6
Merge branch 'master' into child_async_learn_2
Dec 3, 2019
bd64cce
merge master
hycdong Jan 6, 2020
4c91133
Merge branch 'master' into child_async_learn_2
hycdong Jan 8, 2020
94c6ca3
Merge branch 'master' into child_async_learn_2
Jan 10, 2020
fcd9404
Merge branch 'master' into child_async_learn_2
hycdong Jan 10, 2020
49fc63b
fix according to review
hycdong Jan 13, 2020
335add8
Merge branch 'pegasus' into child_async_learn_2
hycdong Feb 7, 2020
7bc22db
add comments, remove useless ut
hycdong Feb 7, 2020
24f3e5b
fix bug and format code
hycdong Feb 7, 2020
ee40711
remove useless file
hycdong Feb 7, 2020
57653c4
add code and test
hycdong Feb 7, 2020
cfb024b
fix bugs
hycdong Feb 10, 2020
3087881
small fix
hycdong Feb 20, 2020
f97d59c
small fix
hycdong Feb 20, 2020
588370a
Merge branch 'master' into child_catch_up
hycdong Feb 25, 2020
9bfebdb
Merge branch 'master' into child_catch_up
hycdong Feb 28, 2020
c6ccea7
Merge branch 'master' into child_catch_up
hycdong Mar 2, 2020
5d19f80
Merge branch 'master' into child_catch_up
acelyc111 Mar 4, 2020
d64703e
fix by code review
hycdong Mar 10, 2020
aacc3a3
refactor notift_catch_up_rpc
hycdong Mar 10, 2020
3ffba9b
Merge branch 'master' into child_catch_up
acelyc111 Mar 11, 2020
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
1 change: 1 addition & 0 deletions include/dsn/dist/replication/replication.codes.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ MAKE_EVENT_CODE(LPC_REPLICATION_COLD_BACKUP, TASK_PRIORITY_COMMON)
MAKE_EVENT_CODE(LPC_EXEC_COMMAND_ON_REPLICA, TASK_PRIORITY_LOW)
MAKE_EVENT_CODE(LPC_PARTITION_SPLIT, TASK_PRIORITY_LOW)
MAKE_EVENT_CODE(LPC_PARTITION_SPLIT_ERROR, TASK_PRIORITY_COMMON)
MAKE_EVENT_CODE_RPC(RPC_SPLIT_NOTIFY_CATCH_UP, TASK_PRIORITY_COMMON)
MAKE_EVENT_CODE(LPC_REPLICATION_LOW, TASK_PRIORITY_LOW)
MAKE_EVENT_CODE(LPC_REPLICATION_COMMON, TASK_PRIORITY_COMMON)
MAKE_EVENT_CODE(LPC_REPLICATION_HIGH, TASK_PRIORITY_HIGH)
Expand Down
117 changes: 117 additions & 0 deletions include/dsn/dist/replication/replication_types.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading