Files
kubernetes/hack
Kubernetes Submit Queue 14fca16a39 Merge pull request #60824 from hzxuzhonghu/requestContextMap-rwlock
Automatic merge from submit-queue (batch tested with PRs 62425, 62212, 60824, 62383, 62384). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

optimize requestcontext: use RWMutex to improve r/w performance

RequestContextMapper is one of the mostly used interface by every request, and the underlying struct is a map with Mutex protect. So here we should use RWMutex.

**Release note**:

```release-note
NONE
```
2018-04-11 16:36:19 -07:00
..
2018-02-16 13:43:01 -08:00
2017-09-19 18:10:21 +05:30
2018-02-01 07:23:50 -08:00
2018-01-30 09:29:51 -08:00
2018-03-29 17:01:32 -07:00
2017-08-27 22:20:04 -04:00
2018-01-22 15:11:16 -08:00
2018-03-29 17:01:32 -07:00
2018-01-09 23:09:08 -08:00
2018-01-09 23:09:08 -08:00
2018-03-29 17:01:30 -07:00