You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by nickva <gi...@git.apache.org> on 2017/07/22 03:21:04 UTC

[GitHub] couchdb-config pull request #16: Add longer timeouts for operations which co...

GitHub user nickva opened a pull request:

    https://github.com/apache/couchdb-config/pull/16

    Add longer timeouts for operations which could write to disk

    It turns out that 5 seconds is often not enough in a severly throttled test
    environment, and simple operations like config:set and config:delete raise
    timeout errors.
    
    Increase default 5 second timeout to half a minute. This should hopefully
    handle even heavily throttled IO environments.
    
    Fixed #703

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-config issue-703

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-config/pull/16.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #16
    
----
commit ac2a33e240669f24af5b8e86499d9b88f8df61b2
Author: Nick Vatamaniuc <va...@apache.org>
Date:   2017-07-22T03:13:01Z

    Add longer timeouts for operations which could write to disk
    
    It turns out that 5 seconds is often not enough in a severly throttled test
    environment, and simple operations like config:set and config:delete raise
    timeout errors.
    
    Increase default 5 second timeout to half a minute. This should hopefully
    handle even heavily throttled IO environments.
    
    Fixed #703

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-config pull request #16: Add longer timeouts for operations which co...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/couchdb-config/pull/16


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-config issue #16: Add longer timeouts for operations which could wri...

Posted by wohali <gi...@git.apache.org>.
Github user wohali commented on the issue:

    https://github.com/apache/couchdb-config/pull/16
  
    +1. Don't forget to bump the dependency in couch's `rebar.config.script`. Because we're preparing for a release, please add a new tag to this repo and use the new tag in `rebar.config.script`, not the raw hash please! :goat:


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---