Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for poolObjIdxMap (0.17 sec)

  1. cmd/erasure-server-pool.go

    			}
    
    			idx := pinfo.Index
    
    			mu.Lock()
    			defer mu.Unlock()
    
    			poolObjIdxMap[idx] = append(poolObjIdxMap[idx], obj)
    			origIndexMap[idx] = append(origIndexMap[idx], j)
    			return nil
    		}, j)
    	}
    
    	eg.Wait() // wait to check all the pools.
    
    	if len(poolObjIdxMap) > 0 {
    		// Delete concurrently in all server pools.
    		var wg sync.WaitGroup
    		wg.Add(len(z.serverPools))
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 20:08:20 GMT 2024
    - 80.5K bytes
    - Viewed (0)
Back to top