1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-04-19 21:02:17 +03:00
Teemu Ollakka a7ce22ac91 Fix crash close_orphaned_sr_transactions() BF abort
Some implementations of provider `bf_abort()` require `victim_ctx`
to point to application side victim context. However, when
total order BF abort was done from `close_orphaned_sr_transactions()`,
the application side context was not available.

To fix this, added an interface method `call_in_operation_context()`
which allows invoking a function object with a reference to
application side operation context passed in as a parameter.
This method is used in `close_orphaned_sr_transactions()`
to call `client_state::total_order_bf_abort()` with appropriate
victim operation context.
2024-03-09 12:16:42 +02:00
..
2021-02-24 11:14:21 +02:00
2019-10-18 09:36:18 +02:00
2021-02-24 11:14:21 +02:00
2021-02-24 11:14:21 +02:00