-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.0.0
-
Component/s: DFU Server
-
Labels:
-
Pull Request URL:
Actually, at the beginning of a Spray operation, the DFU server collects information about source files size:
00000011 2018-09-11 14:52:55.491 26217 26231 "Start gathering file sizes..." 00000012 2018-09-11 14:52:55.491 26217 26231 "Finished gathering file sizes..." 00000013 2018-09-11 14:55:55.266 26217 26231 "Calculate partition information"
However the result never logged.
It would be useful (in some cases especially in HPCC-20521 ) if we have some basic information about the input like:
00000011 2018-09-11 19:04:41.845 5249 5264 "Start gathering file sizes..." 00000012 2018-09-11 19:04:41.845 5249 5264 "Finished gathering file sizes..." 00000013 2018-09-11 19:04:41.845 5249 5264 " 0:Data-00004096.csv (size: 269006 bytes, last modified: 2018-05-31 18:11:40)" 00000014 2018-09-11 19:04:41.845 5249 5264 "----------------------------------------------" 00000015 2018-09-11 19:04:41.845 5249 5264 "all together: 269006 bytes in 1 file(s)" 00000016 2018-09-11 19:04:41.845 5249 5264 "Calculate partition information"