Files
kubernetes/pkg/controller
k8s-merge-robot 628af356b8 Merge pull request #26980 from hongchaodeng/fix
Automatic merge from submit-queue

processor listener: fix locking in pop()

Currently the lock in processorListener is used to guard pendingNotifications. But in pop, it also locks around on select chan. This will block the goroutine with lock acquired.

This PR changes the lock to guard the correct section only.
2016-06-12 17:59:09 -07:00
..
2016-06-08 11:34:35 -07:00
2016-05-31 09:11:42 +02:00
2016-05-20 19:50:56 +02:00
2016-06-03 12:05:12 +02:00
2015-07-29 09:54:35 -07:00