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 97ecb9c + a02e7e3 commit ae89b48Copy full SHA for ae89b48
storage/ndb/src/kernel/ndbd.cpp
@@ -662,6 +662,10 @@ static int get_multithreaded_config(EmulatorData &ed) {
662
// multithreaded is compiled in ndbd/ndbmtd for now
663
if (!globalData.isNdbMt) {
664
g_eventLogger->info("NDBMT: non-mt");
665
+ g_eventLogger->warning(
666
+ "Running ndbd with a single thread of signal execution. "
667
+ "For multi-threaded signal execution run the ndbmtd binary.");
668
+
669
return 0;
670
}
671
0 commit comments