Adding label show error message |
|
Issue descriptionThere is an error message when you add a label https://screenshot.googleplex.com/QYfyo3t9iPb
,
Oct 1
Gave a pass at trying to fix this. It seems more complicated than I thought. I tried creating some locks to make the label database calls mutually exclusive. Even with mutual exclusion, and adding ~10 seconds sleep to make sure the database transactions had finished, I was still seeing this error. It seems like there is something weird with the way the RPC call is handled, and the way database connections are acquired that makes it so that any simultaneous requests would fail, even with proper locking protections. Would need to solve this on the client side, either by combining all requests into one, or serialize the requests. |
|
►
Sign in to add a comment |
|
Comment 1 by mattmallett@chromium.org
, Jun 2 2018