Code review comment for lp://staging/~free.ekanayaka/storm/tpc-support

Revision history for this message
Thomas Herve (therve) wrote :

> [1]
> + global_transaction_id = getattr(txn, "__storm_transaction_id__",
> None)
>
> Ideally, we would store this on an external object, but on something that we
> control instead. Maybe on the ZStorm instance, using a WeakKeyDictionary?

We would *not*, sorry.

« Back to merge proposal