Chris Lu
|
24556ebdcc
|
Refine Bucket Size Metrics: Logical and Physical Size (#7943)
* refactor: implement logical size calculation with replication factor using dedicated helper
* ui: update bucket list to show logical/physical size
|
2026-01-02 18:28:00 -08:00 |
|
Chris Lu
|
9d013ea9b8
|
Admin UI: include ec shard sizes into volume server info (#7071)
* show ec shards on dashboard, show max in its own column
* master collect shard size info
* master send shard size via VolumeList
* change to more efficient shard sizes slice
* include ec shard sizes into volume server info
* Eliminated Redundant gRPC Calls
* much more efficient
* Efficient Counting: bits.OnesCount32() uses CPU-optimized instructions to count set bits in O(1)
* avoid extra volume list call
* simplify
* preserve existing shard sizes
* avoid hard coded value
* Update weed/storage/erasure_coding/ec_volume_info.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update weed/admin/dash/volume_management.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update ec_volume_info.go
* address comments
* avoid duplicated functions
* Update weed/admin/dash/volume_management.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* simplify
* refactoring
* fix compilation
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-02 02:16:49 -07:00 |
|
Chris Lu
|
69553e5ba6
|
convert error fromating to %w everywhere (#6995)
|
2025-07-16 23:39:27 -07:00 |
|
chrislu
|
64c5dde2f3
|
support multiple masters
fix https://github.com/seaweedfs/seaweedfs/issues/6988
|
2025-07-15 10:51:07 -07:00 |
|
chrislu
|
e85fbd29a1
|
refactor
|
2025-07-04 13:33:58 -07:00 |
|