-
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
Publishing tiny .tar.gz file stays in processing state for over 1 hour #63
Comments
When sampled every 30 seconds, the GET https://archive.translator.ncats.io/archive/test-tgz-upload/1.0/metadata, the server returned:
For the window beginning Mon 20 Sep 2021 06:35:49 PM UTC and ending Mon 20 Sep 2021 07:54:46 PM UTC. Today, at Tue 21 Sep 2021 03:55:39 PM UTC, in response to the same request, the server returns:
|
Fixed the bug that threw the exception but the underlying cause of the error condition was a premature (manual removal) of the "test" knowledge graph from the system (mea culpa!) This suggests that we consider distinguishing between private and public datasets, where private can include 'test' datasets. See Issue #64 |
The upload crashed for an obscure reason - manual removal of the given dateset when it's presence was still expected. An associated bug relating to graceful reporting of the failure has been fixed, though. |
Repro:
create a new KG (I named mine test-tgz-upload)
create a .tar.gz file containing the first 10000 lines of each file in rtx-kg2. Contents:
Register new fileset, version 1.0.
Select "nodes". Upload the .tar.gz file prepared above.
After uploading, select "Done Uploading" (performed at around Sep 20 11:20am PST.)
Result: File set has had "status": "Processing" for over an hour.
The text was updated successfully, but these errors were encountered: