commit | bb534121a73c30959c018ec9aadfa6e99685fa3f | [log] [tgz] |
---|---|---|
author | Mike Burrows <m3b@google.com> | Wed Jul 27 11:12:21 2016 -0700 |
committer | Mike Burrows <m3b@google.com> | Wed Jul 27 11:12:21 2016 -0700 |
tree | dcfbe6a93d399eec4d9860420e2f10c6b8df914b | |
parent | 81421cd62c3f1449a7990cacc22351a0679c6282 [diff] |
v.io/x/devtools/vmon: use lock to protect concurrent accesses to map The map "aggs" was being modified concurrently by the statsWorker() threads. This caused crash: https://veyron.corp.google.com/jenkins/job/monitoring-cloud-syncbase/109367/console This change introduces a mutex to fix it. Change-Id: I1530c68131af162499ea97802efa32417a647266
This repository contains developer tools used to install and contribute to Vanadium.
For more information, see the installation and contributing instructions.
This repository is fetched and the tools are built as part of the Vanadium installation process for contributors.