You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/07/13 07:15:39 UTC

[GitHub] [rocketmq] simonHome opened a new issue #3140: RocketmqClient - removeMessage exception,java.lang.InterruptedException

simonHome opened a new issue #3140:
URL: https://github.com/apache/rocketmq/issues/3140


   Bug Report
   
   2021-07-13 14:24:13,013 ERROR RocketmqClient - removeMessage exception
   java.lang.InterruptedException
   	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
   	at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lockInterruptibly(ReentrantReadWriteLock.java:998)
   	at org.apache.rocketmq.client.impl.consumer.ProcessQueue.removeMessage(ProcessQueue.java:246)
   	at org.apache.rocketmq.client.impl.consumer.ConsumeMessageConcurrentlyService.processConsumeResult(ConsumeMessageConcurrentlyService.java:309)
   	at org.apache.rocketmq.client.impl.consumer.ConsumeMessageConcurrentlyService$ConsumeRequest.run(ConsumeMessageConcurrentlyService.java:460)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at com.alibaba.ttl.TtlRunnable.run(TtlRunnable.java:59)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   	at java.lang.Thread.run(Thread.java:748)
   _______________________________________________________________________________________________________
   
   this exception to slow consume message,I don't know where to start,I would like to find about the causes,Please take help  look !!! 


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] caigy commented on issue #3140: RocketmqClient - removeMessage exception,java.lang.InterruptedException

Posted by GitBox <gi...@apache.org>.
caigy commented on issue #3140:
URL: https://github.com/apache/rocketmq/issues/3140#issuecomment-880407560


   @simonHome Please provide more information about this bug, including your client and server version, what type of message, subscription mode, etc,  especially how to reproduce it.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] ni-ze commented on issue #3140: RocketmqClient - removeMessage exception,java.lang.InterruptedException

Posted by GitBox <gi...@apache.org>.
ni-ze commented on issue #3140:
URL: https://github.com/apache/rocketmq/issues/3140#issuecomment-879526791


   how to Repeated this error?


-- 
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: dev-unsubscribe@rocketmq.apache.org

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