Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for shardConfig (0.05 seconds)

  1. docs/debugging/xl-meta/main.go

    								for shardIdx, shard := range splitFilled[:k] {
    									if shardConfig[shardIdx] != shard[offset] {
    										newConfig = true
    										break
    									}
    								}
    								if newConfig {
    									if offset > startOffset && reconstructAbleConfig {
    										reconPartial(shards, k, parityOK, splitData, startOffset, offset, rs, shardConfig, splitFilled)
    									}
    									// Update to new config and add current
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 40.4K bytes
    - Click Count (0)
Back to Top