ws-one opened a new issue, #944:
URL: https://github.com/apache/rocketmq-clients/issues/944

   ### Before Creating the Bug Report
   
   - [x] I found a bug, not just asking a question, which should be created in 
[GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions).
   
   - [x] I have searched the [GitHub 
Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq-clients/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [x] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Programming Language of the Client
   
   Python
   
   ### Runtime Platform Environment
   
   Ubuntu 22.04.5 LTS
   
   ### RocketMQ Version of the Client/Server
   
   docker 版本的5.3.1
   rocketmq-python-client 5.0.3
   rocketmq-client-python 2.0.0
   grpcio 1.70.0
   grpcio-tools 1.70.0
   
   ### Run or Compiler Version
   
   conda 25.1.1
   python 3.13.2
   
   ### Describe the Bug
   
   采用docker部署的rocketmq,python客户端运行一段时间后会报错,需要重启Broker,但是java客户端不影响
   Exception: <AioRpcError of RPC that terminated with: status = 
StatusCode.DEADLINE_EXCEEDED details = "Deadline Exceeded" debug_error_string = 
"UNKNOWN:Error received from peer 
{created_time:"2025-01-11T09:42:25.995335662+08:00", grpc_status:4, 
grpc_message:"Deadline Exceeded"}"
   
   ### Steps to Reproduce
   
   通过python 连接proxy端口,简单消费,长时间拉取空值,等数据过来会一直报如上错误。
   
   ### What Did You Expect to See?
   
   希望不报错,可以获取的数据
   
   ### What Did You See Instead?
   
   Exception: <AioRpcError of RPC that terminated with: status = 
StatusCode.DEADLINE_EXCEEDED details = "Deadline Exceeded" debug_error_string = 
"UNKNOWN:Error received from peer 
{created_time:"2025-01-11T09:42:25.995335662+08:00", grpc_status:4, 
grpc_message:"Deadline Exceeded"}"
   
   ### Additional Context
   
   messages = simpleConsumer.receive(1, 10)
   if len(messages) > 0:
       simpleConsumer.ack(messages[0])
       handle(messages[0])


-- 
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-unsubscr...@rocketmq.apache.org.apache.org

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

Reply via email to