|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The evaluation here has omitted any analysis of the NotSerializableException. Perhaps this is a distinct problem, I am not sure. The first comment, about setting a new Object() to a local variable, is missing the point: the program state should never be trying to serialize an Executor, because we have ExecutorPickle to replace it. So if we get this exception, it means that something in the serialization code is broken.