Actions
Bug #3435
closedSSH Adaptor no thread-safe
Status:
Rejected
Priority:
High
Assigned To:
Category:
Non-grid adaptors
Target version:
Start date:
11/15/2012
Due date:
% Done:
0%
Estimated time:
Description
Dear All,
I experienced a problem using the SSH adaptor in a multi-thread program.
In particular I noticed that I have to put all the call to Job class methods inside synchronized blocks as:
if (adaptor.equals("ssh")) {
synchronized (JSagaJobSubmission.class) {job.run();}
}
else
job.run();
to avoid error.
Cheers,
Diego
Updated by Schwarz Lionel over 12 years ago
- Category set to Non-grid adaptors
- Status changed from New to Assigned
- Assigned To set to Schwarz Lionel
Updated by Schwarz Lionel over 12 years ago
- Status changed from Assigned to Suspended
Updated by Schwarz Lionel over 11 years ago
- Status changed from Suspended to Feedback
- Target version set to 1.0.0
The SSH adaptor has been refactored with new library OrionII. This has to be checked against the new adaptor.
Updated by Schwarz Lionel over 11 years ago
- Status changed from Feedback to Rejected
This SSH adaptor was deprecated
Actions