| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-16 | EC volume supports expiration and displays expiration message when executing ↵ | augustazz | 1 | -0/+1 | |
| volume.list (#5895) * ec volume expire * volume.list show DestroyTime * comments * code optimization --------- Co-authored-by: xuwenfeng <xuwenfeng1@zto.com> | |||||
| 2024-08-13 | rename | chrislu | 1 | -1/+1 | |
| 2024-08-13 | add dat file size into vif for EC | chrislu | 1 | -0/+1 | |
| 2023-10-09 | fix: skipping checking active volumes with the same number of files at the ↵ | Konstantin Lebedev | 1 | -0/+2 | |
| moment (#4893) * fix: skipping checking active volumes with the same number of files at the moment https://github.com/seaweedfs/seaweedfs/issues/4140 * refactor with comments https://github.com/seaweedfs/seaweedfs/issues/4140 * add TestShouldSkipVolume --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-06-12 | Delete volume is empty (#4561) | Konstantin Lebedev | 1 | -0/+1 | |
| * use onlyEmpty for deleteVolume https://github.com/seaweedfs/seaweedfs/issues/4559 * fix IsEmpty * fix test --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-06-05 | Fix no more writable volumes by delay judgment (#4548) | wusong | 1 | -0/+2 | |
| * fix nomore writables volumes while disk free space is sufficient by time delay * reset --------- Co-authored-by: wang wusong <wangwusong@virtaitech.com> | |||||
| 2022-12-10 | add chunk etag when downloading from remote storage | chrislu | 1 | -0/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3987 | |||||
| 2022-11-23 | Include name/mime in ReadAllNeedles (#4005) | James Hartig | 1 | -0/+2 | |
| 2022-11-20 | Include meta in ReadAllNeedles (#3991) | James Hartig | 1 | -0/+3 | |
| This is useful for doing backups on the data so we can accurately store the last modified time, the compression state, and verify the crc. Previously we were doing VolumeNeedleStatus and then an HTTP request which needlessly read from the dat file twice. | |||||
| 2022-10-24 | ADHOC: volume fsck using append at ns (#3906) | Eric Yang | 1 | -0/+1 | |
| * ADHOC: volume fsck using append at ns * nit * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-10-16 | shell: volume.move handles volume moved to cloud tier | chrislu | 1 | -0/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3803 | |||||
| 2022-10-14 | avoid load volume file with BytesOffset mismatch (#3841) | Konstantin Lebedev | 1 | -0/+1 | |
| * avoid load volume file with BytesOffset mismatch https://github.com/seaweedfs/seaweedfs/issues/2966 * set BytesOffset if has not VolumeInfoFile * typos fail => failed * exit if bytesOffset mismatch | |||||
| 2022-10-13 | remove unused ReadNeedleBlobRequest.needle_id | chrislu | 1 | -1/+0 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3853 | |||||
| 2022-09-14 | Character readability (#3678) | Ryan Russell | 1 | -2/+2 | |
| * refactor(pb): `quote_charactoer` -> `quote_character` Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(volume_server): `QuoteCharactoer` -> `QuoteCharacter` Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(volume_server): `quoteCharactoer` -> `quoteCharacter` Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-09-06 | ADHOC: add read needle meta grpc (#3581) | Eric Yang | 1 | -0/+15 | |
| * ADHOC: add read needle meta grpc * add test * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-08-21 | feat(weed.move): add a speed limit parameter of moving files (#3478) | qzh | 1 | -0/+1 | |
| * feat(weed.move): add a speed limit parameter of moving files * fix(weed.move): set the default value of ioBytePerSecond to vs.compactionBytePerSecond Co-authored-by: zhihao.qu <zhihao.qu@ly.com> | |||||
| 2022-08-01 | rename to LoadAvg_1M | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-08-01 | remove percent | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-08-01 | Merge branch 'master' into gentle_vacuum | Konstantin Lebedev | 1 | -1/+1 | |
| # Conflicts: # weed/pb/messaging_pb/messaging.pb.go # weed/pb/messaging_pb/messaging_grpc.pb.go # weed/pb/s3_pb/s3.pb.go # weed/pb/volume_server_pb/volume_server.pb.go # weed/server/volume_grpc_vacuum.go | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -1/+1 | |
| 2022-07-29 | vacuum show LA | Konstantin Lebedev | 1 | -0/+1 | |
| 2022-06-12 | collect volume server status | chrislu | 1 | -0/+3 | |
| 2022-04-16 | add timing info during ping operation | chrislu | 1 | -0/+3 | |
| 2022-04-01 | volume server adds ping function | chrislu | 1 | -0/+11 | |
| 2021-10-24 | volume copy: stream out copying progress and avoid grpc request timeout | Chris Lu | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2386 | |||||
| 2021-10-24 | volume vacuum: avoid timeout with streaming progress report | Chris Lu | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2396 | |||||
| 2021-09-27 | stream read multiple volumes in a volume server | Chris Lu | 1 | -3/+5 | |
| 2021-09-27 | volume server: read all files in a volume | Chris Lu | 1 | -0/+10 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -0/+1 | |
| 2021-09-06 | remote.cache supports replication | Chris Lu | 1 | -0/+6 | |
| 2021-09-01 | volume: copy file also copies modification time | Chris Lu | 1 | -0/+1 | |
| to ensure ttl can work well | |||||
| 2021-08-26 | refactor: separating out remote.proto | Chris Lu | 1 | -8/+4 | |
| 2021-08-09 | shell: remote.cache remote.uncache | Chris Lu | 1 | -5/+6 | |
| 2021-08-07 | refactor | Chris Lu | 1 | -19/+24 | |
| 2021-07-31 | read <- remote_storage | Chris Lu | 1 | -0/+19 | |
| 2021-03-22 | shell: add volume.check.disk to fix inconsistency for replicated volumes | Chris Lu | 1 | -0/+24 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1923 | |||||
| 2021-02-09 | volume: add capability to change disk type when moving a volume | Chris Lu | 1 | -0/+1 | |
| 2020-12-14 | adjust volume server UI | Chris Lu | 1 | -0/+1 | |
| 2020-12-13 | allocate volume by disk type | Chris Lu | 1 | -0/+2 | |
| 2020-09-13 | shell: add volumeServer.leave command | Chris Lu | 1 | -0/+7 | |
| 2020-08-19 | Added VolumeMarkWritable and VolumeStatus grpc methods | James Hartig | 1 | -0/+17 | |
| This is necessary for copy to mark as read-only and then restore the original state afterwards. | |||||
| 2020-07-22 | Added VolumeNeedleStatus volume server grpc method | James Hartig | 1 | -0/+15 | |
| This is needed for the diffing tool to get the cookie for a needle | |||||
| 2020-06-20 | adjust protoc | Chris Lu | 1 | -19/+1 | |
| 2020-03-30 | writing meta logs is working | Chris Lu | 1 | -0/+1 | |
| 2020-03-17 | volume: compaction can cause readonly volumes | Chris Lu | 1 | -0/+1 | |
| address https://github.com/chrislusf/seaweedfs/issues/1233 | |||||
| 2020-02-23 | add for https://github.com/chrislusf/seaweedfs/pull/1207 | Chris Lu | 1 | -0/+2 | |
| 2020-02-21 | move volume server stats to grpc | Chris Lu | 1 | -1/+12 | |
| 2020-02-14 | volume: add grpc file read operation | Chris Lu | 1 | -0/+20 | |
| This is added more for performance benchmarking. | |||||
| 2020-02-02 | shell: add volume.configure.replication to change replication for a volume | Chris Lu | 1 | -0/+11 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1192 | |||||
| 2019-12-28 | ec: generate and copy .vif file | Chris Lu | 1 | -0/+1 | |
