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/07/25 07:27:33 UTC

[GitHub] [pulsar] massakam opened a new pull request #4805: [broker] Topic loading in rest-api should time out in zooKeeperOperationTimeoutSeconds

massakam opened a new pull request #4805: [broker] Topic loading in rest-api should time out in zooKeeperOperationTimeoutSeconds
URL: https://github.com/apache/pulsar/pull/4805
 
 
   ### Motivation
   
   With https://github.com/apache/pulsar/pull/4616, topic-loading in rest-api now time out in `zooKeeperSessionTimeoutMillis`. However, I think we should use `zooKeeperOperationTimeoutSeconds` rather than `zooKeeperSessionTimeoutMillis` as the timeout time, because most rest-api calls by broker time out in `zooKeeperOperationTimeoutSeconds` (cf. https://github.com/apache/pulsar/pull/4484).

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