MySQL Forums
Forum List  »  NDB clusters

Re: ndb watchdog overslept
Posted by: d g
Date: February 20, 2017 05:17AM

Hi,

after more testing i found the solution. The Problem was the System where the dump came from. On the Soucre System max-allowed-packet was configured to 128M. It seems that this value is too high and cause the ndb datanodes to overload. i dumped the data again with 16M Packet size with the following command and my restore runs without error but a bit slower:

ysqldump --hex-blob --routines --triggers --add-drop-database --single-transaction --max_allowed_packet=16M

Maybe 32M or 64M is also ok but i didnt tested it yet.

Regards
Denny

Options: ReplyQuote


Subject
Views
Written By
Posted
2433
d g
February 08, 2017 11:44AM
1168
February 09, 2017 03:06PM
1557
d g
February 11, 2017 08:40PM
797
d g
February 14, 2017 06:12AM
Re: ndb watchdog overslept
884
d g
February 20, 2017 05:17AM
1002
February 21, 2017 04:36AM
874
February 21, 2017 05:27AM
837
d g
February 21, 2017 06:04AM
962
February 21, 2017 08:34AM
896
d g
February 21, 2017 10:38AM
830
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.