Commit 2d379b23 authored by joreland@mysql.com's avatar joreland@mysql.com

More warnings in atrt

parent 947abbab
......@@ -633,6 +633,11 @@ wait_ndb(atrt_config& config, int goal){
g_logger.critical("Strange DB status during start: %d %d", i, min2);
return false;
}
if(min2 < min){
g_logger.critical("wait ndb failed node: %d %d %d %d",
state->node_states[i].node_id, min, min2, goal);
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment