diff options
| author | Stuart P. Bentley <stuart@testtrack4.com> | 2015-04-16 21:11:25 +0000 |
|---|---|---|
| committer | Stuart P. Bentley <stuart@testtrack4.com> | 2015-04-16 21:11:25 +0000 |
| commit | 1a194a578c822ab3adc509006de58060cde7920e (patch) | |
| tree | 4ae044a09ef2418f29463de70fe624f38c342da2 /note/weedfs.txt | |
| parent | e736963f3c91972e05a9944d08ebc00096211c24 (diff) | |
| download | seaweedfs-1a194a578c822ab3adc509006de58060cde7920e.tar.xz seaweedfs-1a194a578c822ab3adc509006de58060cde7920e.zip | |
More consistency with SeaweedFS name
Among the changes, this replaces a couple instances of "Seaweed File System"
with "SeaweedFS", for the same reason that nobody says "Mongo Data Base".
Diffstat (limited to 'note/weedfs.txt')
| -rw-r--r-- | note/weedfs.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/note/weedfs.txt b/note/weedfs.txt index d07ad9484..329bb5690 100644 --- a/note/weedfs.txt +++ b/note/weedfs.txt @@ -3,7 +3,7 @@ How to submit a content 1.c Create a hash value 1.d find a write logic volume id, and return [logic volume id, {physical volume ids}] 2. submit to physical volumes -2.c +2.c generate the cookie generate a unique id as key choose the right altKey @@ -26,7 +26,7 @@ How to retrieve a content How to submit a content -1. send bytes to weedfs, got <volume id, key uint64, cookie code> +1. send bytes to SeaweedFS, got <volume id, key uint64, cookie code> store <key uint64, volume id uint32, cookie code uint32, ext>, and other information To read a content @@ -40,7 +40,7 @@ The directory server find a free logic volume id, start sending content to 3 machines if all of them finishes, return <logic volume id, key, cookie code> 2.on read content - based on logic volume id, pick a machine with less load, + based on logic volume id, pick a machine with less load, return <machine id> - + |
