Loading storage/ndb/src/kernel/blocks/suma/Suma.cpp +15 −0 Original line number Diff line number Diff line Loading @@ -410,7 +410,22 @@ Suma::createSequenceReply(Signal* signal, jam(); if (ref != NULL) { switch ((UtilSequenceRef::ErrorCode)ref->errorCode) { case UtilSequenceRef::NoSuchSequence: ndbrequire(false); case UtilSequenceRef::TCError: { char buf[128]; snprintf(buf, sizeof(buf), "Startup failed during sequence creation. TC error %d", ref->TCErrorCode); progError(__LINE__, NDBD_EXIT_RESOURCE_ALLOC_ERROR, buf); } } ndbrequire(false); } sendSTTORRY(signal); } Loading storage/ndb/src/kernel/error/ndbd_exit_codes.c +4 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,10 @@ static const ErrStruct errArray[] = /* this error message is complemented by additional info when generated */ {NDBD_EXIT_INVALID_CONFIG, XCE, "Invalid configuration received from Management Server"}, {NDBD_EXIT_RESOURCE_ALLOC_ERROR, XCE, "Resource allocation error, please review the configuration"}, /* this error message is complemented by additional info when generated, such as signal, and text */ Loading Loading
storage/ndb/src/kernel/blocks/suma/Suma.cpp +15 −0 Original line number Diff line number Diff line Loading @@ -410,7 +410,22 @@ Suma::createSequenceReply(Signal* signal, jam(); if (ref != NULL) { switch ((UtilSequenceRef::ErrorCode)ref->errorCode) { case UtilSequenceRef::NoSuchSequence: ndbrequire(false); case UtilSequenceRef::TCError: { char buf[128]; snprintf(buf, sizeof(buf), "Startup failed during sequence creation. TC error %d", ref->TCErrorCode); progError(__LINE__, NDBD_EXIT_RESOURCE_ALLOC_ERROR, buf); } } ndbrequire(false); } sendSTTORRY(signal); } Loading
storage/ndb/src/kernel/error/ndbd_exit_codes.c +4 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,10 @@ static const ErrStruct errArray[] = /* this error message is complemented by additional info when generated */ {NDBD_EXIT_INVALID_CONFIG, XCE, "Invalid configuration received from Management Server"}, {NDBD_EXIT_RESOURCE_ALLOC_ERROR, XCE, "Resource allocation error, please review the configuration"}, /* this error message is complemented by additional info when generated, such as signal, and text */ Loading