MySQL Forums
Forum List  »  NDB clusters

ndbmtd: ndbzwrite|write returned -1: errno: 28 my_errno: 0
Posted by: d g
Date: June 15, 2016 08:02AM

Hi,

I have a problem with creating Tablespaces on mysql-cluster.
If i create tablespace my 2 ndbdatanodes start creating the datafile but after a few minutes on one node i get the error:

ndbmtd: ndbzwrite|write returned -1: errno: 28 my_errno: 0

and
ERROR 1528 (HY000): Failed to create DATAFILE.

my steps:

1 CREATE LOGFILE GROUP lg ADD UNDOFILE 'undo.log' INITIAL_SIZE 1024M UNDO_BUFFER_SIZE 32M ENGINE NDBCLUSTER;

2 CREATE TABLESPACE ts_devilb ADD DATAFILE 'ts.dat' USE LOGFILE GROUP lg INITIAL_SIZE 60G ENGINE NDBCLUSTER;

the second Create command ends then with "ERROR 1528 (HY000): Failed to create DATAFILE."

Regards
Denny

Options: ReplyQuote


Subject
Views
Written By
Posted
ndbmtd: ndbzwrite|write returned -1: errno: 28 my_errno: 0
1435
d g
June 15, 2016 08:02AM


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.