mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
We should wait for a future returned from add_local_application_state() to resolve before issuing new calculation, otherwise two add_local_application_state() may run simultaneously for the same state. Fixes #4838. Message-Id: <20190812082158.GE17984@scylladb.com>