Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for SignalServiceV2 (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/notification.go

    			// force == true preserves the current behavior
    			return client.SignalService(sig, "", false, nil)
    		}, idx, *client.host)
    	}
    	return ng.Wait()
    }
    
    // SignalServiceV2 - calls signal service RPC call on all peers with v2 API
    func (sys *NotificationSys) SignalServiceV2(sig serviceSignal, dryRun bool, execAt *time.Time) []NotificationPeerErr {
    	ng := WithNPeers(len(sys.peerClients))
    	for idx, client := range sys.peerClients {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 46K bytes
    - Click Count (0)
  2. cmd/admin-handlers.go

    			Host:          localhost,
    			WaitingDrives: waitingDrives,
    		})
    	}
    
    	if globalIsDistErasure {
    		for _, nerr := range globalNotificationSys.SignalServiceV2(serviceSig, dryRun, execAt) {
    			if nerr.Err != nil && process {
    				waitingDrives := map[string]madmin.DiskMetrics{}
    				jerr := json.Unmarshal([]byte(nerr.Err.Error()), &waitingDrives)
    				if jerr == nil {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 99.7K bytes
    - Click Count (0)
Back to Top