MySQL Forums
Forum List  »  NDB clusters

Re: ndb watchdog overslept
Posted by: Mikael Ronström
Date: February 09, 2017 03:06PM

First of all from the looks of it I would say that you have
hit a bug. So please report the bug and upload any interesting
trace files to it.

I have no idea why tables are lost. But I presume something
must have occurred between 17.56 and 18.26 that can be
seen in the logs.

The bug is that we run out of Page entries for a disk page.
I noted from your config that you use a 64MByte DiskPageBufferMemory.
This is most likely much too small. So would recommend that you
increase this to at least 1 GByte or a few GBytes given the data
sizes you are working with.

The page entries are not supposed to run out. So this is most likely
where the bug exists that you somehow can try to seize more of those
than is possible.

ALL DUMP 11100 and
ALL DUMP 11101
can print some interesting information about page entry usage
while the loading of the dump is going on.

Default config is that you can have 2048 32k pages in disk data
buffer. You can have 20480 page entries.

So somehow your dump load managed to queue up 20480 page requests.

Obviously this should rather be handled as a transaction failure.
So this is the bug.

But I am pretty sure that the workaround in your case is to
increase DiskPageBufferMemory to something like 4000M.

Options: ReplyQuote


Subject
Views
Written By
Posted
2441
d g
February 08, 2017 11:44AM
Re: ndb watchdog overslept
1170
February 09, 2017 03:06PM
1559
d g
February 11, 2017 08:40PM
799
d g
February 14, 2017 06:12AM
890
d g
February 20, 2017 05:17AM
1004
February 21, 2017 04:36AM
877
February 21, 2017 05:27AM
838
d g
February 21, 2017 06:04AM
965
February 21, 2017 08:34AM
899
d g
February 21, 2017 10:38AM
831
d g
February 22, 2017 08:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.