Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.49.0rc1 | Sean Quah | 2021-12-07 | 1 | -1/+0 |
| | |||||
* | Track ongoing event fetches correctly (again) (#11376) | Sean Quah | 2021-11-26 | 1 | -0/+1 |
The previous fix for the ongoing event fetches counter (8eec25a1d9d656905db18a2c62a5552e63db2667) was both insufficient and incorrect. When the database is unreachable, `_do_fetch` never gets run and so `_event_fetch_ongoing` is never decremented. The previous fix also moved the `_event_fetch_ongoing` decrement outside of the `_event_fetch_lock` which allowed race conditions to corrupt the counter. |