Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: apt-maven-plugin-1.0-alpha-4, buildnumber-maven-plugin-1.0
-
Fix Version/s: None
-
Component/s: native
-
Labels:None
-
Environment:Linux (gcc 3.2) or Windows (Visual Studio 2005)
-
Complexity:Intermediate
-
Number of attachments :
Description
First thanks for your work on the native plugin. We use it extensively (linux, win32) and it works great for us.
There is one problem though, when we set the numberOfConcurrentCompilation to any thing other than 1. We get a edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionException
This regardless of the project for which we set it, or the platform (linux, win32).
| 1. | Integrate fix in current release. | |
|
Unassigned |
Activity
Jean-Marie Dautelle
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | AbstractCompiler.java [ 53699 ] |
This is the modification to the AbstractCompiler file to fix the issue (I don't have commit right).
The ThreadPoolExecutor buffer has to be greater than the maximum number of tasks submitted otherwise tasks might get rejected (since there is no room to store them before processing).