MySQL Forums
Forum List  »  NDB clusters

Re: ndb watchdog overslept
Posted by: Mikael Ronström
Date: February 21, 2017 04:36AM

Great that you found a way to get it working.
I think the problem you faced with 128M is that
it creates one big transaction using 128MByte of
information from mysqldump file. So when
decreasing this to 16M you decreased the size
of the transactions to a manageable size.

Disk pages involved in a transaction is bound to
the Disk Page Buffer until the transaction is
committed. So large transactions require a very
large DiskPageBufferMemory.

However it is still a bug that this causes a crash.
It should cause a transaction failure, but not a
crash.

Options: ReplyQuote


Subject
Views
Written By
Posted
2452
d g
February 08, 2017 11:44AM
1172
February 09, 2017 03:06PM
1563
d g
February 11, 2017 08:40PM
802
d g
February 14, 2017 06:12AM
893
d g
February 20, 2017 05:17AM
Re: ndb watchdog overslept
1006
February 21, 2017 04:36AM
878
February 21, 2017 05:27AM
843
d g
February 21, 2017 06:04AM
968
February 21, 2017 08:34AM
907
d g
February 21, 2017 10:38AM
833
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.