| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-06-16 | add version to volume proto | chrislu | 2 | -2279/+965 | |
| 2025-01-20 | Add message queue agent (#6463) | Chris Lu | 2 | -2/+2 | |
| * scaffold message queue agent * adjust proto, add mq_agent * add agent client implementation * remove unused function * agent publish server implementation * adding agent | |||||
| 2024-10-24 | rename proto field from DestroyTime to expire_at_sec | chrislu | 2 | -828/+749 | |
| For TTL volume converted into EC volume, this change may leave the volumes staying. | |||||
| 2024-09-24 | fix unclaimed spaces calculation when volumePreallocate is enabled (#6063) | LHHDZ | 1 | -642/+652 | |
| the calculation of `unclaimedSpaces` only needs to subtract `unusedSpace` when `preallocate` is not enabled. Signed-off-by: LHHDZ <shichanglin5@qq.com> | |||||
| 2024-09-16 | improve worm support (#5983) | Guang Jiong Lou | 2 | -3/+3 | |
| * improve worm support Signed-off-by: lou <alex1988@outlook.com> * worm mode in filer Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * move to fs configure Signed-off-by: lou <alex1988@outlook.com> * remove flag Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * support worm hardlink Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * typo Signed-off-by: lou <alex1988@outlook.com> * sync filer conf Signed-off-by: lou <alex1988@outlook.com> --------- Signed-off-by: lou <alex1988@outlook.com> | |||||
| 2024-09-09 | [shell] fix volume grow in shell (#5992) | Konstantin Lebedev | 2 | -733/+973 | |
| * fix volume grow in shell * revert add Async * check available volume space * create a VolumeGrowRequest and remove unnecessary fields | |||||
| 2024-08-16 | EC volume supports expiration and displays expiration message when executing ↵ | augustazz | 1 | -556/+566 | |
| volume.list (#5895) * ec volume expire * volume.list show DestroyTime * comments * code optimization --------- Co-authored-by: xuwenfeng <xuwenfeng1@zto.com> | |||||
| 2024-02-29 | latest protoc-gen-go | chrislu | 1 | -1/+1 | |
| 2024-02-29 | go fmt | chrislu | 2 | -3/+3 | |
| 2024-02-05 | upgrade protoc | Chris Lu | 2 | -3/+3 | |
| 2023-10-12 | upgrading grpc | chrislu | 2 | -45/+70 | |
| 2023-09-30 | update proto generated files | chrislu | 1 | -1/+1 | |
| 2023-09-26 | rename function | chrislu | 1 | -1/+1 | |
| 2023-08-22 | add stream assign proto | chrislu | 2 | -138/+213 | |
| 2023-06-19 | remove unused cluster node leader | chrislu | 2 | -589/+535 | |
| 2023-06-05 | Fix no more writable volumes by delay judgment (#4548) | wusong | 2 | -44/+68 | |
| * fix nomore writables volumes while disk free space is sufficient by time delay * reset --------- Co-authored-by: wang wusong <wangwusong@virtaitech.com> | |||||
| 2023-02-05 | adding support for B2 region (#4177) | Muhammad Hallaj bin Subery | 2 | -5/+5 | |
| Co-authored-by: Muhammad Hallaj bin Subery <hallaj@tuta.io> | |||||
| 2022-12-28 | support enable/disable vacuum (#4087) | Guo Lei | 2 | -222/+518 | |
| * stop vacuum * suspend/resume vacuum * remove unused code * rename * rename param | |||||
| 2022-10-24 | ADHOC: volume fsck using append at ns (#3906) | Eric Yang | 2 | -6/+6 | |
| * ADHOC: volume fsck using append at ns * nit * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-10-13 | remove unused ReadNeedleBlobRequest.needle_id | chrislu | 1 | -0/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3853 | |||||
| 2022-10-06 | show raft leader via shell (#3796) | Konstantin Lebedev | 2 | -111/+120 | |
| 2022-09-20 | grpc: watch metadata changes by directory | chrislu | 1 | -0/+4 | |
| 2022-09-14 | go fmt | chrislu | 1 | -4/+0 | |
| 2022-09-14 | master: implement grpc VolumeMarkWritable | chrislu | 2 | -537/+454 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3657 | |||||
| 2022-09-11 | skip deltaBeat if dn is zero (#3630) | Konstantin Lebedev | 1 | -0/+5 | |
| * skip deltaBeat https://github.com/seaweedfs/seaweedfs/issues/3629 * fix GrpcPort * skip url :0 * skip empty DataCenter or Rack * skip empty heartbeat Ip * dell msg add DataCenter * comment todo * fix | |||||
| 2022-09-11 | volume server: synchronously report volume readonly status to master | chrislu | 2 | -204/+526 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3628 | |||||
| 2022-09-06 | ADHOC: add read needle meta grpc (#3581) | Eric Yang | 2 | -1/+6 | |
| * ADHOC: add read needle meta grpc * add test * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -415/+421 | |
| * initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog | |||||
| 2022-08-01 | Merge branch 'master' into gentle_vacuum | Konstantin Lebedev | 1 | -471/+529 | |
| # 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-31 | scaffold | chrislu | 1 | -1/+1 | |
| 2022-07-29 | vacuum show LA | Konstantin Lebedev | 2 | -3/+2 | |
| 2022-07-28 | allocate brokers to serve segments | chrislu | 1 | -197/+216 | |
| 2022-07-28 | display data center and rack in cluster.ps | chrislu | 1 | -173/+193 | |
| 2022-07-28 | add dc and rack | chrislu | 1 | -476/+495 | |
| 2022-05-30 | collect cluster node start time | chrislu | 1 | -445/+466 | |
| 2022-05-18 | revert changes of pb file | guol-fnst | 1 | -4/+0 | |
| orignal protoc-gen-go-grpc verion is 1.1.0 | |||||
| 2022-05-17 | fix naming convention | guol-fnst | 1 | -589/+588 | |
| notify volume server of duplicate directoris improve searching efficiency | |||||
| 2022-05-16 | avoid duplicated volume directory | guol-fnst | 2 | -22/+48 | |
| 2022-05-01 | filer: add filer group | chrislu | 2 | -481/+512 | |
| 2022-04-18 | shell vacuum volume by collection and volume id | Konstantin Lebedev | 2 | -216/+235 | |
| 2022-04-16 | add timing info during ping operation | chrislu | 2 | -130/+163 | |
| 2022-04-07 | fix conflicts | Konstantin Lebedev | 1 | -447/+467 | |
| 2022-04-07 | fix removing old raft server | Konstantin Lebedev | 1 | -121/+131 | |
| 2022-04-06 | add raft shell cmds | Konstantin Lebedev | 2 | -163/+747 | |
| 2022-04-01 | master supports grpc ping | chrislu | 2 | -131/+298 | |
| 2021-12-10 | add lock messages | chrislu | 1 | -98/+107 | |
| 2021-12-05 | upgrade protoc to 3.17.3 | chrislu | 2 | -624/+636 | |
| $brew install protobuf $ protoc --version libprotoc 3.17.3 $ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26 $ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1 | |||||
| 2021-11-06 | auto updated filer peer list | Chris Lu | 1 | -109/+119 | |
| 2021-11-05 | refactor grpc API | Chris Lu | 1 | -604/+777 | |
| 2021-11-05 | Revert "master: rename grpc function KeepConnected() to ↵ | Chris Lu | 1 | -419/+416 | |
| SubscribeVolumeLocationUpdates()" This reverts commit af71ae11aa29350a60ed7d3b9a16276a06ba9dcc. | |||||
