Ticket #11382 (closed: fixed)
Protect access to Instrument Data Service in LoadInstrument
Reported by: | Raquel Alvarez Banos | Owned by: | Raquel Alvarez Banos |
---|---|---|---|
Priority: | major | Milestone: | Release 3.4 |
Component: | Muon | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #9215 | Tester: | Karl Palmen |
Description
PlotAsymmetryByLogValue will have different threads which may try to add the instrument to the data service. The access to the Instrument Data Service should be protected by a mutex.
Change History
comment:3 Changed 6 years ago by Raquel Alvarez Banos
- Status changed from new to inprogress
Re #11382 Add mutex to load instrument
Changeset: af5d1b7f01fdc619177a15908f7c3b51545a086b
comment:4 Changed 6 years ago by Raquel Alvarez
- Status changed from inprogress to verify
- Resolution set to fixed
This is being verified as pull request #411.
comment:5 Changed 6 years ago by Raquel Alvarez Banos
- Summary changed from Protect access to LoadInstrument to Protect access to Instrument Data Service in LoadInstrument
comment:6 Changed 6 years ago by Karl Palmen
- Status changed from verify to verifying
- Tester set to Karl Palmen
comment:8 Changed 6 years ago by Karl Palmen
- Status changed from verifying to closed
Merge pull request #411 from mantidproject/11382_protect_access_to_LoadInstrument
Protect access to instrument data service
Full changeset: ad7c6272116c7b48cf62bb78e543395dead0ad24
Note: See
TracTickets for help on using
tickets.
(In #9215) And another one #11382