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/11/10 03:15:17 UTC

[GitHub] [pulsar] zhanghaou opened a new pull request #12707: [Issue 12558] fix flaky-test: SimpleProducerConsumerTestStreamingDispatcherTest.testConcurrentConsumerReceiveWhileReconnect

zhanghaou opened a new pull request #12707:
URL: https://github.com/apache/pulsar/pull/12707


   Fix https://github.com/apache/pulsar/issues/12558
   
   restartBroker() and produce messages may cost more time than RECEIVE_TIMEOUT_SECONDS, which is set to 3 second, `consumer.receive(RECEIVE_TIMEOUT_SECONDS, TimeUnit.SECONDS)`  will time out in some cases. 
   
   ![image](https://user-images.githubusercontent.com/5668441/141043037-37f79e0f-36db-4bb2-af4f-0177c565cec7.png)
   
   
   


-- 
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



[GitHub] [pulsar] zhanghaou commented on pull request #12707: [Issue 12558] fix flaky-test: SimpleProducerConsumerTestStreamingDispatcherTest.testConcurrentConsumerReceiveWhileReconnect

Posted by GitBox <gi...@apache.org>.
zhanghaou commented on pull request #12707:
URL: https://github.com/apache/pulsar/pull/12707#issuecomment-964817929


   close due to https://github.com/apache/pulsar/pull/12420


-- 
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



[GitHub] [pulsar] github-actions[bot] commented on pull request #12707: [Issue 12558] fix flaky-test: SimpleProducerConsumerTestStreamingDispatcherTest.testConcurrentConsumerReceiveWhileReconnect

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #12707:
URL: https://github.com/apache/pulsar/pull/12707#issuecomment-964748269


   @zhanghaou:Thanks for your contribution. For this PR, do we need to update docs?
   (The [PR template contains info about doc](https://github.com/apache/pulsar/blob/master/.github/PULL_REQUEST_TEMPLATE.md#documentation), which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)


-- 
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



[GitHub] [pulsar] zhanghaou closed pull request #12707: [Issue 12558] fix flaky-test: SimpleProducerConsumerTestStreamingDispatcherTest.testConcurrentConsumerReceiveWhileReconnect

Posted by GitBox <gi...@apache.org>.
zhanghaou closed pull request #12707:
URL: https://github.com/apache/pulsar/pull/12707


   


-- 
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