CU13 fell over:
/disk78/genOps/vsa/logs/VSAVVV15_cu13id503942.log
with loads of
File "./cu13.py", line 3628, in stackImages
self._target(*self._args, *self._kwargs)
File "./cu13.py", line 3628, in stackImages
self.run()
self._target(self._args, **self._kwargs)
File "/huni/scos/usr/local/lib/python2.7/multiprocessing/process.py",
line 114, in run
and
IOError: [Errno 4] Interrupted system call
cmdOutput = ''.join(extp.out(cmd))
It may be that this is because I started another one on ibi as well
(this one was on huni) or because the number of processed files is too
big. The amount of 200 seems to work better.
One other thing I noticed is that, independent of the given range it
always creates all of the modified conf maps.
(And it would be really helpful if it does those in an ordered fashion
to see which is the first and which is the last.)
select bitProcessingFlag,COUNT(*) from ProductProcessing as pp,ProductLinks as pl where pl.combiProductID>=201 and pl.combiProductID<=1000 and pp.programmeID=170 and pl.programmeID=pp.programmeID and pp.productID=pl.intProductID and pp.productType='stack' and pl.intProdType=pp.productType group by pp.bitProcessingFlag
| | bitProcessingFlag | | |
|>| 0 | 38 |<|
|>| 1 | 1976 |<|
There are 38, which were in the process of being stacked:
select fileName from ProductProcessing as pp,ProductLinks as pl where pl.combiProductID>=201 and pl.combiProductID<=1000 and pp.programmeID=170 and pl.programmeID=pp.programmeID and pp.productID=pl.intProductID and pp.productType='stack' and pl.intProdType=pp.productType and pp.bitProcessingFlag=0