I noticed today that the Beam Postcommit SQL is broken:
https://builds.apache.org/job/beam_PostCommit_SQL/4019/

Digging deeper the log message says:

io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Your project has
exceeded a limit: (type="topics-per-project", current=10000, maximum=10000).
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:240)
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:221)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:140)
at
com.google.pubsub.v1.PublisherGrpc$PublisherBlockingStub.createTopic(PublisherGrpc.java:835)

Can somebody take a look and remove all the unused topics. Is there any
reason
we need 10000 topics for our tests? or is this just a mistake in our code
that can
be fixed.

Thanks,
Ismaël

Reply via email to