commit | 9df4ac60939841472e9e29261c55be4dd2030f9a | [log] [tgz] |
---|---|---|
author | Sudheer Shanka <sudheersai@google.com> | Thu Aug 26 03:23:37 2021 +0000 |
committer | Sudheer Shanka <sudheersai@google.com> | Tue Aug 31 10:40:30 2021 +0000 |
tree | cf6b8d5f66adf525f7268e4cde2cdcd08a478285 | |
parent | 445d71dc3c8f8554d307104bb909ec8d5aa33f2f [diff] |
Start blob store service synchronously. Starting the service asynchronously is resulting in a race condition when accessing a shared data structure. We could add a lock to guard this data structure but this is resulting in a slightly worse performance than starting the service synchronously. Bug: 194428627 Bug: 179687249 Test: treehugger verification Change-Id: Ib4d610e8a221f94a3dcc8475371b4a05e5582149