Roman Titov
Roman Titov
> Trying to build for arm64 (on amd64) fails for me with this command: @timvisee Are you sure you have all prerequisites installed on your system for multi-platform builds? I...
@generall I've tested the Dockerfile once again and marked most items in the checklist. I need help testing on **AMD64 host** (as I only have macOS, which is ARM). I...
@generall I've looked into the `Update operation declined: No point with id found` warnings. - when applying operations to a `Segment`, [`Segment::handle_version`] method is called at some point - [we...
CI runs seem to fail due to issues with GH, I'll re-run them once https://www.githubstatus.com/ is green again.
> which option does this PR implement? So far - the first one. I wanted your input on this one.
@generall Implemented better `check_unprocessed_points` check.
Rebased onto recent `dev`.
@generall Added additional tracking of the most recent un-truncated index to the `SerdeWal` type. Tried to add it to the `wal` crate first, but it, somehow, felt "worse" there: seemed...
> @ffuugoo does this close #1815 ? @coszio It does. I've implemented an explicit check to skip WAL entries that have been applied, and @generall suggested that the result would...