Files
kubernetes/federation/pkg/federation-controller
Daniel Dao 6d8f2dddec fed/clustercontroller: fix race when updating data
updates for ClusterController's maps were made without locking which can lead
to race conditions which were detectede in https://github.com/kubernetes/kubernetes/issues/49958

This change adds a RWMutex to protect the data. We lock and unlock them
whenever the data is accessed to make sure that we dont slow down too much.

Signed-off-by: Daniel Dao <dqminh89@gmail.com>
2017-08-02 10:56:30 +01:00
..
2016-07-16 13:48:21 -04:00
2017-01-23 10:05:48 -08:00