Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for logWatchChannelErr (0.31 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/watcher.go

    			return nil
    		}
    
    		preparedKey = string(lastKey) + "\x00"
    		if withRev == 0 {
    			withRev = getResp.Header.Revision
    			opts = append(opts, clientv3.WithRev(withRev))
    		}
    	}
    }
    
    func logWatchChannelErr(err error) {
    	switch {
    	case strings.Contains(err.Error(), "mvcc: required revision has been compacted"):
    		// mvcc revision compaction which is regarded as warning, not error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 10:26:38 UTC 2023
    - 18.9K bytes
    - Viewed (0)
Back to top