Re: [Maria-developers] [Commits] 765ba2a: MDEV-15473 Isolate/sandbox PAM modules, so that they can't crash the server.

2018-07-05 Thread Sergei Golubchik
Hi, Alexey! On Jul 05, Alexey Botchkov wrote: > revision-id: 765ba2ac76dab984183bf829dc3407713a4d5d9b > (mariadb-10.3.6-40-g765ba2a) > parent(s): 7e704a2308e25953b5f8fb154eb325df3e25c2ec > committer: Alexey Botchkov > timestamp: 2018-07-05 17:00:47 +0400 > message: > > MDEV-15473

Re: [Maria-developers] [Commits] af15686: MDEV-16242: MyRocks: parallel slave on a table without PK can stop with ER_KEY_NOT_FOUND

2018-07-05 Thread Kristian Nielsen
Sergey Petrunia writes: > Btw, I also have figured that MyRocks wasn't making thd_rpl_deadlock_check() > calls and added these: > http://lists.askmonty.org/pipermail/commits/2018-June/012653.html > http://lists.askmonty.org/pipermail/commits/2018-June/012652.html > but I'm still in the process

Re: [Maria-developers] [Commits] af15686: MDEV-16242: MyRocks: parallel slave on a table without PK can stop with ER_KEY_NOT_FOUND

2018-07-05 Thread Sergey Petrunia
Hi Kristian, On Thu, Jul 05, 2018 at 05:11:44PM +0200, Kristian Nielsen wrote: > pser...@askmonty.org (Sergei Petrunia) writes: > > > MDEV-16242: MyRocks: parallel slave on a table without PK can stop with > > ER_KEY_NOT_FOUND > > > > DRAFT: If RBR event applier uses a secondary key or a full

Re: [Maria-developers] [Commits] af15686: MDEV-16242: MyRocks: parallel slave on a table without PK can stop with ER_KEY_NOT_FOUND

2018-07-05 Thread Kristian Nielsen
pser...@askmonty.org (Sergei Petrunia) writes: > MDEV-16242: MyRocks: parallel slave on a table without PK can stop with > ER_KEY_NOT_FOUND > > DRAFT: If RBR event applier uses a secondary key or a full table scan > to locate a row, force waiting for prior commit to complete. I think if you