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 2018/09/14 14:57:55 UTC

[GitHub] jiazhai opened a new issue #2584: unacked message is not redelivered in setting ackTimeout

jiazhai opened a new issue #2584: unacked message is not redelivered in setting ackTimeout
URL: https://github.com/apache/incubator-pulsar/issues/2584
 
 
   #### Expected behavior
   
   unacked message is not redelivered in setting ackTimeout
   
   #### Actual behavior
   unacked message is not redelivered in setting ackTimeout
   
   #### Steps to reproduce
   - create topic, producer and consumer, set consumer acktimeout
   - call consumer.receive(), and not ack the received message.
   - expected the message be redelivered after acktimeout; but actually not. 
   it is actually redelivered after 2*acktimeout
   
   #### System configuration
   2.1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services