@54m
Hi, I encountered a nested transaction error when using Firestore with volcago v1.11.1.
I noticed that this issue might be related to commit Commit Modify. the following line was removed from InsertMultiWithTxFunc:
ctx = context.WithValue(ctx, transactionInProgressKey{}, 1)
Could you clarify:
- The reason behind this change?
- The recommended way to handle or avoid this error?
Thanks in advance!
@54m
Hi, I encountered a nested transaction error when using Firestore with volcago v1.11.1.
I noticed that this issue might be related to commit Commit Modify. the following line was removed from InsertMultiWithTxFunc:
ctx = context.WithValue(ctx, transactionInProgressKey{}, 1)Could you clarify:
Thanks in advance!