mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
779bba71f9
There are actually a few failures fixed in this PR, only one of which is a test bug: * `db_slice_->Traverse()` can yield, causing `fiber_cancelled_`'s value to change * When a migration is cancelled, it may never finish `WaitForInflightToComplete()` because it has `in_flight_bytes_` that will never reach destination due to the cancellation * `IterateMap()` with numeric key/values overrode the key's buffer with the value's buffer Fixes #4207 |
||
---|---|---|
.. | ||
core | ||
facade | ||
redis | ||
server | ||
.gitignore | ||
CMakeLists.txt | ||
GetGitRevisionDescription.cmake | ||
GetGitRevisionDescription.cmake.in |