35 Commits (feature/mini-port-detection)

Author SHA1 Message Date
Chris Lu c2ba65053e refactor: extract drain and close channel logic into helper function 2 months ago
Chris Lu 06ea831368 fix: improve error messages and channel handling in sendRegistration 2 months ago
Chris Lu f3376c1af0 docs: add comments explaining regWait buffered channel design 2 months ago
Chris Lu 6ad8cb56f7 fix: drain regWait channel before closing to prevent message loss 2 months ago
Chris Lu acbb483b31 Use non-blocking async pattern in handleOutgoing error reporting 2 months ago
Chris Lu 4f05f657de Properly close regWait channel in reconnect to prevent resource leaks 2 months ago
Chris Lu 7e0664aee9 Prevent goroutine leaks by adding timeouts to blocking cmds sends 2 months ago
Chris Lu 33e400eb88 Refactor handleOutgoing to eliminate duplicate error handling code 2 months ago
Chris Lu 1598c4b8b9 Ensure stream errors are never lost by using async fallback 2 months ago
Chris Lu 988e6d1a2d
Update weed/worker/client.go 2 months ago
Chris Lu 324a292f9c Add debug logging for registration response routing 2 months ago
Chris Lu 5e258a5ce7 Fix critical race condition and improve error handling in worker client 2 months ago
Chris Lu 3ebbd25a4b fix: prevent deadlock when stream error occurs - make cmds send non-blocking 2 months ago
Chris Lu 85369414f9 fix: improve worker reconnection robustness and prevent handleOutgoing hang 2 months ago
Chris Lu 9a4f32fc49
feat: add automatic port detection and fallback for mini command (#7836) 2 months ago
Chris Lu 683eef72a6
fix: prevent panic on close of closed channel in worker client reconnection (#7837) 2 months ago
Chris Lu 5b86d33c3c
Fix worker reconnection race condition causing context canceled errors (#7825) 2 months ago
Chris Lu 4f038820dc
Add disk-aware EC rebalancing (#7597) 2 months ago
chrislu b7ba6785a2 go fmt 4 months ago
Chris Lu 208d7f24f4
Erasure Coding: Ec refactoring (#7396) 4 months ago
Mariano Ntrougkas f06ddd05cc
Improve-worker (#7367) 4 months ago
Mariano Ntrougkas fa025dc96f
♻️ refactor(worker): decouple state management using command-query pattern (#7354) 4 months ago
Chris Lu 34054ed910
Fix deadlock in worker client Connect() method (#7350) 4 months ago
Chris Lu e00c6ca949
Add Kafka Gateway (#7231) 4 months ago
Chris Lu bc91425632
S3 API: Advanced IAM System (#7160) 6 months ago
Chris Lu b7b73016dd
S3 API: Add SSE-KMS (#7144) 6 months ago
Chris Lu 25bbf4c3d4
Admin UI: Fetch task logs (#7114) 6 months ago
Chris Lu 0ecb466eda
Admin: refactoring active topology (#7073) 6 months ago
Chris Lu 9d013ea9b8
Admin UI: include ec shard sizes into volume server info (#7071) 6 months ago
Chris Lu 0975968e71
admin: Refactor task destination planning (#7063) 7 months ago
chrislu f5c53b1bd8 fix reason display 7 months ago
Chris Lu 891a2fb6eb
Admin: misc improvements on admin server and workers. EC now works. (#7055) 7 months ago
Chris Lu 69553e5ba6
convert error fromating to %w everywhere (#6995) 7 months ago
Chris Lu 687a6a6c1d
Admin UI: Add policies (#6968) 7 months ago
Chris Lu aa66852304
Admin UI add maintenance menu (#6944) 7 months ago