aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2022-10-19add md5 header when UploadData to replication in ReplicatedWrite (#3881)liubaojiang1-1/+1
2022-10-16shell: volume.move handles volume moved to cloud tierchrislu1-18/+28
2022-10-14avoid load volume file with BytesOffset mismatch (#3841)Konstantin Lebedev2-4/+4
2022-10-13vacuum metrics and force sync dst files (#3832)Konstantin Lebedev1-4/+17
2022-10-12filer: get directory metadata (#3833)zemul1-2/+7
2022-10-11split `ExtAcpKey` to `ExtAmzOwnerKey` and `ExtAmzAclKey` to avoid unn… (#3824)LHHDZ1-4/+10
2022-10-07metric shows who is currently blocking the cluster or not (#3799)Konstantin Lebedev2-0/+5
2022-10-07configure raft metrics (#3798)Konstantin Lebedev1-0/+16
2022-10-06master server graceful stop (#3797)Konstantin Lebedev1-11/+26
2022-10-06show raft leader via shell (#3796)Konstantin Lebedev1-0/+2
2022-09-29s3: sync bucket info from filer (#3759)LHHDZ1-0/+7
2022-09-28[volume] Add new volumes to HUP(reload) signal (#3755)Konstantin Lebedev1-0/+5
2022-09-27Allow CORS on Filer (#3750)jerebear121-11/+24
2022-09-20grpc: watch metadata changes by directorychrislu1-0/+11
2022-09-18adjust logschrislu1-1/+1
2022-09-17volume server: rename readBufferSize to readBufferSizeMBchrislu2-4/+4
2022-09-16mute log filer: no entry is found in filer store (#3707)Konstantin Lebedev1-0/+2
2022-09-16volume: add "readBufSize" option to customize read optimization (#3702)famosss2-2/+6
2022-09-15refactor(raft_hashicorp): `timeSpeep` -> `timeSleep` (#3694)Ryan Russell1-3/+3
2022-09-15refactor(master_grpc_server_cluster): `seletedSet` -> `selectedSet` (#3693)Ryan Russell1-4/+4
2022-09-15Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-09-15volume: add "hasSlowRead" option to customize read optimizationchrislu2-0/+4
2022-09-15refactor(volume_grpc_client_to_master): `grpcConection` -> `grpcConne… (#3690)Ryan Russell1-3/+3
2022-09-14go fmtchrislu1-8/+8
2022-09-14master: implement grpc VolumeMarkWritablechrislu2-19/+69
2022-09-14refactor(webdav_server): `modifiledTime` -> `modifiedTime` (#3676)Ryan Russell1-5/+5
2022-09-14refactor(server): `suppported` -> `supported` (#3677)Ryan Russell2-2/+2
2022-09-14rename variablechrislu1-4/+4
2022-09-13Removing chunks on failed to write to replicas (#3591)Konstantin Lebedev1-9/+18
2022-09-12fixingchrislu1-2/+2
2022-09-11skip deltaBeat if dn is zero (#3630)Konstantin Lebedev2-9/+35
2022-09-11volume server: synchronously report volume readonly status to masterchrislu1-0/+26
2022-09-08purge tcp implementationchrislu1-138/+0
2022-09-07refactor https://github.com/seaweedfs/seaweedfs/pull/3616 (#3625)Konstantin Lebedev1-106/+106
2022-09-07Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-1/+5
2022-09-07return err for processRangeRequest()chrislu2-14/+14
2022-09-07fix:Sometimes a nil pointer exception is thrown (#3618)famosss1-1/+5
2022-09-07fix: volume heartbeat processing error (#3616)famosss1-90/+92
2022-09-06fix: volume Deadlock when exception is thrown (#3613)famosss1-0/+2
2022-09-06ADHOC: add read needle meta grpc (#3581)Eric Yang1-0/+29
2022-09-06more log detail for upload err and deleting (#3577)Konstantin Lebedev1-4/+3
2022-09-05[s3] Replace code 500 to 499 for upload with ErrUnexpectedEOF (#3597)Konstantin Lebedev1-1/+1
2022-09-04Turn down the 404 log level (#3585)famosss1-1/+1
2022-09-01avoid data race read fileChunksSize (#3570)Konstantin Lebedev1-1/+2
2022-09-01more error details in the log (#3568)Konstantin Lebedev1-0/+1
2022-08-30migrate from boltdb to bbolt (#3554)Konstantin Lebedev1-2/+2
2022-08-30avoid data race access to uploadReaderToChunks.uploadErr (#3550)Konstantin Lebedev1-2/+9
2022-08-28Fix reload page before all file uploaded bug (#3534)Rain Li1-2/+2
2022-08-27minorchrislu1-1/+1
2022-08-27adjust for data racechrislu1-2/+2