Commit Graph

  • dc311a2085 minor fix on writer chrislu 2022-12-27 15:00:23 -0800
  • ab975f6a6d fix test compilation chrislu 2022-12-27 04:08:53 -0800
  • 6d8bd1eedc small optimization chrislu 2022-12-27 04:08:13 -0800
  • 86b9aa3173 more efficient readResolvedChunks with linked list chrislu 2022-12-27 03:29:11 -0800
  • 52ed3b90ec rename param #4087 guol-fnst 2022-12-27 17:48:17 +0800
  • 63958c7f4b rename guol-fnst 2022-12-27 17:36:33 +0800
  • 0d0f13f53e
    Merge branch 'master' into stop_vacuum Guo Lei 2022-12-27 16:29:39 +0800
  • d537aa9b30 remove unused code guol-fnst 2022-12-27 16:04:06 +0800
  • 052ae77bbf Merge branch 'stop_vacuum' of https://github.com/guol-fnst/seaweedfs into stop_vacuum guol-fnst 2022-12-27 15:53:18 +0800
  • 4555ef55d2 suspend/resume vacuum guol-fnst 2022-12-27 10:40:07 +0800
  • 89396b5b67 stop vacuum guol-fnst 2022-12-27 10:40:07 +0800
  • 84492976c9
    build(deps): bump github.com/aws/aws-sdk-go from 1.44.162 to 1.44.167 (#4085) dependabot[bot] 2022-12-26 11:48:35 -0800
  • bd176359cb
    build(deps): bump github.com/prometheus/procfs from 0.8.0 to 0.9.0 (#4084) dependabot[bot] 2022-12-26 11:48:17 -0800
  • b2aa1a23ff
    build(deps): bump github.com/arangodb/go-driver from 1.4.0 to 1.4.1 (#4083) dependabot[bot] 2022-12-26 11:47:52 -0800
  • d820eac66c
    build(deps): bump github.com/aws/aws-sdk-go from 1.44.162 to 1.44.167 #4085 dependabot[bot] 2022-12-26 15:09:17 +0000
  • a911898b32
    build(deps): bump github.com/prometheus/procfs from 0.8.0 to 0.9.0 #4084 dependabot[bot] 2022-12-26 15:08:53 +0000
  • bc554254f1
    build(deps): bump github.com/arangodb/go-driver from 1.4.0 to 1.4.1 #4083 dependabot[bot] 2022-12-26 15:08:38 +0000
  • 5f993a5f20
    Fix ide warning (#4082) Guo Lei 2022-12-26 16:03:47 +0800
  • 96b7d9228b
    Merge branch 'seaweedfs:master' into fix_ide_warning #4082 Guo Lei 2022-12-26 15:24:54 +0800
  • 3daaefec60 add debug mode to compare data read and write chrislu 2022-12-25 12:12:22 -0800
  • a8a9589f80 comment out code that maybe used later chrislu 2022-12-25 12:11:53 -0800
  • 8b915a93ce use mem chunk only, swap file chunk has problems chrislu 2022-12-25 12:10:48 -0800
  • 363de28057 add entry lock on file handle release chrislu 2022-12-25 00:30:42 -0800
  • bfc3c11fdc remove useless logic chrislu 2022-12-25 00:30:06 -0800
  • 7398b046ce track write and read by timestamp chrislu 2022-12-25 00:28:36 -0800
  • 7298129dd0 less logs chrislu 2022-12-25 00:26:51 -0800
  • 886e7509bf less logs chrislu 2022-12-25 00:24:59 -0800
  • 4f4fc36944 revert slat clearing chrislu 2022-12-25 00:23:06 -0800
  • 01231941af remove verbose logs chrislu 2022-12-24 23:14:45 -0800
  • 41226b54d8 lock on fh.entryViewCache chrislu 2022-12-23 10:41:45 -0800
  • 7f1d49a123 move oldest chunk to sealed, instead of by fullness chrislu 2022-12-23 10:41:07 -0800
  • b9539bc628 fix test compilation chrislu 2022-12-23 10:40:27 -0800
  • b7d30812fc fix slab clearing error chrislu 2022-12-23 10:40:13 -0800
  • 3901f2da4d
    Add logtostderr option in helm chart (#4080) fibbanachi 2022-12-23 18:36:15 +0300
  • 7b6732f7ce
    helm: consistent logic in master-server template #4080 fibbanachi 2022-12-23 14:17:23 +0300
  • 43115b590e
    helm: add logtostderr in s3 deployment support fibbanachi 2022-12-23 13:59:44 +0300
  • b6c216ab16
    helm: add logtostderr in filer support fibbanachi 2022-12-23 13:57:48 +0300
  • a190e3f8ed
    helm: add logtostderr in master-server support fibbanachi 2022-12-23 13:55:28 +0300
  • c8965112c8
    helm: add logtostderr in volume-server support fibbanachi 2022-12-23 13:52:42 +0300
  • d68b59ab4c compare chunks by timestamp chrislu 2022-12-22 20:39:24 -0800
  • 762f3c0171
    Merge aa7fd4bb0e into 569bc7b54d #3983 Matt Ward 2022-12-22 11:41:35 +0200
  • 569bc7b54d
    fs.verify needles status of file (#4060) Konstantin Lebedev 2022-12-22 04:54:17 +0500
  • 77b7c9f7cc lock and unlock chunks for read chrislu 2022-12-21 14:15:35 -0800
  • d1797deccb remove duplicated logic of removing from writableChunks chrislu 2022-12-21 14:15:11 -0800
  • e1333799b4 set modifyTimeAgoAtSec #4060 Konstantin Lebdev 2022-12-21 17:04:47 +0500
  • 460fd4feb0 refactor logging Konstantin Lebdev 2022-12-21 16:21:17 +0500
  • 41a20ad497 fix warning message from IDE "redundant type from array, slice, or map composite literal" guol-fnst 2022-12-21 13:54:13 +0800
  • 4878e0fd46 Merge branch 'master' of https://github.com/seaweedfs/seaweedfs chrislu 2022-12-20 19:47:23 -0800
  • 6ede19e825 add a simple file replication progress bar chrislu 2022-12-20 19:47:21 -0800
  • 27d187eed9
    Fixes 4074: S3 Gateway fails to start when installed via Helm (#4075) Naden 2022-12-21 12:24:54 +1100
  • 3b90eb1911
    Fixes: 4076: Host path prefix should be configurable (#4077) Naden 2022-12-21 12:24:12 +1100
  • 84500c0497 Fixes #4074: S3 Gateway fails to start when installed via Helm #4075 Naden 2022-12-21 12:22:52 +1100
  • b26968891a Fixes: 4076: Host path prefix should be configurable #4077 Naden 2022-12-21 12:16:11 +1100
  • f7beba8515 unlock before submitting the uploading jobs chrislu 2022-12-20 12:52:30 -0800
  • 13a38f30c3 fix parse args Konstantin Lebdev 2022-12-20 19:47:47 +0500
  • 28d479e5c0 mount: adjust locking for upload pipeline chrislu 2022-12-19 15:07:22 -0800
  • f9fb3cd1fc Merge branch 'master' of https://github.com/seaweedfs/seaweedfs chrislu 2022-12-19 11:32:00 -0800
  • 6c7fe40305 filer sink retries reading file chunks, skipping missing chunks chrislu 2022-12-19 11:31:58 -0800
  • 3fc3e7083c metadata skip reading un-available logs chrislu 2022-12-19 11:30:50 -0800
  • a1ffa03d75
    build(deps): bump google.golang.org/api from 0.104.0 to 0.105.0 (#4067) dependabot[bot] 2022-12-19 10:21:20 -0800
  • 56a821f4fb
    build(deps): bump google.golang.org/api from 0.104.0 to 0.105.0 #4067 dependabot[bot] 2022-12-19 17:24:05 +0000
  • 3886c31ed8
    build(deps): bump github.com/aws/aws-sdk-go from 1.44.146 to 1.44.162 (#4069) dependabot[bot] 2022-12-19 09:22:36 -0800
  • 9fdf98b826
    build(deps): bump cloud.google.com/go/pubsub from 1.27.1 to 1.28.0 (#4068) dependabot[bot] 2022-12-19 09:22:23 -0800
  • c7a28b20b5
    build(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#4066) dependabot[bot] 2022-12-19 09:22:12 -0800
  • 6c5d44a5c4
    build(deps): bump actions/setup-go from 3.4.0 to 3.5.0 (#4065) dependabot[bot] 2022-12-19 09:21:49 -0800
  • ae847c2780
    build(deps): bump actions/dependency-review-action from 3.0.1 to 3.0.2 (#4064) dependabot[bot] 2022-12-19 09:21:41 -0800
  • 3b85dc5fbb
    build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.40.1 to 3.41.0 (#4070) dependabot[bot] 2022-12-19 09:21:30 -0800
  • b8a4ed455f
    build(deps): bump golang.org/x/tools from 0.3.0 to 0.4.0 (#4071) dependabot[bot] 2022-12-19 09:21:20 -0800
  • 7f11957ffd
    build(deps): bump golang.org/x/tools from 0.3.0 to 0.4.0 #4071 dependabot[bot] 2022-12-19 15:08:38 +0000
  • 8365c62fb7
    build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 #4070 dependabot[bot] 2022-12-19 15:08:29 +0000
  • 6e3cd0f0f0
    build(deps): bump github.com/aws/aws-sdk-go from 1.44.146 to 1.44.162 #4069 dependabot[bot] 2022-12-19 15:08:17 +0000
  • 220b259d6e
    build(deps): bump cloud.google.com/go/pubsub from 1.27.1 to 1.28.0 #4068 dependabot[bot] 2022-12-19 15:07:58 +0000
  • 51eabe03b7
    build(deps): bump actions/checkout from 3.1.0 to 3.2.0 #4066 dependabot[bot] 2022-12-19 15:06:36 +0000
  • 2e2f19f4ce
    build(deps): bump actions/setup-go from 3.4.0 to 3.5.0 #4065 dependabot[bot] 2022-12-19 15:06:33 +0000
  • 20563e527f
    build(deps): bump actions/dependency-review-action from 3.0.1 to 3.0.2 #4064 dependabot[bot] 2022-12-19 15:06:30 +0000
  • 97ea20b5b5 add compute snapshot requirements root 2022-12-18 20:44:12 -0800
  • 038bab3726
    add -filer.path to webdav command (#4061) lfhy 2022-12-18 12:07:02 +0800
  • 8a40fa8993 more detailed logs chrislu 2022-12-17 13:18:35 -0800
  • 00c3c43bba add -filer.path to webdav command #4061 三千院羽 2022-12-17 16:12:41 +0800
  • 73840fb076 cover edge cases root 2022-12-15 22:39:30 -0800
  • 058ece86d2 more nits root 2022-12-15 14:36:53 -0800
  • b4477fae9c nit root 2022-12-15 14:27:01 -0800
  • d5dfc7a4ae comments root 2022-12-15 14:21:05 -0800
  • c4cf7baf53 Merge branch 'master' of https://github.com/lyang24/seaweedfs into fs_meta_snapshot root 2022-12-15 12:46:36 -0800
  • d2792c5618 clear cache when put bucket changlin.shi 2022-12-15 18:39:08 +0800
  • 00a2b5b5dd
    Merge 86083afa2f into f84c13dabd #3622 Konstantin Lebedev 2022-12-14 14:00:13 -0500
  • 20182f163c fs.verify needles status of file Konstantin Lebdev 2022-12-14 17:48:59 +0500
  • 5b04b25f6c working adding etag for chunks #4059 Aron Neagu 2022-12-13 16:17:47 +0000
  • 4b058fa31d attempt at adding md5sum per chunk Aron Neagu 2022-12-13 15:15:33 +0000
  • 0de99d3e71 small refactor, nothing functionally different Aron Neagu 2022-12-13 15:09:06 +0000
  • f84c13dabd
    fix response not allowed (#4057) LHHDZ 2022-12-13 21:48:50 +0800
  • 573b0ae5fd fix response not allowed #4057 changlin.shi 2022-12-13 20:10:44 +0800
  • 0c3009911e optimize readability changlin.shi 2022-12-11 18:25:59 +0800
  • 693e07b509
    build(deps): bump golang.org/x/net from 0.2.0 to 0.4.0 (#4055) dependabot[bot] 2022-12-12 08:57:22 -0800
  • 1949944e18
    build(deps): bump google.golang.org/api from 0.103.0 to 0.104.0 (#4054) dependabot[bot] 2022-12-12 08:57:11 -0800
  • 6c8a3d57e4
    build(deps): bump go.mongodb.org/mongo-driver from 1.11.0 to 1.11.1 (#4053) dependabot[bot] 2022-12-12 08:56:35 -0800
  • d88199c8b0
    build(deps): bump github.com/tikv/client-go/v2 from 2.0.2 to 2.0.3 (#4052) dependabot[bot] 2022-12-12 08:56:23 -0800
  • 21f77384f0
    build(deps): bump github.com/go-redsync/redsync/v4 from 4.6.0 to 4.7.1 (#4051) dependabot[bot] 2022-12-12 08:56:00 -0800
  • dd29feeb7d
    build(deps): bump golang.org/x/net from 0.2.0 to 0.4.0 #4055 dependabot[bot] 2022-12-12 15:10:37 +0000
  • 8a8415debd
    build(deps): bump google.golang.org/api from 0.103.0 to 0.104.0 #4054 dependabot[bot] 2022-12-12 15:10:31 +0000