You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Clean upto 32 expired keys before applying a raft-log.
- When modifying(insert/update/delete) a kv record, it emits at most two event:
- If the existent key expired, emit a `delete` event, because a
expired key is seen and removed.
- Then the event of the update follows.
- Fix: databendlabs#8489
- Fix: databendlabs#8490
- Fix: databendlabs#8540
No description provided.
The text was updated successfully, but these errors were encountered: