Details
-
Regression
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.10.0, 3.10.2, 3.10.4, 3.10.6
-
None
Description
If within a DFS transaction, a subfile is removed from a superfile and then later added back again, an error is hit:
> addSubFile: File <subfile> is already a subfile of <superfile>
The case it was seen in was:
StartSuperFileTransaction()
ClearSuperFile('super'); // where 'sub' was a subfile of super
AddSubFile('super', 'sub');
FinishSuperFileTransaction();
This is a regression from 3.8.6 onwards
Attachments
Issue Links
- is duplicated by
-
HPCC-9285 Segmentation Fault on AddSuperFile
-
- Resolved
-