Chris Lu
|
09ca936c78
|
shell: add ec.decode command
|
2019-12-23 12:48:20 -08:00 |
|
Chris Lu
|
f61de28c69
|
volume: add deletion capability for previously readonly volumes
|
2019-12-19 00:42:46 -08:00 |
|
Chris Lu
|
10bd3c6b4b
|
refactoring
|
2019-12-08 19:44:16 -08:00 |
|
Chris Lu
|
6827cabfbb
|
volume: dataFileAccessLock change to RW Lock
|
2019-12-06 06:59:57 -08:00 |
|
Chris Lu
|
1becbce657
|
display remote volumes on volume server ui page
|
2019-12-02 23:23:54 -08:00 |
|
Chris Lu
|
ec8de250e2
|
tiered storage: can copy to s3, read from s3
master not aware tiered volume yet, file assigning is not working yet
|
2019-12-02 15:08:31 -08:00 |
|
Chris Lu
|
f60154f330
|
master load backend storage config from master.toml
|
2019-11-28 18:33:18 -08:00 |
|
Chris Lu
|
b7156291a8
|
adjust variable names
|
2019-10-29 23:16:43 -07:00 |
|
Chris Lu
|
19b6a16003
|
changed from os.file to backend.DataStorageBackend
|
2019-10-29 00:35:16 -07:00 |
|
Chris Lu
|
faec9076a4
|
adjust parameter names
|
2019-10-21 22:57:01 -07:00 |
|
j.laycock
|
6fc6322c90
|
Change joeslay paths to chrislusf paths
|
2019-09-12 14:18:21 +01:00 |
|
joeslay
|
9ea9a5e97a
|
Merge pull request #5 from chrislusf/master
merge seaweed master
|
2019-09-11 10:25:27 +01:00 |
|
Chris Lu
|
02710f9624
|
refactoring: remove unused functions
|
2019-09-09 10:03:41 -07:00 |
|
Chris Lu
|
0f861d23a2
|
avoid nil needle map
fix https://github.com/chrislusf/seaweedfs/issues/1061
|
2019-09-09 09:48:08 -07:00 |
|
j.laycock
|
5885ab67b3
|
rename volume property MemoryMap to MemoryMapMaxSizeMB
|
2019-09-05 11:56:48 +01:00 |
|
Tom Maxwell
|
4a878c0006
|
Changed the InMemory bool to a uint32 so that it can be used to alter how much space to reserve
|
2019-09-04 15:27:14 +01:00 |
|
j.laycock
|
1f01eb78e8
|
Rename mem_map to mMap, remove some in_memory variables being passed around, added MemoryMapped member to volume struct
|
2019-09-03 17:00:59 +01:00 |
|
Tom Maxwell
|
d637d86d22
|
Changes to try and pass the URL parameters through - in memory flag not working still
|
2019-09-03 15:41:28 +01:00 |
|
j.laycock
|
595a1beff0
|
Swap imports to use joeslay
|
2019-09-02 11:28:40 +01:00 |
|
Chris Lu
|
d829df4f59
|
volume: protect against nil needle map
fix @mastak reported nil problem in https://github.com/chrislusf/seaweedfs/issues/1037
|
2019-08-14 01:08:01 -07:00 |
|
Chris Lu
|
e40634e6b4
|
volume: fail the volume deletion if compaction is in progress
fix https://github.com/chrislusf/seaweedfs/issues/1035
|
2019-08-12 00:53:50 -07:00 |
|
Chris Lu
|
33b3366043
|
volume: avoid compacting wait group
|
2019-07-21 13:49:59 -07:00 |
|
Chris Lu
|
115558e5f5
|
adjust counters
|
2019-06-17 21:02:50 -07:00 |
|
Chris Lu
|
289fd7eb39
|
count number of volumes and ec shards
|
2019-06-16 02:24:15 -07:00 |
|
Chris Lu
|
7e80b2b882
|
fix multiple bugs
|
2019-06-03 02:26:31 -07:00 |
|
Chris Lu
|
f919d0235c
|
ec encode volumes quiet for a period of time
|
2019-05-31 23:41:17 -07:00 |
|
Chris Lu
|
3b3651dea3
|
volume: atomic copying file, adds version and stopOffset
|
2019-04-19 12:29:49 -07:00 |
|
Chris Lu
|
ac2727853f
|
fix needle map entry size
|
2019-04-19 00:39:34 -07:00 |
|
Chris Lu
|
e5506152c0
|
refactoring
|
2019-04-18 21:43:36 -07:00 |
|
Chris Lu
|
b142f9f1d5
|
go fmt
|
2019-04-18 00:19:18 -07:00 |
|
Chris Lu
|
0e33272f56
|
small refactoring
|
2019-04-10 23:39:53 -07:00 |
|
stlpmo-jn
|
c1a0403da2
|
repair the error replications of the volume
|
2019-04-10 19:41:55 +08:00 |
|
Chris Lu
|
95e0520182
|
weed volume: add grpc operation to relicate a volume to local
|
2019-03-23 11:33:34 -07:00 |
|
Chris Lu
|
ece9d13312
|
volume info collect compact revision number
|
2019-03-18 09:32:21 -07:00 |
|
Chris Lu
|
aca653c08b
|
weed shell: list volumes
|
2019-03-17 20:27:08 -07:00 |
|
bingoohuang
|
ab6be025d7
|
go fmt and fix some typo
|
2019-01-17 09:17:19 +08:00 |
|
Chris Lu
|
9383c91eb1
|
wait to read again if the volume is compacting
|
2019-01-05 19:52:17 -08:00 |
|
Chris Lu
|
f050b22d6c
|
close file in ScanVolumeFile()
fix https://github.com/chrislusf/seaweedfs/issues/761
|
2018-11-04 00:28:24 -07:00 |
|
Chris Lu
|
3699996985
|
add compaction test
|
2018-06-23 16:48:19 -07:00 |
|
mtolman
|
e4b1e5c3c8
|
Fix for issue #635
Fix for the following issue on master: https://github.com/chrislusf/seaweedfs/issues/635
|
2018-04-17 13:26:48 -06:00 |
|
brstgt
|
4fb5bb09b6
|
Remove obsolete property Volume.dataFileSize
|
2017-01-20 16:31:11 +01:00 |
|
Chris Lu
|
ed44f12f6d
|
support Fallocate on linux
|
2017-01-08 11:01:46 -08:00 |
|
Chris Lu
|
13e7069eb9
|
keep track of total data file size
|
2017-01-06 10:22:20 -08:00 |
|
Chris Lu
|
f54f530ada
|
adjust verbose logging
|
2016-11-13 14:07:51 -08:00 |
|
霍晓栋
|
ce1f7ab662
|
makediff func with UT case
|
2016-10-07 16:22:24 +08:00 |
|
霍晓栋
|
ed848425c7
|
supplemental data between compacting and commit compacting
|
2016-09-29 13:57:23 +08:00 |
|
Chris Lu
|
d981eb282f
|
refactor volume_read_write.go out of volume.go
|
2016-07-03 00:10:27 -07:00 |
|
Chris Lu
|
576573711a
|
refactoring
|
2016-07-02 23:58:23 -07:00 |
|
Chris Lu
|
3d8df0f709
|
refactor volume_loading.go out of volume.go
|
2016-07-02 23:56:49 -07:00 |
|
Chris Lu
|
582d5d526c
|
refactoring
|
2016-07-02 23:50:58 -07:00 |
|