-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPL-698 Bug: Lighthouse positives file generation failed on 21st - root cause #139
Comments
Repair Result to 201021_0100_positives_with_locations(1)0.xml |
Corrupted file 201021_0100_positives_with_locations.xlsx has 370895 rows Sample data at row 370895 differ |
Suspecting that this is due to lighthouse's create report job being triggered to run twice, as per logs. Two jobs writing to the same file at the same time may be causing corruption of the file. |
Fairly confident that the two triggered jobs are caused by Lighthouse initialising two schedulers. This may be due to cyclic dependencies in the code, but due to my inexperience with Lighthouse/Python I'm not 100% on this |
On the other hand, this could be an issue with the Dockerfile being configured to spin up two instances of the app (and therefore the scheduler) as outlined in the linked documentation. This seems like a similar issue to this one |
Describe the bug
GPL-698 | Bug: Lighthouse positives file generation failed on 21st - root cause
RT Ticket Number
RT 702848
To Reproduce
See file 201021_0100_positives_with_locations.xlsx @ http://lighthouse-ui.psd.sanger.ac.uk/
Expected behaviour
See file 201021_1024_positives_with_locations.xlsx @ http://lighthouse-ui.psd.sanger.ac.uk/
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: