aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-10-10Hadoop: fix reading file tailChris Lu1-8/+14
2020-10-10Hadoop: add exponential back off for failed readsChris Lu1-3/+30
2020-10-09Merge pull request #1516 from fdns/action-testsChris Lu1-1/+1
Run go test on gituh actions
2020-10-09Run go test on all subfoldersFelipe Espinoza1-1/+1
2020-10-09Update README.mdChris Lu1-1/+1
2020-10-09Update README.mdChris Lu1-1/+20
2020-10-09fix logic errorChris Lu1-3/+7
2020-10-08add loggingChris Lu1-1/+2
2020-10-08mount:exponentially backoff if read error for about 10 minutesChris Lu2-13/+18
2020-10-08refactoringChris Lu2-23/+18
2020-10-08fix error not being returnedChris Lu1-1/+1
2020-10-08mount: ignore recursion errorChris Lu1-1/+2
fix https://github.com/chrislusf/seaweedfs/issues/1514 the host OS should manage recursive deletion.
2020-10-08fix loggingChris Lu1-1/+1
2020-10-08adjust loggingChris Lu1-1/+1
2020-10-08some changes to prepare fix after failed readsChris Lu3-3/+8
2020-10-08s3: adjust config examplesChris Lu1-1/+13
2020-10-08s3: only admin can list all bucketsChris Lu1-1/+1
2020-10-08Merge pull request #1513 from ekhvalov/masterChris Lu1-2/+21
POSIX shell compatibility
2020-10-08POSIX shell compatibilityuser1-2/+21
2020-10-07randomize file locationsChris Lu1-4/+9
2020-10-07volume: avoid hanging when stopping a volume serverChris Lu1-1/+1
2020-10-07go fmtChris Lu4-31/+30
2020-10-07s3: Added support for "List" action in weed s3 -config=... in the config file.Chris Lu2-11/+13
fix https://github.com/chrislusf/seaweedfs/issues/1511
2020-10-07read from alternative replicaChris Lu12-147/+182
related to https://github.com/chrislusf/seaweedfs/issues/1512
2020-10-07master: check peers for existing leader before starting a leader electionChris Lu8-190/+214
fix https://github.com/chrislusf/seaweedfs/issues/1509
2020-10-06volume: auto expands -max settingChris Lu1-0/+5
I have tried to run weed volume but got errors... cmd: weed volume -max=0 -mserver="127.0.0.1:9333" -port=8080 -dir="/var/www/d1/sfs,/var/www/d2/sfs,/var/www/d3/sfs" log: I1006 15:09:26 17040 file_util.go:23] Folder /var/www/d1/sfs Permission: -rwxr-xr-x I1006 15:09:26 17040 file_util.go:23] Folder /var/www/d2/sfs Permission: -rwxr-xr-x I1006 15:09:26 17040 file_util.go:23] Folder /var/www/d3/sfs Permission: -rwxr-xr-x F1006 15:09:26 17040 volume.go:142] 3 directories by -dir, but only 1 max is set by -max What am I doing wrong? Thx.
2020-10-05adjustChris Lu1-6/+4
2020-10-05adjust APIChris Lu1-3/+5
2020-10-05Merge pull request #1508 from kmlebedev/s3_etag_like_awsChris Lu2-6/+9
We return etag using the same algorithm as aws s3
2020-10-05We return etag using the same algorithm as aws s3Konstantin Lebedev2-6/+9
https://teppen.io/2018/06/23/aws_s3_etags/
2020-10-042.032.03Chris Lu3-3/+3
2020-10-04adjust log levelChris Lu1-2/+2
2020-10-04Merge pull request #1507 from ustuzhanin/raft_remove_peersChris Lu2-5/+26
Raft remove peers
2020-10-04fix: remove deleted peers if resumeState = trueУстюжанин Антон Александрович2-5/+26
2020-10-04Merge pull request #2 from chrislusf/masterustuzhanin18-55/+592
update from upstream
2020-10-04adjust go moduleChris Lu1-0/+1
2020-10-04adjust log levelChris Lu1-1/+1
2020-10-04mount: read prefetchingChris Lu3-21/+58
2020-10-03mount: avoid duplicated readsChris Lu1-23/+44
2020-10-03Revert "mount: adds read prefetching"Chris Lu1-33/+6
This reverts commit 692f0614d1eff5c7a75940881ede67d817c64393.
2020-10-03mount: adds read prefetchingChris Lu1-6/+33
2020-10-03re-enable caching larger than 16MBChris Lu1-2/+2
revert https://github.com/chrislusf/seaweedfs/commit/62ce85610e2fcd08488ee6026266e617509f6d46
2020-10-03fix starting problemChris Lu1-1/+1
2020-10-03FUSE: use the mount directory permissionsChris Lu3-3/+33
2020-10-03Merge pull request #1505 from ustuzhanin/remove_raft_stateChris Lu5-15/+59
Resume raft state
2020-10-03fix: resumeStateУстюжанин Антон Александрович2-1/+2
2020-10-03fix: restore raft stateУстюжанин Антон Александрович4-6/+8
2020-10-02s3: support object taggingChris Lu7-0/+404
* GetObjectTagging * PutObjectTagging * DeleteObjectTagging
2020-10-02fix: restore raft stateУстюжанин Антон Александрович2-14/+55
2020-10-02Merge pull request #1 from chrislusf/masterustuzhanin332-4306/+18966
Merge upstream