BUG#20575 If the stopped node ids are transmitted to ndbd,
the following start, stop and restart operations aren't execute correctly ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: Adding some source codes check node list whether or not stopped for STOP_REQ signal. If all of these nodes have stopped, then STOP_CONF signal will return. ndb/src/mgmclient/CommandInterpreter.cpp: Ensure ndb_mgm can only transmit the valid range node id to management server. if the node id is greater than MAX_NODES, management server will exit abnormally. ndb/src/mgmsrv/MgmtSrvr.cpp: Ensure management server can only transmit the data node id to data node process.
Showing
Please register or sign in to comment