Project

General

Profile

Idea #9162

Updated by Brett Smith almost 8 years ago

Functional requirements: 

 * When sending trash lists to Keepstores, Data Manager sends lists to correct overreplication. 
 * Of all the keepstores that currently have the block, the block should be trashed from the server(s) that are lowest in the current rendezvous hash order.    e.g., if a block with desired replication 2 has rendezvous hash order D, B, C, A, and it currently lives on D, C, and A, it should be trashed deleted from A. 

Back