Skip to content
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

[Annotation] Investigate job_id not found bug #1441

Open
lmacielvieira opened this issue Oct 18, 2023 · 0 comments
Open

[Annotation] Investigate job_id not found bug #1441

lmacielvieira opened this issue Oct 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@lmacielvieira
Copy link
Contributor

lmacielvieira commented Oct 18, 2023

Investigate further errors with stack trace:

Traceback (most recent call last):
  File "/opt/dev/metaspace/metaspace/engine/sm/engine/daemons/lithops.py", line 91, in _callback
    self._manager.annotate_lithops(
  File "/opt/dev/metaspace/metaspace/engine/sm/engine/daemons/dataset_manager.py", line 116, in annotate_lithops
    ServerAnnotationJob(executor, ds, perf, perform_enrichment=perform_enrichment).run()
  File "/opt/dev/metaspace/metaspace/engine/sm/engine/annotation_lithops/annotation_job.py", line 366, in run
    fdr_bundles = self.pipe.get_fdr_bundles(moldb_to_job_map)
  File "/opt/dev/metaspace/metaspace/engine/sm/engine/annotation_lithops/pipeline.py", line 240, in get_fdr_bundles
    return get_fdr_bundles(
  File "/opt/dev/metaspace/metaspace/engine/sm/engine/annotation_lithops/prepare_results.py", line 124, in get_fdr_bundles
    job_id = db_id_to_job_id[db_data['id']]
KeyError: 941

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/dev/metaspace/metaspace/engine/sm/engine/queue.py", line 430, in get_message
    self._callback(msg)
  File "/opt/dev/metaspace/metaspace/engine/sm/engine/daemons/lithops.py", line 120, in _callback
    raise AnnotationError(ds_id=msg['ds_id'], traceback=format_exc(chain=False)) from e
@theodev theodev added the bug Something isn't working label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants