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 2019/06/03 23:23:26 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #4455: [pulsar-ml] handle race condition between timeout-task and add-call complete

rdhabalia opened a new pull request #4455: [pulsar-ml] handle race condition between timeout-task and add-call complete
URL: https://github.com/apache/pulsar/pull/4455
 
 
   ### Motivation
   Broker has addEntry operation-timeout task which can timeout Add-entry operation if it's not completed in configured time. So, addEntry operation can be completed by timeout-task or normal bk-client thread. This PR makes sure that addEntry task can be completed atomically by one thread only.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services