Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ResyncStatus (0.34 sec)

  1. cmd/bucket-replication.go

    	select {
    	case <-s.workerCh: // block till a worker is available
    	case <-ctx.Done():
    		return
    	}
    
    	resyncStatus := ResyncFailed
    	defer func() {
    		s.markStatus(resyncStatus, opts, objectAPI)
    		globalSiteResyncMetrics.incBucket(opts, resyncStatus)
    		s.workerCh <- struct{}{}
    	}()
    	// Allocate new results channel to receive ObjectInfo.
    	objInfoCh := make(chan itemOrErr[ObjectInfo])
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 06:49:55 UTC 2024
    - 116.1K bytes
    - Viewed (0)
Back to top