lhotari opened a new issue, #25154:
URL: https://github.com/apache/pulsar/issues/25154

   ### Search before reporting
   
   - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Example failure
   
   
https://github.com/apache/pulsar/actions/runs/21055032240/job/60549891359?pr=25151#step:11:1776
   
   ### Exception stacktrace
   
   ```text
   Error:  
org.apache.pulsar.functions.worker.PulsarFunctionE2ESecurityTest.testAuthorization
 -- Time elapsed: 11.53 s <<< FAILURE!
     org.apache.pulsar.client.admin.PulsarAdminException: Request Timed Out
        at 
org.apache.pulsar.client.admin.PulsarAdminException.wrap(PulsarAdminException.java:252)
        at 
org.apache.pulsar.client.admin.internal.BaseResource.sync(BaseResource.java:360)
        at 
org.apache.pulsar.client.admin.internal.FunctionsImpl.triggerFunction(FunctionsImpl.java:335)
        at 
org.apache.pulsar.functions.worker.PulsarFunctionE2ESecurityTest.testAuthorization(PulsarFunctionE2ESecurityTest.java:772)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at 
org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1583)
        Suppressed: org.apache.pulsar.client.admin.PulsarAdminException: 
Request Timed Out
                at 
org.apache.pulsar.client.admin.internal.BaseResource.getApiException(BaseResource.java:299)
                at 
org.apache.pulsar.client.admin.internal.FunctionsImpl$2.failed(FunctionsImpl.java:369)
                at 
org.glassfish.jersey.client.JerseyInvocation$1.failed(JerseyInvocation.java:898)
                at 
org.glassfish.jersey.client.JerseyInvocation$1.completed(JerseyInvocation.java:879)
                at 
org.glassfish.jersey.client.ClientRuntime.processResponse(ClientRuntime.java:232)
                at 
org.glassfish.jersey.client.ClientRuntime.access$200(ClientRuntime.java:62)
                at 
org.glassfish.jersey.client.ClientRuntime$2.lambda$response$0(ClientRuntime.java:176)
                at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
                at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
                at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
                at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
                at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
                at 
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
                at 
org.glassfish.jersey.client.ClientRuntime$2.response(ClientRuntime.java:176)
                at 
org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector.lambda$apply$1(AsyncHttpConnector.java:339)
                at 
java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
                at 
java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
                at 
java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
                at 
java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2179)
                at 
org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector.lambda$retryOperation$4(AsyncHttpConnector.java:398)
                at 
java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
                at 
java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
                at 
java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
                at 
java.base/java.util.concurrent.CompletableFuture.cancel(CompletableFuture.java:2512)
                at 
org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector.lambda$executeRequest$10(AsyncHttpConnector.java:467)
                at 
java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
                at 
java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
                at 
java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
                at 
java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2179)
                at 
com.spotify.futures.ConcurrencyReducer.lambda$invoke$0(ConcurrencyReducer.java:173)
                at 
java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
                at 
java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
                at 
java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
                at 
java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2179)
                at 
org.asynchttpclient.netty.NettyResponseFuture.loadContent(NettyResponseFuture.java:222)
                at 
org.asynchttpclient.netty.NettyResponseFuture.done(NettyResponseFuture.java:257)
                at 
org.asynchttpclient.netty.handler.AsyncHttpClientHandler.finishUpdate(AsyncHttpClientHandler.java:241)
                at 
org.asynchttpclient.netty.handler.HttpHandler.handleChunk(HttpHandler.java:113)
                at 
org.asynchttpclient.netty.handler.HttpHandler.handleRead(HttpHandler.java:142)
                at 
org.asynchttpclient.netty.handler.AsyncHttpClientHandler.channelRead(AsyncHttpClientHandler.java:78)
                at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
                at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
                at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
                at 
io.netty.handler.codec.http.HttpContentDecoder.decode(HttpContentDecoder.java:166)
                at 
io.netty.handler.codec.http.HttpContentDecoder.decode(HttpContentDecoder.java:48)
                at 
io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:91)
                at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
                at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
                at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
                at 
io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
                at 
io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:361)
                at 
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:325)
                at 
io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
                at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
                at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
                at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
                at 
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
                at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
                at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
                at 
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
                at 
io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
                at 
io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:796)
                at 
io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732)
                at 
io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658)
                at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
                at 
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998)
                at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
                at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
                ... 1 more
        Caused by: javax.ws.rs.ClientErrorException: HTTP 408 
{"reason":"Request Timed Out"}
                at 
org.glassfish.jersey.client.JerseyInvocation.createExceptionForFamily(JerseyInvocation.java:1002)
                at 
org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:984)
                at 
org.glassfish.jersey.client.JerseyInvocation.access$700(JerseyInvocation.java:82)
                ... 66 more
     Caused by: [CIRCULAR REFERENCE: javax.ws.rs.ClientErrorException: HTTP 408 
{"reason":"Request Timed Out"}]
   ```
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to