Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
None
-
None
-
None
Description
The test has failed with the following output:
2021-08-05T17:43:36.5582200Z Aug 05 17:43:36 io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Subject 'test-user-behavior-e5e56be2-40cf-421f-b90d-ad988efa0846-value' not found.; error code: 40401 2021-08-05T17:43:36.5583099Z Aug 05 17:43:36 at io.confluent.kafka.schemaregistry.client.rest.RestService.sendHttpRequest(RestService.java:292) 2021-08-05T17:43:36.5583794Z Aug 05 17:43:36 at io.confluent.kafka.schemaregistry.client.rest.RestService.httpRequest(RestService.java:352) 2021-08-05T17:43:36.5584525Z Aug 05 17:43:36 at io.confluent.kafka.schemaregistry.client.rest.RestService.getAllVersions(RestService.java:769) 2021-08-05T17:43:36.5585227Z Aug 05 17:43:36 at io.confluent.kafka.schemaregistry.client.rest.RestService.getAllVersions(RestService.java:760) 2021-08-05T17:43:36.5585975Z Aug 05 17:43:36 at io.confluent.kafka.schemaregistry.client.CachedSchemaRegistryClient.getAllVersions(CachedSchemaRegistryClient.java:364) 2021-08-05T17:43:36.5586762Z Aug 05 17:43:36 at org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase.getAllVersions(SQLClientSchemaRegistryITCase.java:230) 2021-08-05T17:43:36.5587527Z Aug 05 17:43:36 at org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase.testWriting(SQLClientSchemaRegistryITCase.java:195) 2021-08-05T17:43:36.5588182Z Aug 05 17:43:36 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2021-08-05T17:43:36.5588781Z Aug 05 17:43:36 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2021-08-05T17:43:36.5589446Z Aug 05 17:43:36 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2021-08-05T17:43:36.5590061Z Aug 05 17:43:36 at java.lang.reflect.Method.invoke(Method.java:498) 2021-08-05T17:43:36.5590666Z Aug 05 17:43:36 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 2021-08-05T17:43:36.5591520Z Aug 05 17:43:36 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 2021-08-05T17:43:36.5592192Z Aug 05 17:43:36 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 2021-08-05T17:43:36.5592854Z Aug 05 17:43:36 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 2021-08-05T17:43:36.5593522Z Aug 05 17:43:36 at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) 2021-08-05T17:43:36.5594231Z Aug 05 17:43:36 at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) 2021-08-05T17:43:36.5594883Z Aug 05 17:43:36 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-08-05T17:43:36.5595439Z Aug 05 17:43:36 at java.lang.Thread.run(Thread.java:748)
Attachments
Issue Links
- duplicates
-
FLINK-23556 SQLClientSchemaRegistryITCase fails with " Subject ... not found"
-
- Closed
-