[16:17:41] <guardian> hello, there's a thin I quite don't get (yet) with transactions
[16:18:20] <guardian> if I call session.abort_transaction() from whithin a with session.start_transaction(): block, should the transaction be aborted and updates on collections reverted/not happening?
[16:18:30] <guardian> how does write concern interact with all this?