You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have noticed that key system logs are not all being captured in cloudgene.log. Some information, such as system startup, malformed URLs, and some application exceptions, is sent to stdout/the console instead. Depending on how this is written, this info could appear in bootstrap script logs, nohup.out, or systemd.
In some cases, this stdout log info is the only place where this info can be found.
Impact
This makes it more difficult to:
Detect system bugs (logging info not captured in cloudgene.log)
Diagnose malicious activity in the system that leads to elevated 500 errors, including fuzzing attempts
Diagnose general user support incidents, like job failure reasons not written to any other system log
Correlate evidence of above with other logging info, requiring much manual alignment of logs
Examples
Processing file '/file/path/REDACTED'...
Processed 123 variants
1 variants failed to liftover
0 variants removed (indels on negative strand)
0 variants removed (different chromosome)
122 variants lifted over
[tabix] was bgzip used to compress this file?
java.lang.NullPointerException
at cloudgene.mapred.api.v2.users.LoginUser
(stacktrace redacted)
[redacted] ERROR org.restlet.WebServer.WebApp - Exception or error caught in server resource
org.restlet.resource.ResourceException: Internal Server Error (500) - The server encountered an unexpected condition which prevented it from fulfilling the request
java.lang.IllegalArgumentException: Writing VCF version VCF4_3 is not implemented
java.io.IOException: /mnt/jobs/job-20240702-234717-385/input/files/COL-chr-1.vcf.gz: Line 24862: No GT field found in FORMAT column.
Summary
We have noticed that key system logs are not all being captured in
cloudgene.log
. Some information, such as system startup, malformed URLs, and some application exceptions, is sent to stdout/the console instead. Depending on how this is written, this info could appear in bootstrap script logs, nohup.out, or systemd.In some cases, this stdout log info is the only place where this info can be found.
Impact
This makes it more difficult to:
Examples
Remediations
The text was updated successfully, but these errors were encountered: