8bc2332d9a
The current logic for doing recovery from a source to a target shourd is tightly coupled with the underlying network pipes. This changes decouple the two, making it easier to add unit tests for shard recovery that doesn't involve the node and network environment. On top that, RecoveryTarget is renamed to RecoveryTargetService leaving space to renaming RecoveryStatus to RecoveryTarget (and thus avoid the confusion we have today with RecoveryState). Correspondingly RecoverySource is renamed to RecoverySourceService. Closes #16605 |
||
---|---|---|
.. | ||
src/main | ||
build.gradle | ||
version.properties |