Skip to content

Instantly share code, notes, and snippets.

@lonnen
Created February 28, 2014 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lonnen/9262628 to your computer and use it in GitHub Desktop.
Save lonnen/9262628 to your computer and use it in GitHub Desktop.
MainThread - Exception raised during socorro.external.hbase.connection_context transaction
Traceback (most recent call last):
File "/data/socorro/application/socorro/database/transaction_executor.py", line 43, in __call__
result = function(connection, *args, **kwargs)
File "/data/socorro/application/socorro/external/hbase/hbase_client.py", line 555, in get_processed_json
number_of_retries=number_of_retries
File "/data/socorro/application/socorro/external/hbase/hbase_client.py", line 191, in f
result = fn(self, *args, **kwargs)
File "/data/socorro/application/socorro/external/hbase/hbase_client.py", line 547, in get_processed_json_as_string
raise OoidNotFoundException(ooid)
OoidNotFoundException: OOID not found: 0c6b7dd6-669b-456d-8ea3-e7c012140227
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment