Open
Description
Product: Tarantool
Root document: https://www.tarantool.io/ru/doc/latest/reference/reference_lua/box_info/status/
The waiting_for_own_rows
status can be relevant if a node that was once
a master crashed and lost some of its xlogs for some reason (e.g. manually
deleted by the user). In this case after rebooting, box.info.status
will
be equal to waiting_for_own_rows
, which means that the instance knows
that some of its transactions were lost from its xlogs and it is waiting
for them to be received via replication. While instance status is
waiting_for_own_rows
it remains read-only.
Requested by @Astronomax in tarantool/tarantool@61cb5b5.
Metadata
Metadata
Assignees
Labels
No labels