PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Thursday the 30th of April, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[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?