| 411 | } |
| 412 | |
| 413 | int getDestWorkFactor() { |
| 414 | // Work of moving a shard is even across destination servers |
| 415 | return WORK_FULL_UTILIZATION / SERVER_KNOBS->RELOCATION_PARALLELISM_PER_DEST_SERVER; |
| 416 | } |
| 417 | |
| 418 | // Data movement's resource control: Do not overload servers used for the RelocateData |
| 419 | // return true if servers are not too busy to launch the relocation |
no outgoing calls
no test coverage detected