storj/pkg/storage/segments
Cameron f5c115596e filter out excluded nodes when repairing (#426)
* add filter field into OverlayOptions message

* chooseFiltered method, add excluded parameter in populate method

* change excluded type to []dht.NodeID in ChooseFiltered, change comment

* change name filter to excluded_nodes in proto

* implement helper function contains

* delete ChooseFiltered and add its functionality into Choose method to keep original author's history, add excluded argument into Choose calls

* regenerate mock_client.go

* regenerate protobuf

* update test case to use new IDFromString function

* remove old kademlia test code
2018-10-15 13:42:36 -04:00
..
common.go Refactor List in PointerDB (#163) 2018-07-27 09:02:59 +03:00
mock_store.go Clean up last segment handling (#408) 2018-10-03 16:05:40 +03:00
peek_test.go adds inline segment support for segmentstore (#162) 2018-08-01 16:25:06 -04:00
peek.go adds inline segment support for segmentstore (#162) 2018-08-01 16:25:06 -04:00
size_test.go Fixes V3-176 - Segment size is stored in the pointer (#185) 2018-07-31 18:49:23 -04:00
size.go Fixes V3-176 - Segment size is stored in the pointer (#185) 2018-07-31 18:49:23 -04:00
store_test.go filter out excluded nodes when repairing (#426) 2018-10-15 13:42:36 -04:00
store.go filter out excluded nodes when repairing (#426) 2018-10-15 13:42:36 -04:00