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

Dataproc IT: com.google.cloud.dataproc.v1.it.ITSystemTest INVALID_ARGUMENT #11119

Closed
burkedavison opened this issue Sep 9, 2024 · 1 comment · Fixed by #11128 · May be fixed by #11127
Closed

Dataproc IT: com.google.cloud.dataproc.v1.it.ITSystemTest INVALID_ARGUMENT #11119

burkedavison opened this issue Sep 9, 2024 · 1 comment · Fixed by #11128 · May be fixed by #11127
Labels
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

@burkedavison
Copy link
Contributor

burkedavison commented Sep 9, 2024

Consistent recent failures:

https://fusion2.corp.google.com/invocations/b69e7082-88c7-445a-a479-c113d0822964/targets/github%2Fgoogle-cloud-java%2Fjava-dataproc%2Fgoogle-cloud-dataproc%2Ftarget%2Fsurefire-reports;config=default/tests

https://fusion2.corp.google.com/invocations/eda27a0c-0ad9-40ad-aa6c-67cd5db689f6/targets/github%2Fgoogle-cloud-java%2Fjava-dataproc%2Fgoogle-cloud-dataproc%2Ftarget%2Fsurefire-reports;config=default/tests

https://fusion2.corp.google.com/invocations/a591ea60-7572-4be3-a033-0a0357d191e6/targets/github%2Fgoogle-cloud-java%2Fjava-dataproc%2Fgoogle-cloud-dataproc%2Ftarget%2Fsurefire-reports;config=default/tests

https://btx.cloud.google.com/invocations/b7edac62-d8f7-4a22-890f-76948ca41680/log

