Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 00/17] recovery: move from cxx to c code
@ 2020-04-28 16:11 Cyrill Gorcunov
  2020-04-28 16:11 ` [Tarantool-patches] [PATCH 01/17] recovery: do not call recovery_stop_local inside recovery_delete Cyrill Gorcunov
                   ` (17 more replies)
  0 siblings, 18 replies; 30+ messages in thread
From: Cyrill Gorcunov @ 2020-04-28 16:11 UTC (permalink / raw)
  To: tml

The series is implemented in scope of #3794. The work on
the ticket is still in progress but we definitely have
to move recovery code into C mode one day. So no need
to wait more.

issue https://github.com/tarantool/tarantool/issues/3794
branch gorcunov/gh-3794-recovery-c

Cyrill Gorcunov (16):
  recovery: convert WalSubscription class to structure
  recovery: recovery_close_log -- don't throw exception
  recovery: recovery_open_log -- don't throw exception
  recovery: recover_xlog -- don't throw exception
  recovery: recover_remaining_wals -- don't throw exception
  recovery: hot_standby_f -- don't throw exception
  recovery: recovery_follow_local -- don't throw exception
  recovery: recovery_new -- don't throw exception
  recovery: recovery_scan -- don't throw exception
  recovery: recovery_finalize -- don't throw exception
  recovery: recovery_stop_local -- don't throw exception
  recovery: cxx to c transition
  recovery: drop redundant type_XlogGapError
  recovery: provide throwable wrappers
  box: use _xc helpers of recovery code
  relay: use _xc recovery helpers

Georgy Kirichenko (1):
  recovery: do not call recovery_stop_local inside recovery_delete

 src/box/CMakeLists.txt              |   2 +-
 src/box/box.cc                      |  25 +-
 src/box/{recovery.cc => recovery.c} | 346 ++++++++++++++++------------
 src/box/recovery.h                  |  73 +++++-
 src/box/relay.cc                    |  16 +-
 5 files changed, 287 insertions(+), 175 deletions(-)
 rename src/box/{recovery.cc => recovery.c} (69%)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2020-05-03 18:47 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 16:11 [Tarantool-patches] [PATCH 00/17] recovery: move from cxx to c code Cyrill Gorcunov
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 01/17] recovery: do not call recovery_stop_local inside recovery_delete Cyrill Gorcunov
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 02/17] recovery: convert WalSubscription class to structure Cyrill Gorcunov
2020-05-03 18:42   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 03/17] recovery: recovery_close_log -- don't throw exception Cyrill Gorcunov
2020-05-03 18:43   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 04/17] recovery: recovery_open_log " Cyrill Gorcunov
2020-05-03 18:43   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 05/17] recovery: recover_xlog " Cyrill Gorcunov
2020-05-03 18:44   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 06/17] recovery: recover_remaining_wals " Cyrill Gorcunov
2020-05-03 18:44   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 07/17] recovery: hot_standby_f " Cyrill Gorcunov
2020-05-03 18:45   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 08/17] recovery: recovery_follow_local " Cyrill Gorcunov
2020-05-03 18:46   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 09/17] recovery: recovery_new " Cyrill Gorcunov
2020-05-03 18:47   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 10/17] recovery: recovery_scan " Cyrill Gorcunov
2020-05-03 18:47   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 11/17] recovery: recovery_finalize " Cyrill Gorcunov
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 12/17] recovery: recovery_stop_local " Cyrill Gorcunov
2020-05-03 18:47   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 13/17] recovery: cxx to c transition Cyrill Gorcunov
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 14/17] recovery: drop redundant type_XlogGapError Cyrill Gorcunov
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 15/17] recovery: provide throwable wrappers Cyrill Gorcunov
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 16/17] box: use _xc helpers of recovery code Cyrill Gorcunov
2020-05-03 18:47   ` Vladislav Shpilevoy
2020-04-28 16:11 ` [Tarantool-patches] [PATCH 17/17] relay: use _xc recovery helpers Cyrill Gorcunov
2020-04-28 16:24 ` [Tarantool-patches] [PATCH 01/17] recovery: do not call recovery_stop_local inside recovery_delete Cyrill Gorcunov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox