-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concurrent builds are sometimes affected when installing MATLAB using MPM feature #371
Comments
When two jobs are accessing the same MATLAB tool, the MPM installation happens but the error is thrown with matlab-batch is busy |
Fixed |
appears to be fixed please verify and reopen if required. Ihave synchronized the run however there's more that we can think of here for more reliability. |
Opening this issue as it still occurs with latest fix. |
Handled this issues with temp file name. f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the tool is being used for first time(installation of products happen) and multiple jobs using same tool are started at almost same time, the jobs gets stalled because more than one process is trying to use same MPM file. The user has to cancel the stalled job and start them again making sure the jobs run one after another
Attaching screenshots of the jobs that are stalled
When the stalled jobs are cancelled the job fails.
When there are multiple jobs that uses the same tool on same agent and installing using MPM, there is an error stating the files are busy as shown below
The text was updated successfully, but these errors were encountered: