GitHub user mikewallace1979 opened a pull request:

    https://github.com/apache/couchdb-couch-log/pull/11

    Remove module_loaded check in get_backend

    See [the JIRA ticket](https://issues.apache.org/jira/browse/COUCHDB-2968) 
for
    the full context.
    
    I'm not sure whether or not we're losing anything by removing the check or 
whether
    there's another way we could fix this. /cc @kxepal 
    
    ---
    When the code server loads modules dynamically,
    module_loaded(Backend) will not return true until it has actually
    been called. Since couch_log is the only thing that calls it, this
    can result in the backend module never being loaded.
    
    Closes COUCHDB-2968

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

    $ git pull https://github.com/mikewallace1979/couchdb-couch-log 
2968-remove-module_loaded-check-in-get_backend

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

    https://github.com/apache/couchdb-couch-log/pull/11.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 #11
    
----
commit ad17fcf92d6635666042b2d7f96bdb0fca41848e
Author: Mike Wallace <[email protected]>
Date:   2016-03-10T14:15:15Z

    Remove module_loaded check in get_backend
    
    When the code server loads modules dynamically,
    module_loaded(Backend) will not return true until it has actually
    been called. Since couch_log is the only thing that calls it this
    can result in the backend module never being loaded.
    
    Closes COUCHDB-2968

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to