1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00
Files
wsrep-lib/test
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
..
2024-03-09 12:16:42 +02:00
2023-03-02 08:37:12 +02:00
2020-10-26 14:22:22 +01:00