chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2022-07-29 00:17:28 -07:00 |
|
Chris Lu
|
885ca34748
|
volume: fail fast if idx files are missing
fix https://github.com/chrislusf/seaweedfs/issues/1796
|
2021-02-11 00:44:40 -08:00 |
|
bingoohuang
|
7256902fb0
|
fix typo offset.ToAcutalOffset to offset.ToActualOffset
|
2021-02-07 12:11:51 +08:00 |
|
Chris Lu
|
9708df47d1
|
ensure offset in the index file is positive
|
2020-10-31 15:50:01 -07:00 |
|
Chris Lu
|
6560ac6466
|
volume loading: trim out unreachable idx file content
fix https://github.com/chrislusf/seaweedfs/issues/1583
|
2020-10-29 22:25:23 -07:00 |
|
Chris Lu
|
744c5594da
|
volume: automatically trim out unreachable entries
|
2020-10-28 01:14:39 -07:00 |
|
shibinbin
|
a67eb1afa1
|
fix: restart volumeserver sometime occurred out of memory error
|
2020-10-28 12:03:06 +08:00 |
|
Chris Lu
|
ea26a98753
|
volume: validate volume correctness if last entry is a deletion
|
2020-09-12 04:07:04 -07:00 |
|
Chris Lu
|
9d4bdfcfdf
|
fix volume integrity checking
|
2020-09-11 11:34:10 -07:00 |
|
Chris Lu
|
ee11d98650
|
refactoring
|
2020-08-18 17:35:19 -07:00 |
|
Chris Lu
|
6a92f0bc7a
|
refactoring to typed Size
Go is amazing with refactoring!
|
2020-08-18 17:04:28 -07:00 |
|
Chris Lu
|
c3cb6fa1d7
|
volume: compaction can cause readonly volumes
address https://github.com/chrislusf/seaweedfs/issues/1233
|
2020-03-17 09:43:57 -07:00 |
|
Chris Lu
|
f60154f330
|
master load backend storage config from master.toml
|
2019-11-28 18:33:18 -08:00 |
|
Chris Lu
|
19b6a16003
|
changed from os.file to backend.DataStorageBackend
|
2019-10-29 00:35:16 -07:00 |
|
Chris Lu
|
17ac1290c0
|
volume: load ec shards during heartbeats to master
|
2019-05-21 22:41:20 -07:00 |
|
Wine93
|
32f93fb09e
|
style: go fmt for all
|
2019-04-30 03:22:19 +00:00 |
|
Chris Lu
|
0be2d51c96
|
read volume lastAppendAtNs when loading a volume
|
2019-04-19 01:56:38 -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
|
000ee725fc
|
refactor Offset into a struct of bytes
|
2019-04-08 19:40:56 -07:00 |
|
Chris Lu
|
4f317c7e3d
|
working version3
|
2018-07-24 01:36:04 -07:00 |
|
Chris Lu
|
d4d7ced922
|
refactoring: add type for needle id, offset
later the type size can possibly be adjusted
|
2018-07-08 02:28:04 -07:00 |
|
Chris Lu
|
458ada173e
|
go fmt
|
2018-05-27 11:52:26 -07:00 |
|
brstgt
|
0656838fe5
|
Don't return actual file size from CheckVolumeDataIntegrity, it will be 0 if last needle is a tombstone, so it's not reliable anyway
|
2017-01-20 16:37:45 +01:00 |
|
Chris Lu
|
13e7069eb9
|
keep track of total data file size
|
2017-01-06 10:22:20 -08:00 |
|
霍晓栋
|
ce1f7ab662
|
makediff func with UT case
|
2016-10-07 16:22:24 +08:00 |
|
霍晓栋
|
b9b3651a98
|
deleted index entry could not point to deleted needle
|
2016-07-25 14:56:58 +08:00 |
|
霍晓栋
|
09bd3d015d
|
deleted index entry could not point to deleted needle
|
2016-07-25 14:54:40 +08:00 |
|
Chris Lu
|
582d5d526c
|
refactoring
|
2016-07-02 23:50:58 -07:00 |
|