Skip to content
Snippets Groups Projects
  • Ilya Verbin's avatar
    65470cb4
    core: get rid of fiber_set_cancellable in hot_standby_f · 65470cb4
    Ilya Verbin authored
    Currently it's possible to wakeup a `hot_standby_f` fiber from Lua,
    this does not lead to any error, but it results in redundant
    `recover_remaining_wals` calls.
    This patch handles such spurious wakeups in `hot_standby_f`.
    
    Part of #7166
    
    NO_DOC=refactoring
    NO_TEST=refactoring
    NO_CHANGELOG=refactoring
    65470cb4
    History
    core: get rid of fiber_set_cancellable in hot_standby_f
    Ilya Verbin authored
    Currently it's possible to wakeup a `hot_standby_f` fiber from Lua,
    this does not lead to any error, but it results in redundant
    `recover_remaining_wals` calls.
    This patch handles such spurious wakeups in `hot_standby_f`.
    
    Part of #7166
    
    NO_DOC=refactoring
    NO_TEST=refactoring
    NO_CHANGELOG=refactoring