Commit Graph

  • bcbdc4cb37 use const multipart uploads folder avoid error bucket NotEmpty if multipart uploads folder exist #3253 Konstantin Lebedev 2022-06-29 16:21:16 +0500
  • a8abab2412 Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-06-29 02:44:14 -0700
  • 449ecc8890 remove max connection age chrislu 2022-06-29 02:44:12 -0700
  • c6e6e303db
    Merge pull request #3200 from lapshin-vitaly/bufix/validate-tags-on-copy Chris Lu 2022-06-29 01:37:14 -0700
  • e22c2c8012
    Merge pull request #3188 from kmlebedev/fix_make_dev Chris Lu 2022-06-29 01:36:59 -0700
  • 7c3d9d0535 remove println #3200 Lapshin Vitaliy 2022-06-29 10:43:02 +0300
  • 61b2e3f9a2 fix return Lapshin Vitaliy 2022-06-28 18:31:46 +0300
  • 606252472c fix return Lapshin Vitaliy 2022-06-28 18:24:03 +0300
  • e969370913 fix parseTagging function and add test for validate tags Lapshin Vitaliy 2022-06-28 14:48:55 +0300
  • a79bf9d92a
    Merge pull request #3252 from guol-fnst/update_tbk Chris Lu 2022-06-27 22:37:41 -0700
  • 74c9f39d48 remove hdfs, add tikv for full version update #3252 guol-fnst 2022-06-28 12:35:07 +0800
  • 8d810f8305
    Merge pull request #3251 from shichanglin5/fix_concurrent_write_read Chris Lu 2022-06-27 21:23:48 -0700
  • e1b94eb6b9 fix `error: concurrent map writes` when add or remove cluster node #3251 石昌林 2022-06-28 10:06:04 +0800
  • 4b1f48a399 Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-06-27 12:40:50 -0700
  • 4a65159250 fix reading time chrislu 2022-06-27 12:40:47 -0700
  • da74217a2f
    Merge 43e44ecb03 into dc6b1a52e8 #3239 qzh 2022-06-27 12:30:52 -0700
  • dc6b1a52e8
    Merge pull request #3250 from xdadrm/xdadrm-patch-xweo-byte-files-from-webdav Chris Lu 2022-06-27 11:33:35 -0700
  • 3a42269da8
    Fixes WebDAV 0-bytes files #3250 xdadrm 2022-06-27 20:19:21 +0200
  • 4be406a095
    Merge pull request #3249 from kmlebedev/issues_2589 Chris Lu 2022-06-27 11:05:07 -0700
  • 265b05c8fc
    Merge pull request #3245 from chrislusf/dependabot/go_modules/github.com/klauspost/reedsolomon-1.10.0 Chris Lu 2022-06-27 10:15:23 -0700
  • f5273cdd5c
    Merge pull request #3244 from chrislusf/dependabot/go_modules/github.com/go-redsync/redsync/v4-4.5.1 Chris Lu 2022-06-27 10:03:32 -0700
  • a9389377b5
    Merge pull request #3247 from chrislusf/dependabot/go_modules/google.golang.org/api-0.85.0 Chris Lu 2022-06-27 10:02:19 -0700
  • 9bff097b01 currentMaster redirected #3249 Konstantin Lebedev 2022-06-27 21:55:16 +0500
  • 6c20a3b622 avoid set currentMaster k8s svc.local discoveruy service domains https://github.com/chrislusf/seaweedfs/issues/2589 Konstantin Lebedev 2022-06-27 21:47:05 +0500
  • 201023dd15
    Merge pull request #3242 from garenchan/ck-dev1 Chris Lu 2022-06-27 09:46:46 -0700
  • d172d07212
    Merge pull request #3246 from chrislusf/dependabot/go_modules/github.com/stretchr/testify-1.7.5 Chris Lu 2022-06-27 09:44:41 -0700
  • 2e3d6104e4
    Merge pull request #3243 from chrislusf/dependabot/go_modules/cloud.google.com/go/storage-1.23.0 Chris Lu 2022-06-27 09:44:25 -0700
  • 1a5981d583 fix test Lapshin Vitaliy 2022-06-27 18:46:21 +0300
  • 983686bb83
    Bump google.golang.org/api from 0.83.0 to 0.85.0 #3247 dependabot[bot] 2022-06-27 15:24:20 +0000
  • b5d70669ad
    Bump github.com/stretchr/testify from 1.7.3 to 1.7.5 #3246 dependabot[bot] 2022-06-27 15:24:14 +0000
  • 787103b032
    Bump github.com/klauspost/reedsolomon from 1.9.16 to 1.10.0 #3245 dependabot[bot] 2022-06-27 15:24:07 +0000
  • cfd7c0fa78
    Bump github.com/go-redsync/redsync/v4 from 4.5.0 to 4.5.1 #3244 dependabot[bot] 2022-06-27 15:24:02 +0000
  • e90a6af65e
    Bump cloud.google.com/go/storage from 1.22.1 to 1.23.0 #3243 dependabot[bot] 2022-06-27 15:23:46 +0000
  • 8aa19577f4 fix 3238: handle errors for GenerateDirUuid method #3242 garenchan 2022-06-27 22:04:50 +0800
  • d7c3493d15 Merge branch 'master' into bufix/validate-tags-on-copy Lapshin Vitaliy 2022-06-27 13:53:57 +0300
  • 43e44ecb03 docs(filer.sync): Delete useless code. fix code comment. zhihao.qu 2022-06-27 18:08:47 +0800
  • 534b0fe26d feat(filer.sync): add parallel synchronization function zhihao.qu 2022-06-27 16:40:23 +0800
  • b9f7b6fb9a adjust log message chrislu 2022-06-26 23:12:16 -0700
  • fdd880b111
    Merge pull request #3237 from shichanglin5/remove_query_collection Chris Lu 2022-06-26 23:02:11 -0700
  • 15bfc60a88 Remove the collection query param of s3api and let the collection be determined by the filer #3237 石昌林 2022-06-27 13:47:53 +0800
  • 6a2afc3a7e
    Merge pull request #3235 from blacktear23/list-filer-stores Chris Lu 2022-06-26 22:20:38 -0700
  • af23e63e3f Improve filer command help, add supported filer store list #3235 yulai.li 2022-06-27 12:09:16 +0800
  • d003bb0166 java 3.13 chrislu 2022-06-26 20:41:51 -0700
  • 40a9634c3d 3.13 3.13 chrislu 2022-06-26 20:13:52 -0700
  • cc01f71752
    Merge pull request #3233 from blacktear23/filerstore-tikv Chris Lu 2022-06-26 20:12:18 -0700
  • 93dd33319f Update github workflow configuration files #3233 yulai.li 2022-06-27 11:06:35 +0800
  • 824cbe32be Make tikv filer enable/disable by build tags yulai.li 2022-06-27 10:57:24 +0800
  • 9dfea44aeb fix unit chrislu 2022-06-26 12:21:38 -0700
  • 3142e77eca mount: stats report physical size instead of logical size chrislu 2022-06-26 12:14:34 -0700
  • 13159ad0d8 Merge branch 'master' into filerstore-tikv yulai.li 2022-06-26 22:44:01 +0800
  • 46e0b629e5 Update tikv client version and add one PC support yulai.li 2022-06-26 22:43:37 +0800
  • f77eda4b4f Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-06-25 09:22:52 -0700
  • 3ce46c3566 fix entry full url lookup chrislu 2022-06-25 09:22:49 -0700
  • 33b800e5bc
    Merge branch 'chrislusf:master' into master #3231 famosss 2022-06-25 15:40:50 +0800
  • dc59ccd110
    Merge pull request #3228 from shichanglin5/fix_volumeNotFound Chris Lu 2022-06-24 23:06:13 -0700
  • 0a49422b31 fix:retry to wait rebuild vidmap when grpc connection error. zzq09494 2022-06-25 14:03:25 +0800
  • f1ea906c13 Code comment optimization #3228 石昌林 2022-06-25 11:56:09 +0800
  • 726d17aea0 Revert "fix: the full url's format of LookupFileIdWithFallback" zzq09494 2022-06-25 11:40:24 +0800
  • 0830b8b53e fix: the full url's format of LookupFileIdWithFallback #3230 zzq09494 2022-06-25 10:56:01 +0800
  • 0c8e033e68 When the connection with the leader is disconnected, the vidMap should not be reset immediately, but should be reset after connecting to a new leader 石昌林 2022-06-24 17:41:46 +0800
  • 9c517d2b35 masterclient: fallback to directly querying master in case of missing volume id location chrislu 2022-06-24 02:08:57 -0700
  • 280e33092c
    Merge pull request #3226 from kmlebedev/advancedtls Chris Lu 2022-06-24 01:34:58 -0700
  • 509a9047db test compact map with snowflake sequencer chrislu 2022-06-23 21:45:51 -0700
  • 217d7dc377 verify seq is always unique chrislu 2022-06-23 21:22:05 -0700
  • 2e782dfdcb rm defer comments #3226 Konstantin Lebedev 2022-06-24 01:50:13 +0500
  • 7efaafb0ee fix Authenticate Konstantin Lebedev 2022-06-24 01:42:04 +0500
  • b0aa51d7ef enable require client cert Konstantin Lebedev 2022-06-24 00:29:23 +0500
  • ea7cdb8b0e seperate option Konstantin Lebedev 2022-06-24 00:26:56 +0500
  • 46ae28d64c upgrade github.com/chrislusf/raft chrislu 2022-06-23 12:10:23 -0700
  • 5b388ed6c1 initial advancedtls Konstantin Lebedev 2022-06-23 23:32:15 +0500
  • 28f615dcae java: fix data encryption chrislu 2022-06-23 03:05:59 -0700
  • 0c13fc873c fix compilation chrislu 2022-06-23 00:45:11 -0700
  • 96496d5286 master: broadcast new volume locations to clients to avoid possible racing condition chrislu 2022-06-23 00:41:33 -0700
  • 52c44d646e Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-06-22 00:34:27 -0700
  • 530da0cc89 remove unused code chrislu 2022-06-22 00:34:25 -0700
  • 3185154d0e
    Merge pull request #3218 from famosss/master Chris Lu 2022-06-21 20:33:21 -0700
  • 8a6e7a7df8
    Merge branch 'chrislusf:master' into master #3218 famosss 2022-06-22 09:58:56 +0800
  • 9df5ad5309 fix: vacuum create a lot of connections quickly zzq09494 2022-06-22 09:57:22 +0800
  • d652ce1a36
    Merge pull request #3216 from kmlebedev/mk_raft_basedir Chris Lu 2022-06-21 12:21:30 -0700
  • 6b3beb709d fix format chrislu 2022-06-21 12:21:02 -0700
  • c1c8dad677 avoid no such raft date directory https://github.com/chrislusf/seaweedfs/issues/3214 #3216 Konstantin Lebedev 2022-06-21 13:47:51 +0500
  • 5f667e7db2 avoid concurrent re-creation of connections https://github.com/chrislusf/seaweedfs/pull/3201 #3212 Konstantin Lebedev 2022-06-21 11:27:02 +0500
  • 4dc27e1ed5 3.12 3.12 chrislu 2022-06-20 19:07:00 -0700
  • 492da3dbce master: put metadata under instance specific folder chrislu 2022-06-20 19:04:49 -0700
  • 41dfe27102 Revert "remove max connection age" chrislu 2022-06-20 14:49:39 -0700
  • 2295766e2c Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-06-20 14:16:18 -0700
  • 1d0c53ea56 remote storage: stop supporting hdfs as a remote storage chrislu 2022-06-20 14:15:59 -0700
  • 1846d08a32
    Merge pull request #3210 from zeisss/patch-1 Chris Lu 2022-06-20 14:03:38 -0700
  • 1eb7826909
    Fix link to osxfuse github page #3210 Stephan 2022-06-20 22:36:07 +0200
  • bf5a5abfb1 Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislu 2022-06-20 13:18:11 -0700
  • 69a2e503ab non-recursive directory deletion chrislu 2022-06-20 13:18:08 -0700
  • 36931babf9 update go-fuse to latest version chrislu 2022-06-20 13:15:20 -0700
  • 76f26c4b99 mount: delete target entry first during move chrislu 2022-06-20 13:15:02 -0700
  • 0d22877df9
    Merge pull request #3209 from chrislusf/dependabot/go_modules/github.com/google/btree-1.1.2 Chris Lu 2022-06-20 10:40:00 -0700
  • 758df5ade6
    Merge pull request #3208 from chrislusf/dependabot/go_modules/github.com/stretchr/testify-1.7.3 Chris Lu 2022-06-20 10:39:53 -0700
  • 497ac1da27
    Merge pull request #3207 from chrislusf/dependabot/go_modules/github.com/ydb-platform/ydb-go-sdk/v3-3.27.0 Chris Lu 2022-06-20 10:39:45 -0700
  • a608d71523
    Merge pull request #3206 from chrislusf/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.37 Chris Lu 2022-06-20 10:39:39 -0700
  • 6eed6ceaa3
    Merge pull request #3205 from chrislusf/dependabot/go_modules/cloud.google.com/go/pubsub-1.22.2 Chris Lu 2022-06-20 10:39:33 -0700
  • 2064e49842
    Merge pull request #3204 from chrislusf/dependabot/github_actions/actions/dependency-review-action-2.0.2 Chris Lu 2022-06-20 10:39:20 -0700
  • 50d564216b
    Bump github.com/google/btree from 1.0.1 to 1.1.2 #3209 dependabot[bot] 2022-06-20 15:24:50 +0000