Harshavardhana
|
4a27ab0e58
|
Fix another deadlock inside CreateObjectPart() code, premature return without Unlocking()
Also this patch changes the cache key element to be interface{} type not string.
|
2015-07-05 20:26:32 -07:00 |
Harshavardhana
|
bab4a47525
|
Move to container/list datastructure from map[string][]byte
|
2015-07-04 17:08:23 -07:00 |
Harshavardhana
|
0a827305ad
|
Implement metadata cache, metadata cache is used by top level donut right now. Rename trove as data cache
We should use it internally everywhere.
|
2015-07-03 21:09:57 -07:00 |
Harshavardhana
|
14844f48dd
|
Make donut do everything as an atomic operation, this avoids all the deadlocks and races
|
2015-07-03 17:16:58 -07:00 |
Harshavardhana
|
8a4e7bcdcf
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
2015-07-03 14:36:29 -07:00 |