Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for calcCommonCounter (0.13 sec)

  1. cmd/metacache-set.go

    			}
    		}
    		if max < readQuorum {
    			return 0
    		}
    		return commonCount
    	}
    
    	commonWrite = filter(writes)
    	commonDelete = filter(deletes)
    	return
    }
    
    func calcCommonCounter(infos []DiskInfo, readQuorum int) (commonCount uint64) {
    	filter := func() (commonCount uint64) {
    		max := 0
    		signatureMap := map[uint64]int{}
    		for _, info := range infos {
    			if info.Error != "" {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 22:18:44 UTC 2024
    - 30.4K bytes
    - Viewed (0)
Back to top