Commit Graph

  • be87c6acd2 still problems with swap file chunk chrislu 2022-12-28 16:05:37 -0800
  • 97a2f28dbc optimize performance to avoid going through the long list of chunks chrislu 2022-12-28 16:05:20 -0800
  • 95c25bc7f0 optimize size calculation for changing large files chrislu 2022-12-28 14:35:27 -0800
  • 5854dac16f remove orderedMutex as *semaphore.Weighted chrislu 2022-12-28 14:34:47 -0800
  • 68c8a9692a either mem chunk or swap file chunk is fine now chrislu 2022-12-28 13:46:39 -0800
  • dee9ab2b32 comment out debugging facilities chrislu 2022-12-28 13:44:50 -0800
  • b1896116cb do not re-use swap file chunk. Sealed chunks should not be re-used. chrislu 2022-12-28 13:35:08 -0800
  • c5b01bbc52 simple refactoring chrislu 2022-12-28 13:34:03 -0800
  • dab6e823a5 simple refactoring chrislu 2022-12-28 13:29:14 -0800
  • d8cfa1552b
    support enable/disable vacuum (#4087) Guo Lei 2022-12-28 17:36:44 +0800
  • 83a9376b13 Revert "tmp enable swap file chunk" chrislu 2022-12-27 20:38:55 -0800
  • 7fec1a97e2 fix tests #4090 changlin.shi 2022-12-28 12:35:40 +0800
  • c1a8c34b72 Merge branch 'master' into 10_acl_merged changlin.shi 2022-12-28 11:26:53 +0800
  • 985137ec47 tmp enable swap file chunk chrislu 2022-12-27 18:27:48 -0800
  • b51d94a792 more fix root 2022-12-27 16:49:10 -0800
  • 9e4b45f9ac fix tests chrislu 2022-12-27 16:26:13 -0800
  • 9926ae5d29 fix tests chrislu 2022-12-27 16:24:55 -0800
  • 69812ac2d4 Merge branch 'master' of https://github.com/lyang24/seaweedfs into fs_meta_snapshot root 2022-12-27 16:13:22 -0800
  • b7394a48f0 fix root 2022-12-27 16:12:28 -0800
  • b010eceaa7 turn off debug mode chrislu 2022-12-27 15:47:28 -0800
  • 744a757809 group chunks into sections chrislu 2022-12-27 15:45:56 -0800
  • 3e590d303d add SeparateGarbageChunks chrislu 2022-12-27 15:44:56 -0800
  • 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