recampbell commented on Bug JENKINS-27650

Is it possible to do this calculation without holding a lock on the Queue the entire time?

For instance, could it be done asynchronously in some executor pool? As it stands, the entire process keeps the queue locked because it is called from Queue.maintain(). Until the result is ready, the plugin could return a Blockage reason of "Calculating..." But this is just speculation – I'm casting about for a solution limited to the plugin.

I realize this can be fixed in core, but for many people on older LTS, this plugin is basically broken for high-end usage.

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.

Reply via email to