You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chris Lu
9205140bd5
Use Unix sockets for gRPC in weed server mode ( #8858 )
* Use Unix sockets for gRPC between co-located services in weed server
Extends the Unix socket gRPC optimization (added for mini mode in #8856 )
to `weed server`. Registers Unix socket paths for each service's gRPC
port before startup, so co-located services (master, volume, filer, S3)
communicate via Unix sockets instead of TCP loopback.
Only services actually started in this process get registered. The gRPC
port is resolved early (port + 10000 if unset) so the socket path is
known before any service dials another.
* Refactor gRPC Unix socket registration into a data-driven loop
4 days ago
..
handlers
plugin worker: support job type categories (all, default, heavy) (#8547)
4 weeks ago
iceberg
feat: separate scheduler lanes for iceberg, lifecycle, and volume management (#8787)
1 week ago
lifecycle
s3api: skip TTL fast-path for versioned buckets (#8823)
6 days ago
admin_script_handler.go
adjust default timing
1 week ago
admin_script_handler_test.go
add admin script worker (#8491)
1 month ago
ec_balance_handler.go
Remove min_interval_seconds from plugin workers; vacuum default to 17m (#8790)
1 week ago
ec_balance_handler_test.go
Add data file compaction to iceberg maintenance (Phase 2) (#8503)
3 weeks ago
erasure_coding_handler.go
adjust default timing
1 week ago
erasure_coding_handler_test.go
Remove min_interval_seconds from plugin workers; vacuum default to 17m (#8790)
1 week ago
handler_registry.go
plugin worker: support job type categories (all, default, heavy) (#8547)
4 weeks ago
vacuum_handler.go
Remove min_interval_seconds from plugin workers; vacuum default to 17m (#8790)
1 week ago
vacuum_handler_test.go
Remove min_interval_seconds from plugin workers; vacuum default to 17m (#8790)
1 week ago
volume_balance_handler.go
Remove min_interval_seconds from plugin workers; vacuum default to 17m (#8790)
1 week ago
volume_balance_handler_test.go
Remove min_interval_seconds from plugin workers; vacuum default to 17m (#8790)
1 week ago
volume_metrics.go
use constants
3 weeks ago
volume_metrics_test.go
use constants
3 weeks ago
worker.go
Refactor plugin system and migrate worker runtime (#8369)
1 month ago
worker_test.go
Refactor plugin system and migrate worker runtime (#8369)
1 month ago