Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startContinuousLockRefresh (0.22 sec)

  1. internal/dsync/drwmutex.go

    				}
    
    				dm.m.Unlock()
    				log("lockBlocking %s/%s for %#v: granted\n", id, source, dm.Names)
    
    				// Refresh lock continuously and cancel if there is no quorum in the lock anymore
    				dm.startContinuousLockRefresh(lockLossCallback, id, source, quorum)
    
    				return locked
    			}
    
    			switch {
    			case opts.RetryInterval < 0:
    				return false
    			case opts.RetryInterval > 0:
    				time.Sleep(opts.RetryInterval)
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 19.7K bytes
    - Viewed (0)
Back to top