12349 Commits (683e3d06a44bc22e6c6ef0ca404373c558e62acf)
 

Author SHA1 Message Date
Chris Lu 683e3d06a4 go mod tidy 14 hours ago
Chris Lu 2567be8040
refactor: remove unused gRPC connection age parameters (#7852) 15 hours ago
Chris Lu 14df5d1bb5
fix: improve worker reconnection robustness and prevent handleOutgoing hang (#7838) 15 hours ago
dependabot[bot] ce71968bad
chore(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 (#7849) 17 hours ago
dependabot[bot] a898160e39
chore(deps): bump golang.org/x/crypto from 0.45.0 to 0.46.0 (#7847) 17 hours ago
Chris Lu aaa6de7712 Increase timeout from 5m to 10m for S3 HTTPS test workflow 17 hours ago
Chris Lu 1d0361d936
Fix: Eliminate duplicate versioned objects in S3 list operations (#7850) 17 hours ago
dependabot[bot] 276fd764da
chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.3 to 1.32.6 (#7846) 19 hours ago
dependabot[bot] 044e448305
chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ from 0.5.0 to 0.5.1 (#7848) 19 hours ago
Chris Lu cc2edfaf68
fix: enable RetryForever for active-active cluster sync to prevent out-of-sync (#7840) 1 day ago
Chris Lu 9a4f32fc49
feat: add automatic port detection and fallback for mini command (#7836) 1 day ago
Chris Lu 683eef72a6
fix: prevent panic on close of closed channel in worker client reconnection (#7837) 2 days ago
Chris Lu 1dfda78e59 update doc 2 days ago
Chris Lu 31cb28d9d3
feat: auto-configure optimal volume size limit based on available disk space (#7833) 2 days ago
Chris Lu 3613279f25
Add 'weed mini' command for S3 beginners and small/dev use cases (#7831) 2 days ago
Chris Lu f67ba35f4a
Make lock_manager.RenewInterval configurable in LiveLock (#7830) 3 days ago
Chris Lu f63d9ad390
s3api: fix bucket-root listing w/ delimiter (#7827) 3 days ago
Chris Lu 5b86d33c3c
Fix worker reconnection race condition causing context canceled errors (#7825) 4 days ago
chrislu 4a764dbb37 fmt 4 days ago
Chris Lu 4aa50bfa6a
fix: EC rebalance fails with replica placement 000 (#7812) 4 days ago
chrislu 77a56c2857 adjust default concurrent reader and writer 4 days ago
Chris Lu f4cdfcc5fd
Add cluster.raft.leader.transfer command for graceful leader change (#7819) 4 days ago
Chris Lu 134fd6a1ae
fix: S3 remote storage cold-cache read fails with 'size reported but no content available' (#7817) 4 days ago
Chris Lu 6442da6f17
mount: efficient file lookup in large directories, skipping directory caching (#7818) 4 days ago
Chris Lu ed1da07665
Add consistent -debug and -debug.port flags to commands (#7816) 5 days ago
Chris Lu bccef78082
fix: reduce N+1 queries in S3 versioned object list operations (#7814) 5 days ago
Chris Lu 414cda4215
fix: S3 versioning memory leak in ListObjectVersions pagination (#7813) 5 days ago
Lisandro Pin 6a1b9ce8cd
Give `cluster.status` detailed file metrics for regular volumes (#7791) 6 days ago
Chris Lu 0e998e07d0
Upgrade raft to v1.1.6 to fix panic on log compaction (#7811) 6 days ago
MorezMartin 22271358c6
Fix worker and admin ca (#7807) 6 days ago
Chris Lu df0ea18084
fix: use consistent telemetryUrl default in master.follower (#7809) 6 days ago
Chris Lu 0b8fdab1e3
fix: initialize missing MasterOptions fields in master.follower (#7808) 6 days ago
Chris Lu ec3378f7a6
fix: improve mount quota enforcement to prevent overflow (#7804) 6 days ago
Chris Lu 99a2e79efc
fix: authenticate before parsing form in IAM API (#7803) 6 days ago
Chris Lu 2763f105f4
fix: use unique bucket name in TestS3IAMPresignedURLIntegration to avoid flaky test (#7801) 6 days ago
Chris Lu a77b145590
fix: ListBuckets returns empty for users with bucket-specific permissions (#7799) 6 days ago
chrislu 9e9c97ec61 fix bucket link 6 days ago
Chris Lu 347ed7cbfa
fix: sync replica entries before ec.encode and volume.tier.move (#7798) 6 days ago
Chris Lu 9c4a2e1b1a
fix: JWT validation failures during replication (#7788) (#7795) 7 days ago
Chris Lu 02f7d3f3e2
Fix S3 server panic when -s3.port.https equals -s3.port (#7794) 7 days ago
Chris Lu 8518f06777
Fix volume repeatedly toggling between crowded and uncrowded (#7793) 7 days ago
G-OD 504b258258
s3: fix remote object not caching (#7790) 7 days ago
Chris Lu 697b56003d
s3: reduce ObjectVersion memory by not retaining full Entry (#7786) 7 days ago
chrislu 956c5a1626 s3: fix pagination by collecting all versions when keyMarker is set 1 week ago
chrislu daa3af826f ci: fix stress tests by adding server start/stop 1 week ago
chrislu aff144f8b5 ci: run versioning stress tests on all PRs, not just master pushes 1 week ago
chrislu 9150d84eea test: use -master.peers=none for faster test server startup 1 week ago
chrislu 5dd34e3260 s3: fix ListObjectVersions pagination by implementing key-marker filtering 1 week ago
chrislu 26121c55c9 test: improve pagination stress test with QUICK_TEST option and better assertions 1 week ago
chrislu f517bc39fc test: fix nil pointer dereference and add debugging to pagination stress tests 1 week ago