Merge branch 'master' into feature/diagnostic-rest-api
# Conflicts: # pkg/controller/controller.go # pkg/controller/postgresql.go
This commit is contained in:
		
						commit
						ed0db7193c
					
				|  | @ -200,4 +200,4 @@ func (c *Controller) runPostgresqlInformer(stopCh <-chan struct{}, wg *sync.Wait | ||||||
| 	defer wg.Done() | 	defer wg.Done() | ||||||
| 
 | 
 | ||||||
| 	c.postgresqlInformer.Run(stopCh) | 	c.postgresqlInformer.Run(stopCh) | ||||||
| } | } | ||||||
|  | @ -238,6 +238,7 @@ func (c *Controller) processClusterEventsQueue(idx int, stopCh <-chan struct{}, | ||||||
| 	}() | 	}() | ||||||
| 
 | 
 | ||||||
| 	<-stopCh | 	<-stopCh | ||||||
|  | 	c.clusterEventQueues[idx].Close() | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func (c *Controller) queueClusterEvent(old, new *spec.Postgresql, eventType spec.EventType) { | func (c *Controller) queueClusterEvent(old, new *spec.Postgresql, eventType spec.EventType) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue