1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-08-27 06:22:46 +02:00

Commit graph

  • 6a61b54f29 Merge branch 'mq-subscribe' chrislu 2024-03-16 11:42:23 -07:00
  • 27bb38228b only broad cast when there are waiting threads chrislu 2024-03-16 11:38:27 -07:00
  • 054d0b3487 wait for data chrislu 2024-03-16 11:14:14 -07:00
  • f8957b84c1 rename to LastTsNs chrislu 2024-03-16 10:52:47 -07:00
  • 529fa8c4c8 go fmt chrislu 2024-03-16 10:51:47 -07:00
  • 059df3957d rename to lastFlushDataTime chrislu 2024-03-16 10:51:16 -07:00
  • 1b5c547cfe logs chrislu 2024-03-15 21:08:57 -07:00
  • 55714f54ab local partition is generated or not chrislu 2024-03-15 21:08:42 -07:00
  • 56ce040ab6 log errors chrislu 2024-03-15 21:05:40 -07:00
  • 549455c30d streaming mode chrislu 2024-03-15 21:05:24 -07:00
  • f653838f34 follower receive a hello message before actual data chrislu 2024-03-15 20:36:01 -07:00
  • 64a32730a2 add size() chrislu 2024-03-15 20:34:39 -07:00
  • 205829fa22
    Document default method used by compact (#5379) Michał Frąckiewicz 2024-03-15 20:16:44 +01:00
  • ddd4b6b986
    Document default method used by compact Michał Frąckiewicz 2024-03-15 07:55:14 +01:00
  • 18d941ba25 禁用shell相关删除命令 changlin.shi 2024-03-15 10:56:46 +08:00
  • 54ee73287d
    [filer] replace an invalid methods in a metric with an invalid one (#5378) Konstantin Lebedev 2024-03-14 20:19:09 +05:00
  • 070915b9bb fix: replace an invalid methods in a metric with an invalid one for filer Konstantin Lebedev 2024-03-13 20:05:13 +05:00
  • 6f615c62ae Merge branch 'master' into mq-subscribe chrislu 2024-03-12 09:19:06 -07:00
  • 604091a480 use stopChan to close previous filer peer meta subscription instances chrislu 2024-03-12 09:18:54 -07:00
  • 1efa502dbb go fmt chrislu 2024-03-12 09:17:20 -07:00
  • 8760753119
    chore(deps): bump go.etcd.io/etcd/client/v3 from 3.5.11 to 3.5.12 (#5369) dependabot[bot] 2024-03-11 09:55:26 -07:00
  • 2db8305093
    chore(deps): bump github.com/prometheus/procfs from 0.12.0 to 0.13.0 (#5368) dependabot[bot] 2024-03-11 09:55:16 -07:00
  • 2219ea88e5
    chore(deps): bump go.etcd.io/etcd/client/v3 from 3.5.11 to 3.5.12 dependabot[bot] 2024-03-11 16:39:04 +00:00
  • 59da88ea3e
    chore(deps): bump github.com/prometheus/procfs from 0.12.0 to 0.13.0 dependabot[bot] 2024-03-11 16:37:55 +00:00
  • f0c7b1b08e
    chore(deps): bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 (#5370) dependabot[bot] 2024-03-11 09:36:46 -07:00
  • 28e6740ad3
    chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#5371) dependabot[bot] 2024-03-11 09:36:38 -07:00
  • a6cca4dd39
    chore(deps): bump go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0 (#5372) dependabot[bot] 2024-03-11 09:36:30 -07:00
  • 963bed3374
    chore(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 (#5373) dependabot[bot] 2024-03-11 09:36:21 -07:00
  • b7cc3d6ffb
    chore(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 dependabot[bot] 2024-03-11 15:42:37 +00:00
  • 42855c9950
    chore(deps): bump go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0 dependabot[bot] 2024-03-11 15:37:35 +00:00
  • 547b34725c
    chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 dependabot[bot] 2024-03-11 15:37:30 +00:00
  • 7bb35ebd35
    chore(deps): bump github.com/prometheus/client_golang dependabot[bot] 2024-03-11 15:37:28 +00:00
  • 6f75a0af55 ask follower to follow chrislu 2024-03-10 14:34:28 -07:00
  • c1a5952009 rename chrislu 2024-03-09 12:57:01 -08:00
  • e7823ee967 retry connecting to broker leader chrislu 2024-03-09 12:56:49 -08:00
  • ab70aa92da
    remove repetitive words (#5364) rustrover 2024-03-09 23:35:47 +08:00
  • a378479f77 remove repetitive words rustrover 2024-03-09 16:34:13 +08:00
  • 3b28433cb1 change LogBuffer visibility in LocalPartition chrislu 2024-03-07 10:57:04 -08:00
  • 28f8f33d6a include key in LogEntry chrislu 2024-03-07 10:53:30 -08:00
  • 34f2b600ac each log function adds a "done" return parameter chrislu 2024-03-07 10:50:09 -08:00
  • 62397f2371 adjust error chrislu 2024-03-07 10:47:50 -08:00
  • 832b60c13f pass errors chrislu 2024-03-07 10:47:06 -08:00
  • 49869eec83 edge cases for broker assignment chrislu 2024-03-07 10:45:38 -08:00
  • 33ab6cfcf7 adjust error chrislu 2024-03-07 10:44:09 -08:00
  • 8f79bb3987 Merge branch 'master' into mq-subscribe chrislu 2024-03-07 10:42:29 -08:00
  • b544a69550 Merge branch 'master' of https://github.com/seaweedfs/seaweedfs chrislu 2024-03-07 10:42:15 -08:00
  • 5c0f01c0eb purge cluster id chrislu 2024-03-07 10:42:12 -08:00
  • 170b63d6f8
    [filer.backup] add param uploader_part_size for S3sink (#5352) Konstantin Lebedev 2024-03-07 21:35:51 +05:00
  • 0390b8ec4e fix: env WEED_SINK_S3_UPLOADER_PART_SIZE_MB Konstantin Lebedev 2024-03-07 13:23:35 +05:00
  • 61caf69b66 fix: env and force set max MaxUploadParts Konstantin Lebedev 2024-03-06 22:06:01 +05:00
  • ad7f2ed7b8
    Merge 4c2ae96e13 into ecc154fa9e Farbod 2024-03-06 07:29:16 -08:00
  • ecc154fa9e
    Add deleted bytes to total_disk_size (#5161) Seyed Mahdi Sadegh Shobeiri 2024-03-06 18:58:46 +03:30
  • 3e3e0fa240
    feat: add support for S3 ListObjects and ListObjectsV2 (#5350) adasauce 2024-03-06 11:24:44 -04:00
  • 3424a4c521 fix: MaxUploadPartst is reduced to the maximum allowable Konstantin Lebedev 2024-03-06 11:30:15 +05:00
  • 872b5161e6
    [shell] fs log purge (#5344) Konstantin Lebedev 2024-03-05 22:09:08 +05:00
  • 61a1fc6780 fix: Nit: dayAgo => daysAgo Konstantin Lebedev 2024-03-05 22:05:24 +05:00
  • 18d06aaf65
    chore(deps): bump github.com/tidwall/gjson from 1.17.0 to 1.17.1 (#5357) dependabot[bot] 2024-03-04 09:11:21 -08:00
  • 332cf579b5
    chore(deps): bump cloud.google.com/go/pubsub from 1.36.1 to 1.36.2 (#5356) dependabot[bot] 2024-03-04 09:11:12 -08:00
  • fad64a6af7
    chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#5355) dependabot[bot] 2024-03-04 09:11:04 -08:00
  • caa9f34ff0
    chore(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 (#5354) dependabot[bot] 2024-03-04 09:10:56 -08:00
  • 54650e048a
    chore(deps): bump github.com/rdleal/intervalst from 1.2.2 to 1.3.0 (#5353) dependabot[bot] 2024-03-04 09:10:48 -08:00
  • a39397f4e5
    chore(deps): bump azure/setup-helm from 3 to 4 (#5358) dependabot[bot] 2024-03-04 09:10:28 -08:00
  • c6e27d5f03
    chore(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#5359) dependabot[bot] 2024-03-04 09:10:21 -08:00
  • 6736cc7cd7
    chore(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 dependabot[bot] 2024-03-04 15:38:03 +00:00
  • 6acc20d85a
    chore(deps): bump azure/setup-helm from 3 to 4 dependabot[bot] 2024-03-04 15:37:57 +00:00
  • a741d9c339
    chore(deps): bump github.com/tidwall/gjson from 1.17.0 to 1.17.1 dependabot[bot] 2024-03-04 15:13:09 +00:00
  • d0beb3c1ad
    chore(deps): bump cloud.google.com/go/pubsub from 1.36.1 to 1.36.2 dependabot[bot] 2024-03-04 15:12:59 +00:00
  • 7ab227f8c0
    chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 dependabot[bot] 2024-03-04 15:12:25 +00:00
  • cc9382b5bd
    chore(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 dependabot[bot] 2024-03-04 15:12:19 +00:00
  • 92224354de
    chore(deps): bump github.com/rdleal/intervalst from 1.2.2 to 1.3.0 dependabot[bot] 2024-03-04 15:12:08 +00:00
  • 7c70446f48 fix: attr mtime Konstantin Lebedev 2024-03-04 11:44:02 +05:00
  • 550319c83e fix: X-Amz-Meta-Mtime and resolve with comments Konstantin Lebedev 2024-03-03 19:00:00 +05:00
  • 79bce7fc15 add filer-backup compose file Konstantin Lebedev 2024-03-01 22:15:18 +05:00
  • 4bf3783741 chore: refactor cinfig Konstantin Lebedev 2024-03-01 19:50:22 +05:00
  • fe03b1b522 handle single broker case chrislu 2024-03-01 05:59:40 -08:00
  • 275b995af8 chore: refactor configure S3Sink Konstantin Lebedev 2024-03-01 17:15:00 +05:00
  • ad50bf1c1c Merge remote-tracking branch 'origin/master' into master_orig Konstantin Lebedev 2024-03-01 15:27:35 +05:00
  • 50c5dd7313 test low active brokers chrislu 2024-02-29 20:50:57 -08:00
  • 7598922b41 assign followers chrislu 2024-02-29 14:51:06 -08:00
  • 7e443ef0a1 latest protoc-gen-go chrislu 2024-02-29 10:06:23 -08:00
  • ead27a4f59 publish init add followers chrislu 2024-02-29 09:39:12 -08:00
  • 1b4484bf0a go fmt chrislu 2024-02-29 09:38:52 -08:00
  • 2a7028373d Merge branch 'master' into mq-subscribe chrislu 2024-02-29 06:22:39 -08:00
  • 0833057503
    Moved noapplexattr under runtime.GOARCH == "amd64" to resolve the fin… (#5351) Sean Ross 2024-02-29 03:16:28 -07:00
  • 72f23032cf
    Moved noapplexattr under runtime.GOARCH == "amd64" to resolve the finder copy bug on arm64 macOS devices. Sean Ross 2024-02-28 16:28:29 -07:00
  • faedb92a34 feat: add support for S3 ListObjects and ListObjectsV2 adasauce 2024-02-28 16:56:24 -04:00
  • 88495744a1 Merge remote-tracking branch 'origin/master' into master_orig Konstantin Lebedev 2024-02-28 23:36:56 +05:00
  • 28900980e8 fix: dayAgo Konstantin Lebedev 2024-02-28 11:52:07 +05:00
  • 5cb0f98f01 Revert "fix: install cronie" Konstantin Lebedev 2024-02-28 11:51:23 +05:00
  • 85d6d5371b
    Disable filer UI in configuration (#5297) jerebear12 2024-02-27 10:38:55 -06:00
  • 9465567b0f Add cmd flag to server.go jerebear12 2024-02-27 10:34:44 -06:00
  • 3959023474 chore: shell delete old logs Konstantin Lebedev 2024-02-27 19:06:18 +05:00
  • e88467bb36
    chore(deps): bump github.com/aws/aws-sdk-go from 1.50.10 to 1.50.25 (#5338) dependabot[bot] 2024-02-26 09:16:48 -08:00
  • 62ceda4a12
    chore(deps): bump github.com/aws/aws-sdk-go from 1.50.10 to 1.50.25 dependabot[bot] 2024-02-26 17:12:15 +00:00
  • 8e7b77b580
    chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.1.0 to 5.2.0 (#5339) dependabot[bot] 2024-02-26 09:10:17 -08:00
  • e8b4e13077
    chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.1.0 to 5.2.0 dependabot[bot] 2024-02-26 17:10:07 +00:00
  • 55e6ff744d
    chore(deps): bump google.golang.org/api from 0.165.0 to 0.167.0 (#5341) dependabot[bot] 2024-02-26 09:08:09 -08:00
  • d2c97cfa2c
    chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.16.16 to 1.17.4 (#5337) dependabot[bot] 2024-02-26 09:07:34 -08:00
  • 51a36923a4
    chore(deps): bump actions/dependency-review-action from 4.1.1 to 4.1.3 (#5336) dependabot[bot] 2024-02-26 09:07:25 -08:00
  • 41fbf55354
    chore(deps): bump wangyoucao577/go-release-action from 1.48 to 1.49 (#5335) dependabot[bot] 2024-02-26 09:07:16 -08:00