Code review comment for lp:~jamesh/storm/zstorm-same-thread

Revision history for this message
James Henstridge (jamesh) wrote :

Before joining a store to the transaction, make sure that ZStorm knows about the store.

The most common case where this check fails is if a ZStorm managed store is being used in a thread other than the one it was created in, which is a semi-common error that can be difficult to debug.

« Back to merge proposal