index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-16
chore(deps): bump github.com/getsentry/sentry-go from 0.29.1 to 0.30.0 (#6363)
dependabot[bot]
2
-3
/
+3
2024-12-16
chore(deps): bump github.com/fclairamb/ftpserverlib from 0.24.1 to 0.25.0 (#6...
dependabot[bot]
2
-3
/
+3
2024-12-15
Update disk_location_ec.go (#6359)
coffeecloudgit
1
-0
/
+4
2024-12-15
Update store.go (#6358)
coffeecloudgit
1
-8
/
+21
2024-12-15
Parallelize EC shards balancing within racks (#6354)
Lisandro Pin
1
-5
/
+5
2024-12-13
Parallelize EC shards balancing across racks. (#6352)
Lisandro Pin
1
-5
/
+6
2024-12-13
Parallelize EC balancing for racks. (#6351)
Lisandro Pin
1
-15
/
+15
2024-12-13
fix: filer may crash by bucketLastActiveTsNs concurrency access. (#6350)
zouyixiong
1
-0
/
+7
2024-12-13
[shell] only apply the balancing for writable volumes (#6346)
Konstantin Lebedev
2
-13
/
+26
2024-12-12
fix: record and delete bucket metrics after inactive (#6349)
zouyixiong
2
-8
/
+47
2024-12-12
Begin implementing EC balancing parallelization support. (#6342)
Lisandro Pin
3
-12
/
+58
2024-12-12
Limit EC re-balancing for `ec.encode` to relevant collections when a volume I...
Lisandro Pin
3
-5
/
+76
2024-12-12
Delete legacy balancing code for `ec.encode`. (#6344)
Lisandro Pin
2
-146
/
+0
2024-12-11
[shell] volume.list show only writable volumes (#6338)
Konstantin Lebedev
1
-6
/
+13
2024-12-11
volume.list avoid output empty data center and rack and disk info (#6341)
Konstantin Lebedev
1
-15
/
+46
2024-12-10
Unify the re-balancing logic for `ec.encode` with `ec.balance`. (#6339)
Lisandro Pin
6
-136
/
+156
2024-12-10
[shell] use constant for hdd of type (#6337)
Konstantin Lebedev
5
-7
/
+11
2024-12-09
chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 (#6330)
dependabot[bot]
2
-15
/
+15
2024-12-09
chore(deps): bump cloud.google.com/go/pubsub from 1.45.1 to 1.45.3 (#6328)
dependabot[bot]
2
-44
/
+44
2024-12-09
chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.69.0 to 1.71...
dependabot[bot]
2
-24
/
+24
2024-12-09
chore(deps): bump github.com/hanwen/go-fuse/v2 from 2.7.1 to 2.7.2 (#6331)
dependabot[bot]
2
-3
/
+3
2024-12-09
chore(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 (#6332)
dependabot[bot]
2
-3
/
+3
2024-12-09
chore(deps): bump docker/build-push-action from 6.9.0 to 6.10.0 (#6333)
dependabot[bot]
7
-7
/
+7
2024-12-06
Remove average constraints when selecting nodes/racks to balance EC shards in...
Lisandro Pin
3
-97
/
+12
2024-12-05
Replaced https.client.enabled with false in scaffold/security (#6320)
vadimartynov
1
-1
/
+1
2024-12-05
adjust error message
chrislu
1
-1
/
+3
2024-12-05
Share common parameters for EC re-balancing functions under a single struct. ...
Lisandro Pin
3
-187
/
+189
2024-12-04
Account for replication placement settings when balancing EC shards within th...
Lisandro Pin
3
-35
/
+57
2024-12-04
Account for replication placement settings when balancing EC shards across ra...
Lisandro Pin
4
-29
/
+36
2024-12-02
[security] reload whiteList on http seerver (#6302)
Konstantin Lebedev
6
-34
/
+81
2024-12-02
Resolve replica placement for EC volumes from master server defaults. (#6303)
Lisandro Pin
3
-28
/
+103
2024-11-28
Display details upon failures to re-balance EC shards racks. (#6299)
Lisandro Pin
2
-12
/
+18
2024-11-27
Improve EC shards rebalancing logic across nodes (#6297)
Lisandro Pin
2
-33
/
+159
2024-11-26
change comment for expect header (#6289)
steve.wei
1
-5
/
+4
2024-11-26
[master] avoid timeout when assigning for main request with filter by DC or r...
Konstantin Lebedev
3
-4
/
+8
2024-11-26
[master] update LastLeaderChangeTime for hashicorp raft (#6292)
Konstantin Lebedev
2
-1
/
+1
2024-11-25
use readable bytes size string in shell output (#6288)
Trim21
1
-1
/
+3
2024-11-25
chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.3 to 1.69...
dependabot[bot]
2
-15
/
+15
2024-11-25
chore(deps): bump docker/metadata-action from 5.5.1 to 5.6.1 (#6281)
dependabot[bot]
7
-7
/
+7
2024-11-25
chore(deps): bump github.com/hanwen/go-fuse/v2 from 2.6.1 to 2.7.1 (#6283)
dependabot[bot]
2
-3
/
+3
2024-11-25
chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#6284)
dependabot[bot]
2
-2
/
+3
2024-11-25
chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.45 to 1....
dependabot[bot]
2
-33
/
+33
2024-11-25
chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#6286)
dependabot[bot]
2
-3
/
+3
2024-11-25
use ShouldGrowVolumesByDcAndRack (#6280)
Konstantin Lebedev
3
-29
/
+42
2024-11-25
fix missing register master metric MasterPickForWriteErrorCounter (#6277)
Konstantin Lebedev
1
-0
/
+1
2024-11-23
fix EcVolumes sorting in volume UI (#6275)
Trim21
1
-3
/
+4
2024-11-23
wait a bit before getting the next volume id if the leader is recently elected
chrislu
3
-0
/
+10
2024-11-21
use math rand v2
chrislu
1
-2
/
+2
2024-11-21
format error
chrislu
2
-7
/
+7
2024-11-21
Improve EC shards rebalancing logic across racks (#6270)
Lisandro Pin
4
-40
/
+269
[next]