Skip to content

gitaly: Optimize LSN range output

Mustafa Bayar requested to merge 6516-show-contiguous-ranges-for-wal-backup into master

Previously we have implemented the status command to print out all available WAL entries, but this can produce massive amount of lines in a production environment. With this change we aim to improve the readability of the output and make it more useful by printing only the ranges of contiguous LSN sequences.

Closes #6516 (closed)

Merge request reports

Loading