Node hang after INSERT IGNORE INTO or DELETE FROM .. WHERE 1=1

What is your value for wsrep_slave_threads? If it hasn’t been changed, the default is 1, which means that only a single thread is handling writes.
You can check the value by executing "show variables like ‘wsrep_slave_threads’; ".

[url]Redirecting