Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queueWriteStatus (0.12 sec)

  1. pilot/pkg/status/distribution/state.go

    				staleReporters = append(staleReporters, reporter)
    			} else {
    				distributionState.PlusEquals(w)
    			}
    		}
    		if distributionState.TotalInstances > 0 { // this is necessary when all reports are stale.
    			c.queueWriteStatus(config, distributionState)
    		}
    	}
    	return
    }
    
    func (c *Controller) removeStaleReporters(staleReporters []string) {
    	defer c.mu.Unlock()
    	c.mu.Lock()
    	for key, fractions := range c.CurrentState {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top