We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7488c2 + b2a2ce7 commit cf99e5fCopy full SHA for cf99e5f
storage/ndb/src/kernel/ndbd.cpp
@@ -666,6 +666,10 @@ static int get_multithreaded_config(EmulatorData &ed) {
666
// multithreaded is compiled in ndbd/ndbmtd for now
667
if (!globalData.isNdbMt) {
668
g_eventLogger->info("NDBMT: non-mt");
669
+ g_eventLogger->warning(
670
+ "Running ndbd with a single thread of signal execution. "
671
+ "For multi-threaded signal execution run the ndbmtd binary.");
672
+
673
return 0;
674
}
675
0 commit comments