etcd/etcdserver
Hitoshi Mitake 88306c9fa7 etcdserver, clientv3: let progressReportIntervalMilliseconds be private
progressReportIntervalMilliseconds (old
ProgressReportIntervalMilliseconds) is accessed by multiple goroutines
and it is reported as race.

For avoiding this report, this commit wraps the variable with
functions. They access the variable with atomic operations so the race
won't be reported.
2016-04-05 09:12:17 +09:00
..
2016-03-22 17:10:28 -07:00
2016-03-22 17:10:28 -07:00
2016-03-22 17:10:28 -07:00
2016-03-22 17:10:28 -07:00
2015-11-17 20:54:10 -08:00
2016-03-28 14:56:26 -07:00
2016-03-22 17:10:28 -07:00
2016-04-01 16:01:47 -07:00
2016-03-23 17:01:36 -07:00
2016-04-02 12:55:11 -07:00
2015-12-22 15:17:14 -08:00