mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	Merge pull request #17654 from mesosphere/sttts-offer-leak-on-not-compat
Auto commit by PR queue bot
This commit is contained in:
		| @@ -242,7 +242,7 @@ func (s *offerStorage) Add(offers []*mesos.Offer) { | ||||
| 			offerId := offer.Id.GetValue() | ||||
| 			log.V(3).Infof("Declining incompatible offer %v", offerId) | ||||
| 			s.declineOffer(offerId, offer.GetHostname(), metrics.OfferCompat) | ||||
| 			return | ||||
| 			continue | ||||
| 		} | ||||
| 		timed := &liveOffer{ | ||||
| 			Offer:      offer, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user