vinyl: start scheduler for remote recovery
The amount of data sent when bootstrapping replica is only limited by the master's disk size, which can exceed the size of available memory by orders of magnitude. So we need the scheduler to be up and running while bootstrapping from the remote host so that it could schedule dumps when the quota limit is hit.
Showing
- src/box/vinyl.c 21 additions, 6 deletionssrc/box/vinyl.c
- src/box/vy_cache.c 2 additions, 1 deletionsrc/box/vy_cache.c
- src/box/vy_quota.h 17 additions, 4 deletionssrc/box/vy_quota.h
- test/vinyl/join_quota.lua 9 additions, 0 deletionstest/vinyl/join_quota.lua
- test/vinyl/replica_quota.result 55 additions, 0 deletionstest/vinyl/replica_quota.result
- test/vinyl/replica_quota.test.lua 26 additions, 0 deletionstest/vinyl/replica_quota.test.lua
Loading
Please register or sign in to comment