When I execute my proceduer, 1200 seconds later, I got an error like this:
Got error 5 - ‘Transaction size exceed set threshold’ during COMMIT
wsrep_max_ws_size
But my trx size is small, less than 2G.
Is there some other limits about the “Transaction size” in PXC 8.0 ?
Where can I set the timeout more than 1200 seconds?
Thanks a lot.
Is your transaction less than 2GB but larger than 1GB? If so, you might be hitting some internal C function limitations that can’t handle data objects larger than 1GB.
Since you are using PXC 8, you should take a look at the new streaming transaction option available.