Skip to content

[datalabeling] flake: StatusCode.DEADLINE_EXCEEDED #4054

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

Closed
tmatsuo opened this issue Jun 10, 2020 · 1 comment
Closed

[datalabeling] flake: StatusCode.DEADLINE_EXCEEDED #4054

tmatsuo opened this issue Jun 10, 2020 · 1 comment
Assignees
Labels
api: datalabeling Issues related to the AI Platform Data Labeling Service API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@tmatsuo
Copy link
Contributor

tmatsuo commented Jun 10, 2020

Build

Log

Traceback (most recent call last):
  File "/workspace/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/workspace/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 826, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/workspace/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "{"created":"@1591821793.129451776","description":"Error received from peer ipv4:172.217.204.81:443","file":"src/core/lib/surface/call.cc","file_line":1056,"grpc_message":"Deadline Exceeded","grpc_status":4}"
>

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

Traceback (most recent call last):
  File "/workspace/datalabeling/create_instruction_test.py", line 50, in test_create_instruction
    instruction = run_sample()
  File "/workspace/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/backoff/_sync.py", line 94, in retry
    ret = target(*args, **kwargs)
  File "/workspace/datalabeling/create_instruction_test.py", line 47, in run_sample
    return create_instruction.create_instruction(
  File "/workspace/datalabeling/create_instruction.py", line 51, in create_instruction
    operation = client.create_instruction(project_path, instruction)
  File "/workspace/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/cloud/datalabeling_v1beta1/gapic/data_labeling_service_client.py", line 2251, in create_instruction
    operation = self._inner_api_calls["create_instruction"](
  File "/workspace/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py", line 143, in __call__
    return wrapped_func(*args, **kwargs)
  File "/workspace/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 281, in retry_wrapped_func
    return retry_target(
  File "/workspace/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 184, in retry_target
    return target()
  File "/workspace/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/timeout.py", line 214, in func_with_timeout
    return func(*args, **kwargs)
  File "/workspace/datalabeling/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 59, in error_remapped_callable
    six.raise_from(exceptions.from_grpc_error(exc), exc)
  File "<string>", line 3, in raise_from
google.api_core.exceptions.DeadlineExceeded: 504 Deadline Exceeded
@tmatsuo tmatsuo added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: datalabeling Issues related to the AI Platform Data Labeling Service API. labels Jun 10, 2020
@tmatsuo tmatsuo assigned tmatsuo and unassigned busunkim96 Jun 10, 2020
@tmatsuo
Copy link
Contributor Author

tmatsuo commented Aug 5, 2020

We haven't seen this for a while.

@tmatsuo tmatsuo closed this as completed Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datalabeling Issues related to the AI Platform Data Labeling Service API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants