GitHub user cpoerschke opened a pull request:

    https://github.com/apache/lucene-solr/pull/156

    SOLR-7710: replace various "async" with CommonAdminParams.ASYNC

    for https://issues.apache.org/jira/i#browse/SOLR-7710

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

    $ git pull https://github.com/bloomberg/lucene-solr trunk-ocp-async

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

    https://github.com/apache/lucene-solr/pull/156.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 #156
    
----
commit 0fc933164c89c65c721857cba4c1921e86b3aeb2
Author: Christine Poerschke <[email protected]>
Date:   2015-04-29T18:26:46Z

    SOLR-????: replace various "async" with CommonAdminParams.ASYNC
    
    This change turns
      org.apache.solr.cloud.OverseerCollectionProcessor.ASYNC
    into
      org.apache.solr.common.params.CommonAdminParams.ASYNC
    and then uses it in various places (instead of "async").
    
    The commit also adds a CommonAdminParamsTest to test the backwards 
compatibility of CommonAdminParams parameter constants. If someone accidentally 
changes those constants then the test will flag that up.

----


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to