This requires some thinking, but I can tell you right away that this is
not related to gcache in any way.
Actually, it seems that delete event is already being applied by
mysqld, so it is past Galera. I suppose that the problem here is in
processing ROW-based replication events by mysqld/InnoDB.
Perhaps if you could try the same test, but set binlog_format=STATEMENT
before executing DELETE? STATEMENT-level replication is not fully
supported yet (and LIMIT may be not deterministic in this case), but at
least it could narrow down the search. If binlog_format=STATEMENT makes
a difference, I'd suggest that running 600 deletes of 10000 rows in
autocommit mode could be much faster.
As for the gcache settings, you may want to set gcache.size parameter
to something like the size of your database - this will be used for
incremental state transfer.
Regards,
Alex
--
Alexey Yurchenko,
Codership Oy, www.codership.com
Skype: alexey.yurchenko, Phone: +358-400-516-011