tnextday
fcddc4e984
store task cli: update
10 years ago
tnextday
f5e8efb11e
*: update
10 years ago
tnextday
67518171db
*: update
10 years ago
tnextday
69831c40fe
util: http Post auto make url
util: add RemoteApiCall
*: add store task client
store task: auto clean task when finish
10 years ago
tnextday
7b2e53461f
Add `CollectionSetttings` util
10 years ago
tnextday
3578628e48
*: update
10 years ago
tnextday
2f25bfd0d0
Needle: add a reserve flag `FlagIsExtendNeedle`
10 years ago
tnextday
bb5bfef107
StoreTask: send heartbeat when commit the replicat task
10 years ago
tnextday
f9ddb6598c
Store: add a task manager to handler some volume task, such as replication, vacuum, balancing data. master can query task status using http long polling
Store: save NeedleMapKind value in Store
VolumeServer: add store task manager interface
Volume: rename `CleanReader` to `PureReader`
Makefile: format code before build
joinmessage: add `GolobalSetting` in join response
*: simplify code use `gofmt -s`
10 years ago
tnextday
83c8bd4e8b
Replica pacement now set by global or collection settting, we can change it anytime, then the cluster will automate replica the volume(developing).
10 years ago
tnextday
0260a9c030
Update volume layout when volume option have changed
10 years ago
chrislusf
e921cb1a9d
format changes
10 years ago
tnextday
3e304e51e9
master server can reset the replicate replacement
10 years ago
tnextday
30746b7ec6
set_replica allow set all or by collection
10 years ago
tnextday
3bfb2d09cb
Volume server add "/admin/set_replica" handle to update volume replica placement setting
10 years ago
tnextday
39c97f8955
update
10 years ago
tnextday
acf4d44f7e
update
10 years ago
tnextday
848930ab5a
fix forever loop problem
10 years ago
tnextday
8454b05319
fix ScanDirtyData bug
10 years ago
tnextday
9d03f763dc
Volume server add `/admin/sync/vol_data` handler to serve cleaned volume date
10 years ago
tnextday
864e92550b
test DirtyDatas.Search
10 years ago
tnextday
77e3581a52
Add CleanDataReader, auto fill zero in deleted needle
10 years ago
tnextday
a74e2bed2c
go imports
`Needle.ReadNeedleBody` add CRC check and warning
10 years ago
tnextday
662915e691
Delete all chunks when delete a ChunkManifest
LoadChunkManifest can uncompress buffer
move compress.go from storage to operation because of import cycle
MakeFile add cross complete command
10 years ago
tnextday
2c0a7fe75e
complete submit chunked file
10 years ago
tnextday
de5e07ce3e
rename FlagChunkedFile to FlagChunkManifest
10 years ago
tnextday
6b0894d806
update ChunkedFile to seekable reader, so we can use io.* to read data
10 years ago
tnextday
1817864a45
add chunk file helper to support large file
10 years ago
Timur Nurutdinov
4b0904e9c4
fix extract collection name from .dat file
10 years ago
chrislusf
320e946d50
fix ttl change detection
https://github.com/chrislusf/seaweedfs/issues/166
10 years ago
chrislusf
430f371a97
fix wrong logic
10 years ago
chrislusf
9b8f8f4bb9
add logging
10 years ago
chrislusf
2c595d2d16
skip isFileUnchanged checking since ttl always change
skip checking since ttl always change. Fixing
https://github.com/chrislusf/seaweedfs/issues/166
10 years ago
chrislusf
a4d3f2da3d
Avoid nil case when fixing data
10 years ago
chrislusf
418878edce
In case lastNode==0, need to set it to -1
Fix https://github.com/chrislusf/seaweedfs/issues/156
11 years ago
chrislusf
86cd40fba8
Add "weed backup" command.
This is a pre-cursor for asynchronous replication.
11 years ago
chrislusf
36a31771f1
Add Key String() function
11 years ago
chrislusf
8f88d382a5
Rename variables
11 years ago
chrislusf
85bfab612c
Add comments
11 years ago
chrislusf
c7cf4fa46c
Fix looking for master nodes.
11 years ago
chrislusf
3188382ea7
More debug information for connecting to master
11 years ago
chrislusf
b8314fb054
Textual changes.
11 years ago
chrislusf
66317b8438
Increase compact revision during each compaction
11 years ago
chrislusf
dac3b592ed
Add compact revision in volume super block
11 years ago
yanyiwu
dc47db5512
unittest: TestSortVolumeInfos
11 years ago
yanyiwu
b7a18580b8
Sort VolumeInfos by VolumeId in Store.Status();
Ordered VolumeInfos is more Human-readable,
especially when there is a lot of volumes.
11 years ago
chrislusf
5c81fa1075
Prepend prefix "0" for odd number of hex characters.
11 years ago
Stuart P. Bentley
f0c2a2dcb3
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
11 years ago
chrislusf
49d639ecab
Add error checking for file reads.
11 years ago
chrislusf
b96911c517
remove verbose logging.
11 years ago