correct misleading "virtual database users are missing" message
---------------------------------------------------------------

         Key: SEQUOIA-1060
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-1060
     Project: Sequoia
        Type: Bug

  Components: Core  
    Versions: Sequoia 2.10.8    
    Reporter: Chris Ekberg
    Priority: Trivial


DistributedVirtualDatabase.java 
checkConfigurationCompatibilityAndReturnControllerId function:

            logger
                .warn("Some virtual database users are missing from this 
configuration, trying to create them transparently...");

I believe this should be moved inside the 

        if (vdbcr.getAdditionalVdbUsers() != null) { ... }

block.  Harmless but misleading; only if there are additional users should we 
warn we're creating them.







-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to