[roll] Roll cobalt [cobalt] Avoid deadlock on DO_NOT_COLLECT On deletion, Cobalt gets stuck for 10 minutes until the timeout in WaitUntilSave gets triggered. The deadlock occurs because initial-thread is holding a lock on data_mutex_ so no new calls to GetMetricAggregate will return until after the deletion is written to disk, but writeback_thread_ also wants to lock data_mutex_ when it saves the changes to disk. There's no reason inital-thread needs to wait for the save to disk, so we can get rid of this problem by not calling WaitUntilSave. Original-Fixed: b/314009944 Tested: Set policy to DO_NOT_COLLECT on smart display, deadlock not seen Tested: `./cobaltb.py test` Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/cobalt/+/953958 Original-Revision: abd793554459fb58d042ab4fe9e2476338a24475 GitOrigin-RevId: 8932d18e16599011b5830d34d3eded640c5b9952 Change-Id: I95812106487c43dd7018b7bf2e8a1538f09304f9
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.