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

pubsublite.spark-connector.spark_streaming_test: test_spark_streaming_from_pubsublite failed #8276

Closed
flaky-bot bot opened this issue Aug 23, 2022 · 1 comment · Fixed by #8282
Closed
Assignees
Labels
api: pubsublite Issues related to the Pub/Sub Lite API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Aug 23, 2022

Note: #8124 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: d4d26d4
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/pubsublite/spark-connector/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/grpc_helpers.py", line 50, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/workspace/pubsublite/spark-connector/.nox/py-3-10/lib/python3.10/site-packages/grpc/_channel.py", line 946, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/workspace/pubsublite/spark-connector/.nox/py-3-10/lib/python3.10/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.ALREADY_EXISTS
	details = "Already exists: Failed to submit job: Job projects/python-docs-samples-tests/regions/us-west1/jobs/spark-streaming-subscription-6f77"
	debug_error_string = "{"created":"@1661259629.027539865","description":"Error received from peer ipv4:74.125.199.95:443","file":"src/core/lib/surface/call.cc","file_line":966,"grpc_message":"Already exists: Failed to submit job: Job projects/python-docs-samples-tests/regions/us-west1/jobs/spark-streaming-subscription-6f77","grpc_status":6}"
>

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

Traceback (most recent call last):
File "/workspace/pubsublite/spark-connector/spark_streaming_test.py", line 256, in test_spark_streaming_from_pubsublite
operation = job_client.submit_job_as_operation(
File "/workspace/pubsublite/spark-connector/.nox/py-3-10/lib/python3.10/site-packages/google/cloud/dataproc_v1/services/job_controller/client.py", line 651, in submit_job_as_operation
response = rpc(
File "/workspace/pubsublite/spark-connector/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/gapic_v1/method.py", line 154, in call
return wrapped_func(*args, **kwargs)
File "/workspace/pubsublite/spark-connector/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/retry.py", line 283, in retry_wrapped_func
return retry_target(
File "/workspace/pubsublite/spark-connector/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/retry.py", line 190, in retry_target
return target()
File "/workspace/pubsublite/spark-connector/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/grpc_helpers.py", line 52, in error_remapped_callable
raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.AlreadyExists: 409 Already exists: Failed to submit job: Job projects/python-docs-samples-tests/regions/us-west1/jobs/spark-streaming-subscription-6f77

@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 23, 2022
@product-auto-label product-auto-label bot added api: pubsublite Issues related to the Pub/Sub Lite API. samples Issues that are directly related to samples. labels Aug 23, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 23, 2022

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (d4d26d4), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsublite Issues related to the Pub/Sub Lite API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant