storj/pkg/storage/segments
aligeti 7ce94627f1
Implements Data Repair Interfaces in Stream Store (#455)
* 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

* adding the repair() func

* update test case to use new IDFromString function

* modified the repair() and updated streams mock

* modified the repair() and updated streams mock

* Options struct

* adding the repair() func

* modified the repair() and updated streams mock

* modified the repair() and updated streams mock

* integrating the segment repair()

* development repair with hack working

* repair segment changes

* integrated with mini hacks and rigged up test case with dev debug info

* integrated with ec and overlay

* added repair test case

* made the getNewUniqueNodes() to recursively go thru choose() to find get the required number of unique nodes

* cleaned up code
2018-10-30 14:06:12 -04:00
..
common.go Refactor List in PointerDB (#163) 2018-07-27 09:02:59 +03:00
mock_store.go Implements Data Repair Interfaces in Stream Store (#455) 2018-10-30 14:06:12 -04: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 Implements Data Repair Interfaces in Stream Store (#455) 2018-10-30 14:06:12 -04:00
store.go Implements Data Repair Interfaces in Stream Store (#455) 2018-10-30 14:06:12 -04:00