Skip to content
Snippets Groups Projects
Commit 70a8342f authored by Alexander Turenko's avatar Alexander Turenko Committed by Vladimir Davydov
Browse files

Fix tarantoolctl cat/play premature stop with --to

Stop a file processing loop only when it is guaranteed that we will not
find a record that match user-provided filters later in this file. If
--replica R is provided one time and we're meet a record from R with a
LSN equal or above of a --to value, we'll stop the loop. Otherwise (no
--replica, several --replica arguments) a file will be read until an end
even if --to is provided.

Fixes #3827.
parent 092bc7ed
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment