Ticket #3043 (closed: fixed)
Freeze when loading Raw files without any associated log files
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
mantid freezes when reading in the current run which has no log file associated with it. Whilst load raw has an option to turn of the loading of log files the reduction scripts do not, thus the reduction freezes. is there a timeout that can be set somewhere. (it wasn't as bad in previous versions)
From Jon Taylor
Change History
comment:2 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 30 to Iteration 31
Bulk move of tickets to iteration 31 at the iteration 30 code freeze
comment:3 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 32 to Iteration 33
Moved to iteration 33 at iteration 32 code freeze
comment:4 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.1 to Release 2.2
Moved at end of release 2.1
comment:5 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.2 to Release 2.3
Moved at the end of release 2.2
comment:6 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
Moved to milestone 2.4
comment:8 Changed 8 years ago by Martyn Gigg
- Status changed from new to accepted
- Milestone changed from Release 2.5 to Release 2.4
comment:9 Changed 8 years ago by Martyn Gigg
It looks as if the problem here is when the RAW file is located in a directory containing many files & there are no *.txt files. There is a glob & then if this fails there is a directory walk, which is extremely slow on a large network drive.
comment:10 Changed 8 years ago by Martyn Gigg
Remove unecessary directory traversal in LoadLog. Refs #3043
It happened only when the glob failed but if the glob fails that should suffice enough to say there is nothing there.
Changeset: f8550b209cb4b7cbd112eb4d945146049a340ee7
comment:11 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:12 Changed 8 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
comment:13 Changed 8 years ago by Roman Tolchenov
- Status changed from verifying to closed
Loaded a raw file with logs missing from a directory with a large number of other files. No freezing.
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3890
"New" tickets moved at the code freeze of iteration 29