Harshavardhana
|
b748cf359a
|
More simplification to erasure also add two more test functions
|
10 years ago |
Frederick F. Kautz IV
|
c901d0fb32
|
Fix for readers closing in erasure early
|
10 years ago |
Frederick F. Kautz IV
|
53439d7768
|
Updating iodine to match new api
|
10 years ago |
Frederick F. Kautz IV
|
c5f10df957
|
Removing TODO
|
10 years ago |
Frederick F. Kautz IV
|
eaeeb4bef0
|
Refactoring erasure, each block is encoded by a function. Iodine included.
|
10 years ago |
Frederick F. Kautz IV
|
31746fdeb2
|
Adding iodine to donutObjectWriter.Write
|
10 years ago |
Frederick F. Kautz IV
|
caf7e41499
|
Adding iodine to object_writer
|
10 years ago |
Frederick F. Kautz IV
|
5cdf2564a5
|
Adding iodine to node_local
|
10 years ago |
Frederick F. Kautz IV
|
70a2217eb2
|
AddNode fails with proper error code when bucketid is malformed
|
10 years ago |
Frederick F. Kautz IV
|
cc64417481
|
Adding iodine to donut
|
10 years ago |
Frederick F. Kautz IV
|
40e311a919
|
Updating iodine to support new iodine.Error(error, map[string]string) error method
|
10 years ago |
Frederick F. Kautz IV
|
eff48971ad
|
Adding iodine to donut bucket
|
10 years ago |
Harshavardhana
|
58082cd8dc
|
Add gocyclo into source build, choosing cyclomatic complexity tolerance of 15 and below
|
10 years ago |
Harshavardhana
|
c366fdd2d8
|
loop only on readers once
|
10 years ago |
Frederick F. Kautz IV
|
be229473b5
|
Updating iodine
|
10 years ago |
Harshavardhana
|
b3c3a8d6f2
|
Avoid empty if else body..
|
10 years ago |
Frederick F. Kautz IV
|
1ae74591f6
|
Adding iodine
|
10 years ago |
Frederick F. Kautz IV
|
cf2550b267
|
Populate buckets at start
|
10 years ago |
Harshavardhana
|
653ea50a59
|
Erasure technique is now uint8, handle it appropriately
|
10 years ago |
Anand Babu (AB) Periasamy
|
fa9b1f341b
|
erasure encode janitor duty
|
10 years ago |
Harshavardhana
|
6a87ed001c
|
Handle errors properly during erasure Decoding, also populate technique and verify
|
10 years ago |
Harshavardhana
|
0474439b43
|
Code restructuring, assigning proper subsystems to each
- Drivers contain
* donut/*
* file/*
* memory/*
- Storage format contains
* donut/*
- GetObject() --> renamed to GetObjectReader()
- Deleted stale objectwriter.go, renamed donutwriter.go to object_writer.go
Simplifying, and documenting codebase further
|
10 years ago |
Frederick F. Kautz IV
|
3c4012f1e7
|
Adding donut backend and setting as default
|
10 years ago |
Harshavardhana
|
914962bd93
|
Implement log package as drop-in replacement for handling Debug log-level
|
10 years ago |
Frederick F. Kautz IV
|
f91f5e59ee
|
Running gofmt manually, auto gofmt didn't simplify code
|
10 years ago |
Frederick F. Kautz IV
|
56a298fd6a
|
Refactoring method variable names for erasureWriter struct
|
10 years ago |
Frederick F. Kautz IV
|
d57e9d6c18
|
Adding sys. as reserved in erasureWriter
|
10 years ago |
Frederick F. Kautz IV
|
b2f47ef446
|
Switching content hashing from sha512 to md5
|
10 years ago |
Frederick F. Kautz IV
|
b2c3172095
|
Adding sha512 support for pre-encoded data and verification on decode
|
10 years ago |
Frederick F. Kautz IV
|
befac7d047
|
Exorcising donutbox
|
10 years ago |
Frederick F. Kautz IV
|
eb8005cc65
|
Reading correct block size in erasure coded data
|
10 years ago |
Harshavardhana
|
3929135c34
|
Make sure we use O_EXCL with O_CREATE to make sure we don't trip over existing file
|
10 years ago |
Harshavardhana
|
2fa9320df2
|
De-couple donut into smaller files, useful for ease in external integration
|
10 years ago |
Frederick F. Kautz IV
|
55f3659bb3
|
Removing log tracers
|
10 years ago |
Frederick F. Kautz IV
|
03f51eac29
|
Adding list objects to donut
|
10 years ago |
Harshavardhana
|
4b9fbd3b3a
|
DonutfileWriter should return value of file.Close()
|
10 years ago |
Frederick F. Kautz IV
|
ced6edc9fe
|
Minor change, removing unnecessary commented method
|
10 years ago |
Frederick F. Kautz IV
|
99cf484488
|
Adding GetObjectMetadata to donut
|
10 years ago |
Frederick F. Kautz IV
|
703af6c3ce
|
Removing gob from donut driver
|
10 years ago |
Harshavardhana
|
95affcb119
|
Fix build issues for new DonutDriver()
|
10 years ago |
Frederick F. Kautz IV
|
933d44c656
|
New donut driver with local file encoding
|
10 years ago |
Harshavardhana
|
2b0b5f014a
|
Update license header Mini should be Minimalist really
|
10 years ago |
Harshavardhana
|
c3602967ab
|
Fix bucketpolicy to handle s3 and minio policy names separately.
Also fix an apparent bug in GetBucketPolicy{}
|
10 years ago |
Frederick F. Kautz IV
|
2c69433588
|
Adding interfaces for donut driver
|
10 years ago |
Frederick F. Kautz IV
|
bf86e78714
|
Renaming files to match
|
10 years ago |
Frederick F. Kautz IV
|
1c9e550ee6
|
Renaming encoded driver to donutstorage
|
10 years ago |
Frederick F. Kautz IV
|
d6be8d3517
|
Removing block size from donut writer, no longer necessary
|
10 years ago |
Harshavardhana
|
74b3d092f2
|
Now MinioAPI handles Content-MD5 set during putObject()
- This change also facilitates proper error response
in case of md5 mismatch or corruption
- TODO a test function needs to be implemented
|
10 years ago |
Harshavardhana
|
dccf32e5c4
|
Remove contenttype pseudo func()
|
10 years ago |
Frederick F. Kautz IV
|
90b337a3e8
|
Fixing order of input and layout in time.Parse
|
10 years ago |