-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
api: pubsubliteIssues related to the googleapis/java-pubsublite API.Issues related to the googleapis/java-pubsublite API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Note: #1287 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 2e13e40
buildURL: Build Status, Sponge
status: failed
Test output
java.util.concurrent.ExecutionException: com.google.cloud.pubsublite.internal.CheckedApiException: at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:588) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:567) at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(AbstractFuture.java:113) at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:66) at pubsublite.PublisherExample.publisherExample(PublisherExample.java:104) at pubsublite.QuickStartIT.testQuickstart(QuickStartIT.java:277) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:750) Caused by: com.google.cloud.pubsublite.internal.CheckedApiException: at com.google.cloud.pubsublite.internal.ExtractStatus.toCanonical(ExtractStatus.java:53) at com.google.cloud.pubsublite.internal.ProxyService$1.failed(ProxyService.java:62) at com.google.api.core.AbstractApiService$1.failed(AbstractApiService.java:68) at com.google.common.util.concurrent.AbstractService$5.call(AbstractService.java:564) at com.google.common.util.concurrent.AbstractService$5.call(AbstractService.java:561) at com.google.common.util.concurrent.ListenerCallQueue$PerListenerQueue.run(ListenerCallQueue.java:206) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... 1 more Caused by: com.google.api.gax.rpc.ApiException: at com.google.cloud.pubsublite.internal.CheckedApiException.(CheckedApiException.java:51) at com.google.cloud.pubsublite.internal.CheckedApiException.(CheckedApiException.java:55) ... 9 more Caused by: java.lang.IllegalStateException at com.google.common.base.Preconditions.checkState(Preconditions.java:486) at com.google.cloud.pubsublite.internal.wire.SingleConnection.sendToStream(SingleConnection.java:101) at com.google.cloud.pubsublite.internal.wire.BatchPublisherImpl.publish(BatchPublisherImpl.java:68) at com.google.cloud.pubsublite.internal.wire.PublisherImpl.lambda$null$1(PublisherImpl.java:198) at java.lang.Iterable.forEach(Iterable.java:75) at com.google.cloud.pubsublite.internal.wire.PublisherImpl.lambda$triggerReinitialize$2(PublisherImpl.java:194) at com.google.cloud.pubsublite.internal.wire.RetryingConnectionImpl.modifyConnection(RetryingConnectionImpl.java:129) at com.google.cloud.pubsublite.internal.wire.PublisherImpl.triggerReinitialize(PublisherImpl.java:191) at com.google.cloud.pubsublite.internal.wire.RetryingConnectionImpl.lambda$triggerReinitialize$2(RetryingConnectionImpl.java:205) ... 3 more
Metadata
Metadata
Assignees
Labels
api: pubsubliteIssues related to the googleapis/java-pubsublite API.Issues related to the googleapis/java-pubsublite API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.