mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -04:00 
			
		
		
		
	tier-stats: Avoid repeated logs (#16774)
This commit is contained in:
		
							parent
							
								
									a6057c35cc
								
							
						
					
					
						commit
						56c57e2c53
					
				| @ -1377,7 +1377,7 @@ func (sys *NotificationSys) GetLastDayTierStats(ctx context.Context) DailyAllTie | ||||
| 	merged := globalTransitionState.getDailyAllTierStats() | ||||
| 	for i, stat := range lastDayStats { | ||||
| 		if errs[i] != nil { | ||||
| 			logger.LogIf(ctx, fmt.Errorf("failed to fetch last day tier stats: %w", errs[i])) | ||||
| 			logger.LogOnceIf(ctx, fmt.Errorf("failed to fetch last day tier stats: %w", errs[i]), sys.peerClients[i].host.String()) | ||||
| 			continue | ||||
| 		} | ||||
| 		merged.merge(stat) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user