BUG#25992 Data nodes died during creating many tables based on different tablespaces.
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Because TableSpaces, Datafiles, Undofiles and LogfileGroups uses the same id-space with Tables, when they are created, the objId allocated for TableSpaces, Datafiles, Undofiles and LogfileGroups shouldn't satisfy the rule of (tableId < c_tableRecordPool.getSize()).
Showing
Please register or sign in to comment