Tags: mrabbehassan/dragonfly
Tags
fix(rdb_load): fix appending to an expired key (dragonflydb#3829)
fix: setrange with empty value doesn't modify the DB (dragonflydb#3771)
fix: recursive calls in the allocation tracker (dragonflydb#3665) Also, remove dependence of absl::TimeZone bloated monstrosity, which was required by absl::FormatTime api, even though we do not actually format a timezone. When absl::LocalTimeZone is accessed it allocates hundreds of thousands of bytes for each shard thread (maybe due to lack thread safety during lazy initialization). At the end, strftime does a great job without any shenanigans. Signed-off-by: Roman Gershman <[email protected]>
fix: crash during SORT DESC call (dragonflydb#3637) fixes dragonflydb#3636 The problem was that instead of implementing GT operator, we implemented !LT, which is GE operator. As a result the iterators inside the sort algorithm reached out of bounds. --------- Signed-off-by: Roman Gershman <[email protected]>
chore: fix search replication (dragonflydb#3547) chore: fix search replcation Signed-off-by: Vladislav Oleshko <[email protected]>
fix: disable ThreadLocalMutex when big value ser is off (dragonflydb#… …3521) * fix: disable ThreadLocalMutex when big value ser is off * refactor: address comments --------- Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Borys <[email protected]>
chore: relax the version check in test_replicate_old_master For commits marked with a git tag, the previous check did not hold. Signed-off-by: Roman Gershman <[email protected]>
fix: properly seriailize meta buffer in SendStringArrInternal (dragon… …flydb#3455) Fixes dragonflydb#3449 that was introduced by dragonflydb#3425 Signed-off-by: Roman Gershman <[email protected]>
PreviousNext