@taner
thats really useful, thanks for submitting all the observations and please just keep it coming if you have more
taner wrote:After shortening the filenames transcoding started.
But: within the webinterface-statusmonitor they were still listed als "incoming" with their original filenames.[/code]
This is most interesting, it means that ffastrans left a file in a folder like this
Code: Select all
C:\__PATH_TO__\FFAStrans\FFAStrans\Processors\db\cache\wfs\WORKFLOWGUID\mons\PROC_GUID\i
This is also the folder that i work with when showing the incoming tickets. My/our assumption was that each and every .json file in there would end up in an active job (with the exception of a few cases like file dissapears while it was growing) AND that there will never a ticket just stay in there forever.
But in your case it obviously did not end up in a job, nor was it removed from the \i folder by ffastrans.
This is very interesting (could be a ffastrans bug actually) and i really want to catch this case but yet i cannot reproduce this behaviour. Tested with maximum possible length filenames and folders locally and on UNC.
If you have any more cases of that, please submit more info about the filename and paths.
You can then get rid of the "Incoming" displayed job that hangs forever by navigating to the folder above and just delete the corresponding json file.
taner wrote: ↑Fri Nov 20, 2020 4:43 pm
All jobs within webinterface-statusmonitor are sorted by status.
All "active" jobs are on top of the list.
When a job is changed to "active" ...
...
This makes sense to me, the "status" field changes all the time between Sentences and numbers. e.g. an starting job might have the status "Waiting for resources" for a few seconds and then change to "134/275...." when it transcodes. It is just natural that it jumps around in the list when you sort by status i guess. Can you confirm this? Sorting by state might make more sense than sorting by status...