You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/14 08:44:21 UTC

[GitHub] [pulsar] mattisonchao commented on pull request #13243: [Don't merge] Bump Pulsar 2.7.5-SNAPSHOT

mattisonchao commented on pull request #13243:
URL: https://github.com/apache/pulsar/pull/13243#issuecomment-993307556


   It's a flaky test. 
   
   the detail is:
   
   ```java
   2021-12-14T08:02:27.9985172Z [ERROR] Tests run: 48, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 99.019 s <<< FAILURE! - in org.apache.pulsar.client.api.TopicReaderTest
   2021-12-14T08:02:27.9992987Z [ERROR] testMultiReaderBuilderConcurrentCreate(org.apache.pulsar.client.api.TopicReaderTest)  Time elapsed: 0.018 s  <<< FAILURE!
   2021-12-14T08:02:27.9995299Z org.apache.pulsar.client.admin.PulsarAdminException$ConflictException: This topic already exists
   2021-12-14T08:02:27.9997579Z 	at org.apache.pulsar.client.admin.internal.BaseResource.getApiException(BaseResource.java:224)
   2021-12-14T08:02:27.9999784Z 	at org.apache.pulsar.client.admin.internal.BaseResource$1.failed(BaseResource.java:130)
   2021-12-14T08:02:28.0001505Z 	at org.glassfish.jersey.client.JerseyInvocation$1.failed(JerseyInvocation.java:839)
   2021-12-14T08:02:28.0003108Z 	at org.glassfish.jersey.client.JerseyInvocation$1.completed(JerseyInvocation.java:820)
   2021-12-14T08:02:28.0004960Z 	at org.glassfish.jersey.client.ClientRuntime.processResponse(ClientRuntime.java:229)
   2021-12-14T08:02:28.0006836Z 	at org.glassfish.jersey.client.ClientRuntime.access$200(ClientRuntime.java:62)
   2021-12-14T08:02:28.0008426Z 	at org.glassfish.jersey.client.ClientRuntime$2.lambda$response$0(ClientRuntime.java:173)
   2021-12-14T08:02:28.0009717Z 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
   2021-12-14T08:02:28.0010818Z 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
   2021-12-14T08:02:28.0012049Z 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
   2021-12-14T08:02:28.0013389Z 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
   2021-12-14T08:02:28.0015656Z 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
   2021-12-14T08:02:28.0017487Z 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
   2021-12-14T08:02:28.0019359Z 	at org.glassfish.jersey.client.ClientRuntime$2.response(ClientRuntime.java:173)
   2021-12-14T08:02:28.0021536Z 	at org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector.lambda$apply$1(AsyncHttpConnector.java:228)
   2021-12-14T08:02:28.0023992Z 	at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
   2021-12-14T08:02:28.0025866Z 	at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
   2021-12-14T08:02:28.0027679Z 	at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
   2021-12-14T08:02:28.0029752Z 	at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
   2021-12-14T08:02:28.0032121Z 	at org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector.lambda$retryOperation$3(AsyncHttpConnector.java:269)
   2021-12-14T08:02:28.0034639Z 	at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
   2021-12-14T08:02:28.0036643Z 	at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
   2021-12-14T08:02:28.0050885Z 	at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
   2021-12-14T08:02:28.0052697Z 	at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
   2021-12-14T08:02:28.0054943Z 	at org.asynchttpclient.netty.NettyResponseFuture.loadContent(NettyResponseFuture.java:222)
   2021-12-14T08:02:28.0057078Z 	at org.asynchttpclient.netty.NettyResponseFuture.done(NettyResponseFuture.java:257)
   2021-12-14T08:02:28.0059561Z 	at org.asynchttpclient.netty.handler.AsyncHttpClientHandler.finishUpdate(AsyncHttpClientHandler.java:241)
   2021-12-14T08:02:28.0062512Z 	at org.asynchttpclient.netty.handler.HttpHandler.handleChunk(HttpHandler.java:114)
   2021-12-14T08:02:28.0064607Z 	at org.asynchttpclient.netty.handler.HttpHandler.handleRead(HttpHandler.java:143)
   2021-12-14T08:02:28.0067078Z 	at org.asynchttpclient.netty.handler.AsyncHttpClientHandler.channelRead(AsyncHttpClientHandler.java:78)
   2021-12-14T08:02:28.0069978Z 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
   2021-12-14T08:02:28.0072860Z 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
   2021-12-14T08:02:28.0075936Z 	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
   2021-12-14T08:02:28.0078538Z 	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
   2021-12-14T08:02:28.0081191Z 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
   2021-12-14T08:02:28.0084093Z 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
   2021-12-14T08:02:28.0086959Z 	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
   2021-12-14T08:02:28.0089944Z 	at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
   2021-12-14T08:02:28.0092706Z 	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324)
   2021-12-14T08:02:28.0094980Z 	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296)
   2021-12-14T08:02:28.0097322Z 	at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
   2021-12-14T08:02:28.0100035Z 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
   2021-12-14T08:02:28.0102928Z 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
   2021-12-14T08:02:28.0105787Z 	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
   2021-12-14T08:02:28.0108139Z 	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
   2021-12-14T08:02:28.0110546Z 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
   2021-12-14T08:02:28.0113416Z 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
   2021-12-14T08:02:28.0116978Z 	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
   2021-12-14T08:02:28.0119051Z 	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
   2021-12-14T08:02:28.0120899Z 	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719)
   2021-12-14T08:02:28.0123076Z 	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
   2021-12-14T08:02:28.0125186Z 	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
   2021-12-14T08:02:28.0126723Z 	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
   2021-12-14T08:02:28.0128370Z 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
   2021-12-14T08:02:28.0130105Z 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
   2021-12-14T08:02:28.0131872Z 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
   2021-12-14T08:02:28.0133285Z 	at java.lang.Thread.run(Thread.java:748)
   2021-12-14T08:02:28.0134087Z Caused by: javax.ws.rs.ClientErrorException: HTTP 409 Conflict
   2021-12-14T08:02:28.0135999Z 	at org.glassfish.jersey.client.JerseyInvocation.createExceptionForFamily(JerseyInvocation.java:938)
   2021-12-14T08:02:28.0138654Z 	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:921)
   2021-12-14T08:02:28.0140801Z 	at org.glassfish.jersey.client.JerseyInvocation.access$500(JerseyInvocation.java:77)
   2021-12-14T08:02:28.0141880Z 	... 54 more
   2021-12-14T08:02:28.0142102Z 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org