java.util.concurrent.ExecutionException: com.google.api.gax.rpc.InvalidArgumentException: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Subnetwork 'default' does not support Private Google Access which is required for Dataproc clusters when 'internal_ip_only' is set to 'true'. Enable Private Google Access on subnetwork 'default' or set 'internal_ip_only' to 'false'.
	java.lang.NullPointerException: Cannot invoke "com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient.deleteWorkflowTemplate(com.google.cloud.dataproc.v1.WorkflowTemplateName)" because "com.google.cloud.dataproc.v1.it.ITSystemTest.workflowClient" is null
	Suppressed: java.util.concurrent.ExecutionException: com.google.api.gax.rpc.InvalidArgumentException: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Subnetwork 'default' does not support Private Google Access which is required for Dataproc clusters when 'internal_ip_only' is set to 'true'. Enable Private Google Access on subnetwork 'default' or set 'internal_ip_only' to 'false'.
		at com.google.common.util.concurrent.AbstractFuture.getDoneValue([AbstractFuture.java:594](https://cs.corp.google.com/#search/&q=f:com/google/common/util/concurrent/AbstractFuture.java:594&ws=&snapshot=0))
		at com.google.common.util.concurrent.AbstractFuture.get([AbstractFuture.java:573](https://cs.corp.google.com/#search/&q=f:com/google/common/util/concurrent/AbstractFuture.java:573&ws=&snapshot=0))
		at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get([FluentFuture.java:91](https://cs.corp.google.com/#search/&q=f:com/google/common/util/concurrent/FluentFuture.java:91&ws=&snapshot=0))
		at com.google.common.util.concurrent.ForwardingFuture.get([ForwardingFuture.java:67](https://cs.corp.google.com/#search/&q=f:com/google/common/util/concurrent/ForwardingFuture.java:67&ws=&snapshot=0))
		at com.google.api.gax.longrunning.OperationFutureImpl.get([OperationFutureImpl.java:125](https://cs.corp.google.com/#search/&q=f:com/google/api/gax/longrunning/OperationFutureImpl.java:125&ws=&snapshot=0))
		at com.google.cloud.dataproc.v1.it.ITSystemTest.beforeClass([ITSystemTest.java:79](https://cs.corp.google.com/#search/&q=f:com/google/cloud/dataproc/v1/it/ITSystemTest.java:79&ws=&snapshot=0))
		at java.base/java.lang.reflect.Method.invoke([Method.java:568](https://cs.corp.google.com/#search/&sq=package:%5Epiper$%20project:openjdk21&q=java/lang/reflect/Method.java:568%20beforeClass&ws=&snapshot=0))
	Caused by: com.google.api.gax.rpc.InvalidArgumentException: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Subnetwork 'default' does not support Private Google Access which is required for Dataproc clusters when 'internal_ip_only' is set to 'true'. Enable Private Google Access on subnetwork 'default' or set 'internal_ip_only' to 'false'.
		at com.google.api.gax.rpc.ApiExceptionFactory.createException([ApiExceptionFactory.java:92](https://cs.corp.google.com/#search/&q=f:com/google/api/gax/rpc/ApiExceptionFactory.java:92&ws=&snapshot=0))
		at com.google.api.gax.rpc.ApiExceptionFactory.createException([ApiExceptionFactory.java:41](https://cs.corp.google.com/#search/&q=f:com/google/api/gax/rpc/ApiExceptionFactory.java:41&ws=&snapshot=0))
		at com.google.api.gax.grpc.GrpcApiExceptionFactory.create([GrpcApiExceptionFactory.java:86](https://cs.corp.google.com/#search/&q=f:com/google/api/gax/grpc/GrpcApiExceptionFactory.java:86&ws=&snapshot=0))
		at com.google.api.gax.grpc.GrpcApiExceptionFactory.create([GrpcApiExceptionFactory.java:66](https://cs.corp.google.com/#search/&q=f:com/google/api/gax/grpc/GrpcApiExceptionFactory.java:66&ws=&snapshot=0))
		at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure([GrpcExceptionCallable.java:97](https://cs.corp.google.com/#search/&q=f:com/google/api/gax/grpc/GrpcExceptionCallable.java:97&ws=&snapshot=0))
		at com.google.api.core.ApiFutures$1.onFailure([ApiFutures.java:84](https://cs.corp.google.com/#search/&q=f:com/google/api/core/ApiFutures.java:84&ws=&snapshot=0))
		at com.google.common.util.concurrent.Futures$CallbackListener.run([Futures.java:1130](https://cs.corp.google.com/#search/&q=f:com/google/common/util/concurrent/Futures.java:1130&ws=&snapshot=0))
		at com.google.common.util.concurrent.DirectExecutor.execute([DirectExecutor.java:31](https://cs.corp.google.com/#search/&q=f:com/google/common/util/concurrent/DirectExecutor.java:31&ws=&snapshot=0))
		at com.google.common.util.concurrent.AbstractFuture.executeListener([AbstractFuture.java:1298](https://cs.corp.google.com/#search/&q=f:com/google/common/util/concurrent/AbstractFuture.java:1298&ws=&snapshot=0))
		at com.google.common.util.concurrent.AbstractFuture.complete([AbstractFuture.java:1059](https://cs.corp.google.com/#search/&q=f:com/google/common/util/concurrent/AbstractFuture.java:1059&ws=&snapshot=0))
		at com.google.common.util.concurrent.AbstractFuture.setException([AbstractFuture.java:809](https://cs.corp.google.com/#search/&q=f:com/google/common/util/concurrent/AbstractFuture.java:809&ws=&snapshot=0))
		at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:568)
		at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:538)
		at io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
		at io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
		at io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
		at com.google.api.gax.grpc.ChannelPool$ReleasingClientCall$1.onClose([ChannelPool.java:569](https://cs.corp.google.com/#search/&q=f:com/google/api/gax/grpc/ChannelPool.java:569&ws=&snapshot=0))
		at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:489)
		at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:453)
		at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:486)
		at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:564)
		at io.grpc.internal.ClientCallImpl.access$100(ClientCallImpl.java:72)
		at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:729)
		at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:710)
		at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
		at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker([ThreadPoolExecutor.java:1136](https://cs.corp.google.com/#search/&sq=package:%5Epiper$%20project:openjdk21&q=java/util/concurrent/ThreadPoolExecutor.java:1136&ws=&snapshot=0))
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run([ThreadPoolExecutor.java:635](https://cs.corp.google.com/#search/&sq=package:%5Epiper$%20project:openjdk21&q=java/util/concurrent/ThreadPoolExecutor.java:635%20runWorker&ws=&snapshot=0))
		at java.base/java.lang.Thread.run([Thread.java:833](https://cs.corp.google.com/#search/&sq=package:%5Epiper$%20project:openjdk21&q=java/lang/Thread.java:833%20run&ws=&snapshot=0))
	Caused by: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Subnetwork 'default' does not support Private Google Access which is required for Dataproc clusters when 'internal_ip_only' is set to 'true'. Enable Private Google Access on subnetwork 'default' or set 'internal_ip_only' to 'false'.
		at io.grpc.Status.asRuntimeException(Status.java:533)
		... 17 more
	Suppressed: java.lang.NullPointerException: Cannot invoke "com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient.deleteWorkflowTemplate(com.google.cloud.dataproc.v1.WorkflowTemplateName)" because "com.google.cloud.dataproc.v1.it.ITSystemTest.workflowClient" is null
		at com.google.cloud.dataproc.v1.it.ITSystemTest.afterClass([ITSystemTest.java:93](https://cs.corp.google.com/#search/&q=f:com/google/cloud/dataproc/v1/it/ITSystemTest.java:93&ws=&snapshot=0))
		at java.base/java.lang.reflect.Method.invoke([Method.java:568](https://cs.corp.google.com/#search/&sq=package:%5Epiper$%20project:openjdk21&q=java/lang/reflect/Method.java:568%20afterClass&ws=&snapshot=0))
@burkedavison burkedavison added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Sep 9, 2024
@burkedavison burkedavison changed the title Flaky Dataproc IT: com.google.cloud.dataproc.v1.it.ITSystemTest INVALID_ARGUMENT Dataproc IT: com.google.cloud.dataproc.v1.it.ITSystemTest INVALID_ARGUMENT Sep 9, 2024
@burkedavison
Copy link
Contributor Author

burkedavison commented Sep 10, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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
1 participant