In both standalone server and single-machine cluster modes, an error is reported when nodes are started, which is shown as follows:
Failed to unmarshall the job [..]. Can't recognize function zmq::getSubJobStat. Invalid message format
I used the zmq
plugin in this scheduled job. But instead of loading it in the main function, I wrapped the code for loading it into a separate function, which is then called by the main function.
The reason for the error may be that the main function cannot resolve the plugin.
How can I solve this problem?