Frederick F. Kautz IV
|
c3cda5d9a8
|
Adding comments to errors
|
10 years ago |
Frederick F. Kautz IV
|
ded090a8b0
|
Normalizing imports in api
|
10 years ago |
Frederick F. Kautz IV
|
8cbc1c2346
|
More api cleanup
|
10 years ago |
Frederick F. Kautz IV
|
452f0f8335
|
Cleaning up more api code
|
10 years ago |
Frederick F. Kautz IV
|
d644233054
|
Rename writeObjectHeaders to setObjectHeaders, fix writing multiple headers bug
|
10 years ago |
Harshavardhana
|
b748cf359a
|
More simplification to erasure also add two more test functions
|
10 years ago |
Frederick F. Kautz IV
|
86b32c2147
|
Minor change from trace to error log
|
10 years ago |
Frederick F. Kautz IV
|
d5db891094
|
Simplfying code in api, round 1. Decoupling functions which both write headers and data.
|
10 years ago |
Frederick F. Kautz IV
|
b165efdfcb
|
Refactoring pkg/utils/log, copying from golang's log and modifying
|
10 years ago |
Harshavardhana
|
767f4d1d8f
|
Let donut driver use log.Errorln wrapper
|
10 years ago |
Frederick F. Kautz IV
|
c901d0fb32
|
Fix for readers closing in erasure early
|
10 years ago |
Frederick F. Kautz IV
|
96e26335e2
|
Adding tests and a fix for get object where bucket is not found
|
10 years ago |
Frederick F. Kautz IV
|
ad370f341b
|
Fixing donut location
|
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 |
Anand Babu (AB) Periasamy
|
b44d2100db
|
cache decode matrix tables and matrix
|
10 years ago |
Harshavardhana
|
2d0be3e3b2
|
fix golint complaints
|
10 years ago |
Anand Babu (AB) Periasamy
|
bd39768de2
|
janitor duty on erasure-decode
|
10 years ago |
Frederick F. Kautz IV
|
eff48971ad
|
Adding iodine to donut bucket
|
10 years ago |
Frederick F. Kautz IV
|
d52dd5ed5b
|
Adding iodine to pkg/server/server.go
|
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 |
Harshavardhana
|
e1f4ed4650
|
Comment exported functions GetEncodedBlocksLen, GetEncodedBlockLen
|
10 years ago |
Harshavardhana
|
2cbd15b690
|
Golint fixes
|
10 years ago |
Harshavardhana
|
d967babbaa
|
Remove unnecessary if <block>
|
10 years ago |
Frederick F. Kautz IV
|
be229473b5
|
Updating iodine
|
10 years ago |
Harshavardhana
|
0f8021abd1
|
Fix nil pointer dereference when err is nil
|
10 years ago |
Frederick F. Kautz IV
|
1be3766ae6
|
Adding iodine annotation to donut.Start(path)
|
10 years ago |
Frederick F. Kautz IV
|
d06f5afdfc
|
Using iodine in donut.Start()
|
10 years ago |
Harshavardhana
|
b3c3a8d6f2
|
Avoid empty if else body..
|
10 years ago |
Harshavardhana
|
ada98c56c0
|
Fix minio hang in donut driver.
remove sending err to errorChannel until we figure out the right fix.
|
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 |