1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-08-26 22:12:47 +02:00

Commit graph

  • c1bb76d709 fix nil error chrislu 2024-01-30 08:21:42 -08:00
  • 607eacb8ae fix: fs verify error counter Konstantin Lebedev 2024-01-30 15:25:39 +05:00
  • ac50d8a822 re-lock if the lock owner is not found chrislu 2024-01-29 22:46:23 -08:00
  • 31c1881c4e fix: dataLossLimitPercent Konstantin Lebedev 2024-01-30 11:26:30 +05:00
  • 942a4f70ad fix: avoid data loss after truncate on init volume https://github.com/seaweedfs/seaweedfs/issues/4991 Konstantin Lebedev 2024-01-30 01:20:14 +05:00
  • 56287bd07d
    weed/shell: Cluster check other disk types (#5245) Benoît Knecht 2024-01-29 19:36:37 +01:00
  • 0775d05a23
    fix: http range request return status 500 (#5251) Sébastien 2024-01-29 19:35:52 +01:00
  • e5c0680dbc
    Bump github.com/shirou/gopsutil/v3 from 3.23.11 to 3.23.12 (#5255) dependabot[bot] 2024-01-29 10:29:39 -08:00
  • e04264114b
    Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (#5256) dependabot[bot] 2024-01-29 10:29:28 -08:00
  • a0234afdd4
    Bump github.com/klauspost/reedsolomon from 1.11.8 to 1.12.1 (#5257) dependabot[bot] 2024-01-29 10:29:19 -08:00
  • 4ea41994bf
    Bump github.com/rdleal/intervalst from 1.2.1 to 1.2.2 (#5258) dependabot[bot] 2024-01-29 10:29:09 -08:00
  • 39e2858037
    Bump github.com/rdleal/intervalst from 1.2.1 to 1.2.2 dependabot[bot] 2024-01-29 15:46:15 +00:00
  • 464ea082bf
    Bump github.com/klauspost/reedsolomon from 1.11.8 to 1.12.1 dependabot[bot] 2024-01-29 15:46:07 +00:00
  • e3312a5dc6
    Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 dependabot[bot] 2024-01-29 15:45:58 +00:00
  • 17b43ac723
    Bump github.com/shirou/gopsutil/v3 from 3.23.11 to 3.23.12 dependabot[bot] 2024-01-29 15:45:46 +00:00
  • e107800a73
    Bump wangyoucao577/go-release-action from 1.42 to 1.46 (#5254) dependabot[bot] 2024-01-29 07:27:17 -08:00
  • 93507936de Publish seaweedfs-3.62.0.tgz chrislusf 2024-01-29 15:11:56 +00:00
  • 5fa8f40fdf
    Fix/bad mount path better default value (#5253) spastorclovr 2024-01-29 16:11:37 +01:00
  • 2ddf4d8c94
    Bump wangyoucao577/go-release-action from 1.42 to 1.46 dependabot[bot] 2024-01-29 15:08:59 +00:00
  • cd93a1057c Merge branch 'master' into fix/bad-mount-path-better-default-value Sebastien Pastor 2024-01-29 13:10:26 +01:00
  • b12e53f974 more meaningful defaults for logs & idx for volume server definition Sebastien Pastor 2024-01-29 13:04:08 +01:00
  • 99e22b5ead fix extra space + mount name to /idx Sebastien Pastor 2024-01-29 13:02:24 +01:00
  • 153d860706 fix: http range request return status 500 Sébastien Berthier 2024-01-29 11:41:47 +01:00
  • 2bf87b010c weed/shell: Check disk types when filer is in use Benoît Knecht 2024-01-29 09:19:04 +01:00
  • 2911a55d6a weed/shell: Replace loop that copies slice Benoît Knecht 2024-01-26 06:54:41 +01:00
  • bbd2b948b2 week/shell: Cluster check other disk types Benoît Knecht 2024-01-26 06:48:07 +01:00
  • 0b2e5ddc7c wait 3 seconds before shutting down publish client, to wait for all messages to be received chrislu 2024-01-28 22:04:42 -08:00
  • 545d5fbdf6 unused code chrislu 2024-01-28 22:03:13 -08:00
  • a507069d19 lock for creating local partition chrislu 2024-01-28 15:55:26 -08:00
  • 9e6ea80dff read existing topic conf chrislu 2024-01-28 14:27:52 -08:00
  • a297247137 wait for each publish clients chrislu 2024-01-28 14:27:32 -08:00
  • b6c5e57c30 read will block if no items chrislu 2024-01-28 13:10:34 -08:00
  • 0bf5424a2e adjust visibility chrislu 2024-01-28 13:09:30 -08:00
  • dedfd31dfb refactor chrislu 2024-01-28 12:30:08 -08:00
  • cbf750a31f refactor chrislu 2024-01-28 12:23:20 -08:00
  • b51dfe2bff wait for publishing clients chrislu 2024-01-28 12:06:58 -08:00
  • f8c55f101e clean up chrislu 2024-01-28 12:06:30 -08:00
  • d40225ecd2 return the lookup results chrislu 2024-01-28 12:05:44 -08:00
  • 503ae6ad64 fix: 当缺少content-type头和文件后缀时自动检测mime type changlin.shi 2024-01-28 20:05:07 +08:00
  • 841fafd0a8 publish to input buffer chrislu 2024-01-27 23:43:22 -08:00
  • 5dc1362bdc close the input chrislu 2024-01-27 16:12:49 -08:00
  • fa835c9319 Update buffered_queue_test.go chrislu 2024-01-27 14:46:12 -08:00
  • b6de35cdb2 moved. there are some deadlock. WIP Chris Lu 2024-01-27 13:51:19 -08:00
  • 91af1f3069 schedule jobs chrislu 2024-01-26 14:09:57 -08:00
  • f6e39139d8
    weed/storage: Fix volume info file permissions (#5246) Benoît Knecht 2024-01-26 17:31:27 +01:00
  • 083b59323a save timestamp XIAOYQ 2024-01-26 21:56:12 +08:00
  • 42fdce102d fix: 修复默认添加content-type为application/octet-stream导致浏览器无法预览的问题 changlin.shi 2024-01-26 19:03:29 +08:00
  • 587ede05d4 weed/storage: Fix volume info file permissions Benoît Knecht 2024-01-26 11:15:15 +01:00
  • 4b144c1940 fix: 修复 stream signed 鉴权场景缺失acl account id 注入bug changlin.shi 2024-01-25 15:54:35 +08:00
  • 08c5fba825 adds a buffered queue chrislu 2024-01-25 20:22:41 -08:00
  • cb50b720fd Revert "Fix weed fix" chrislu 2024-01-25 08:09:36 -08:00
  • 1f08010ef0
    weed/shell: Cleanup volume balance logic (#5241) Benoît Knecht 2024-01-25 15:19:58 +01:00
  • 6f15acd25f weed/shell: Simplify range expression Benoît Knecht 2024-01-25 11:55:32 +01:00
  • e3d744e339 weed/shell: Remove volume size limit from balance functions Benoît Knecht 2024-01-25 10:55:52 +01:00
  • 849bb08bb2 release: 1.0.7 [skip ci] Gitlab Runner 2024-01-25 08:37:47 +00:00
  • a1d3f756ba Merge branch 'job_s3test_to_release' into 'fork' whitefox 2024-01-25 08:33:35 +00:00
  • 1dfba013c5 fix: allow_failure Konstantin Lebedev 2024-01-25 13:30:15 +05:00
  • 4808980a27 weed/shell: Remove special case for ALL_COLLECTIONS Benoît Knecht 2024-01-25 09:21:41 +01:00
  • 0f8e76bbd6
    fix: clean metric MasterReplicaPlacementMismatch for unregister volume (#5239) Konstantin Lebedev 2024-01-25 13:23:24 +05:00
  • 4461c5ccbc fix: s3tests to release Konstantin Lebedev 2024-01-25 13:23:12 +05:00
  • a6aee847b9
    weed/shell: Fix volume.balance logic (#5238) Benoît Knecht 2024-01-25 09:17:32 +01:00
  • 1d465eba00 release: 1.0.6 [skip ci] Gitlab Runner 2024-01-25 08:13:18 +00:00
  • 04d3f0b9fc Merge branch 'SeaweedFS_master_replica_placement_mismatch' into 'fork' whitefox 2024-01-25 08:07:10 +00:00
  • e7f2580662 fix: clean metric MasterReplicaPlacementMismatch for unregister volume whitefox 2024-01-25 08:07:10 +00:00
  • 42bc4a0d00 fix: clean metric MasterReplicaPlacementMismatch for unregister volume Konstantin Lebedev 2024-01-25 12:49:20 +05:00
  • d6b6d446aa release: 1.0.5 [skip ci] Gitlab Runner 2024-01-25 07:06:19 +00:00
  • 1d2c87a71a weed/shell: Look for empty node up to full node Benoît Knecht 2024-01-25 07:09:52 +01:00
  • b03113d99f weed/shell: Fix comparison of volume capacity Benoît Knecht 2024-01-25 07:03:27 +01:00
  • 0b71fae2e3
    fix: s3tests test_get_object_ifnonematch_good (#5237) Konstantin Lebedev 2024-01-25 00:05:55 +05:00
  • 2bdf7fae8d fix: s3tests test_get_object_ifnonematch_good Konstantin Lebedev 2024-01-24 23:48:15 +05:00
  • 64a8d4e38f Publish seaweedfs-3.62.0.tgz chrislusf 2024-01-24 17:25:39 +00:00
  • 95787ea89d
    Enable multiple disks per volume server. Also streamline the use of /logs & /idx (#5236) spastorclovr 2024-01-24 18:25:17 +01:00
  • 836b33cab5 remove uneeded name for idx Sebastien Pastor 2024-01-24 16:08:51 +01:00
  • 4fc97ad92e add loop around volume mounts for initContainers Sebastien Pastor 2024-01-24 16:08:30 +01:00
  • 848e56c4e0 missing file Sebastien Pastor 2024-01-24 16:07:20 +01:00
  • bf06b9ed22 Merge branch 'pipline_s3test' into 'fork' whitefox 2024-01-24 14:42:21 +00:00
  • a2a9a6ca21 chore: build image s3test whitefox 2024-01-24 14:42:21 +00:00
  • 4f49052180 Enable multiple disks per volume server. Also streamline the use of /logs and /idx Sebastien Pastor 2024-01-24 15:30:07 +01:00
  • 5cc1ecdab1 release: 1.0.4 [skip ci] Gitlab Runner 2024-01-24 08:01:33 +00:00
  • 505bdf172e Merge branch 'ci_add_build_small' into 'fork' whitefox 2024-01-24 07:58:50 +00:00
  • f280a41dd1 chore: add build witout tag 5BytesOffset Konstantin Lebedev 2024-01-24 12:55:49 +05:00
  • bd28d9ca7c release: 1.0.3 [skip ci] Gitlab Runner 2024-01-24 07:12:03 +00:00
  • 2cb6c280c0 Merge branch 'master' into 'fork' whitefox 2024-01-24 07:09:49 +00:00
  • 025f8eb37b return dir assign counter chrislu 2024-01-23 19:47:31 -08:00
  • d4e66cc140 return dir assign counter chrislu 2024-01-23 19:47:31 -08:00
  • a8ddbf9ed2 Merge branch 'master' into mq-subscribe chrislu 2024-01-23 19:41:16 -08:00
  • 49fcb48e04 same logic as grpc assign chrislu 2024-01-23 19:39:59 -08:00
  • 23a8b5a38d release: 1.0.2 [skip ci] Gitlab Runner 2024-01-23 16:48:52 +00:00
  • efc1cbee86 Merge branch 'logging_subscribeLocalMetadata' into 'fork' whitefox 2024-01-23 16:46:54 +00:00
  • c913d06d2c fix: added debug logging for loop exit to SubscribeLocalMetadata whitefox 2024-01-23 16:46:54 +00:00
  • 69463f198d release: 1.0.1 [skip ci] Gitlab Runner 2024-01-23 14:03:21 +00:00
  • fb51b85605 Merge branch 'revert_danger_commits' into 'fork' whitefox 2024-01-23 13:58:28 +00:00
  • 7048f110b3 fix: Revert "fix write volume over size MaxPossibleVolumeSize (#5190)" whitefox 2024-01-23 13:58:28 +00:00
  • 2458aa58bd Merge branch 'gitlab_ci_cd' into 'fork' whitefox 2024-01-23 12:35:17 +00:00
  • 410e2b9827 chore: add ci/cd Konstantin Lebedev 2024-01-23 17:22:53 +05:00
  • 02bdaee3a5 The 'path' parameter in filer.sync matches any bucket that has the prefix XIAOYQ 2024-01-23 18:34:34 +08:00
  • 7c1ad109ef Merge branch 'master' into mq-subscribe chrislu 2024-01-22 13:23:12 -08:00
  • 439377b7a0 adjust exception text chrislu 2024-01-22 12:53:44 -08:00
  • 2158e163f7
    Update the solution when a file cannot be located. (#5223) Chen Honghai 2024-01-23 04:49:09 +08:00
  • d268fbe18a when configure, cancel existing assignments chrislu 2024-01-22 11:57:17 -08:00