|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers


Most methods in the CassandraClientServiceImpl are synchronized, shouldn't describeSchemaVersions() be synchronized aswell?
The method checkSchemaAgreement() covers the UNRREACHABLE case. This should also be done for this case.
isSchemaUpdated() waits for schema agreement and tries to check whether schema agreement has been reached. This should be done by invoking m_daemonService.describeSchemaVersions() again instead of using the same map.