<< Back to previous view |
[QB-3600] Builds are cancelled randomly
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Phong Trinh | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
We are seeing our builds that are cancelled with the following errors. I went to their steps and opened the logs, but they were empty. Please look into it and advise.
Thanks, ptrinh -------------------------------------------------------------------------------------------------------------------------------------- 08:46:02,700 ERROR - Build is failed. java.lang.RuntimeException: Error executing step execution job. at com.pmease.quickbuild.stepsupport.StepExecutionTask.reduce(StepExecutionTask.java:29) at com.pmease.quickbuild.stepsupport.StepExecutionTask.reduce(StepExecutionTask.java:19) at com.pmease.quickbuild.grid.GridTaskFuture.get(GridTaskFuture.java:161) at com.pmease.quickbuild.DefaultBuildEngine.run(DefaultBuildEngine.java:609) at com.pmease.quickbuild.DefaultBuildEngine.process(DefaultBuildEngine.java:466) at com.pmease.quickbuild.DefaultBuildEngine.access$000(DefaultBuildEngine.java:146) at com.pmease.quickbuild.DefaultBuildEngine$2.run(DefaultBuildEngine.java:1248) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: com.pmease.quickbuild.QuickbuildException: Unable to find job '1c9f9f8f-f3f9-4007-92c7-8402b4a622f1' on node '7400:8811'. at com.pmease.quickbuild.grid.GridTaskFuture.testJobs(GridTaskFuture.java:86) at com.pmease.quickbuild.grid.GridTaskFuture.get(GridTaskFuture.java:143) ... 7 more 08:45:04,453 ERROR - Build is failed. java.lang.RuntimeException: Error executing step execution job. at com.pmease.quickbuild.stepsupport.StepExecutionTask.reduce(StepExecutionTask.java:29) at com.pmease.quickbuild.stepsupport.StepExecutionTask.reduce(StepExecutionTask.java:19) at com.pmease.quickbuild.grid.GridTaskFuture.get(GridTaskFuture.java:161) at com.pmease.quickbuild.DefaultBuildEngine.run(DefaultBuildEngine.java:609) at com.pmease.quickbuild.DefaultBuildEngine.process(DefaultBuildEngine.java:466) at com.pmease.quickbuild.DefaultBuildEngine.access$000(DefaultBuildEngine.java:146) at com.pmease.quickbuild.DefaultBuildEngine$2.run(DefaultBuildEngine.java:1248) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: com.pmease.quickbuild.QuickbuildException: Unable to find job '8ff8f787-da58-42d5-a8fc-e6ba12c6a489' on node '7403:8811'. at com.pmease.quickbuild.grid.GridTaskFuture.testJobs(GridTaskFuture.java:86) at com.pmease.quickbuild.grid.GridTaskFuture.get(GridTaskFuture.java:143) ... 7 more --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Comments |
Comment by Robin Shen [ 21/Jul/20 11:08 PM ] |
We should have fixed this in latest QB versions. Please upgrade and check. |
Comment by Phong Trinh [ 22/Jul/20 02:13 AM ] |
Thank you, Robin. We will do the upgrade and will keep you informed. |
Comment by Phong Trinh [ 23/Jul/20 08:37 PM ] |
Hi Robin,
The fix of this issue is in the latest QB version of v9 or v10? Thanks, ptrinh |
Comment by Robin Shen [ 23/Jul/20 10:57 PM ] |
Fix is available in both v9 and v10 |
Comment by Phong Trinh [ 24/Jul/20 12:51 AM ] |
Thanks Robin. I asked the question because I am concerned that upgrading to v10 takes much longer than upgrading to v9. Since the fix is in v9, I will upgrade our system to this version. Are there much database changes in v10 which may cause the upgrading taking longer time?
Thank you again, ptrinh |
Comment by Robin Shen [ 24/Jul/20 10:58 PM ] |
Database schema is changed, and the upgrade will go through a full backup/restore (done automatically via upgrade script). |
Comment by Phong Trinh [ 27/Jul/20 05:44 PM ] |
Thank you very much for promptly responses, Robin.
We upgraded our server to 9.0.46 last weekend and have been monitoring it. We will upgrade it to v10 sometimes in September. Thanks. |
Comment by Phong Trinh [ 18/Aug/20 08:03 PM ] |
I no longer see the issue after the upgrade. Thank you. |