[ https://issues.apache.org/jira/browse/GEODE-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15999330#comment-15999330 ]
ASF GitHub Bot commented on GEODE-234: -------------------------------------- GitHub user davinash opened a pull request: https://github.com/apache/geode/pull/495 GEODE-234: Removed deprecated MirrorType class and its usage is replaced by appropriate DataPolicy.REPLICATE or DataPolicy.NORMAL - Did not find cache-9.0.xsd in source. So I am assuming this file will get added later. - geode-docs still has reference to mirror-type. - ConsoleDistributionManagerDUnitTest#testApplications is failing ( FlakyTest ) - ClusterConfigurationServiceEndToEndDUnitTest#testStartServerAndExecuteCommands is failing ( FlakyTest) You can merge this pull request into a Git repository by running: $ git pull https://github.com/davinash/geode feature/GEODE-234 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/495.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 #495 ---- commit aa048b25659b65050ca19a963228d7ce8b014c07 Author: adongre <adon...@apache.org> Date: 2017-05-04T03:02:34Z GEODE-234: Removed deprecated MirrorType class and its usage is replaced by appropriate DataPolicy.REPLICATE or DataPolicy.NORMAL GEODE-234: Spotless and import error fix. GEODE-234: Fixing the Test Failures. GEODE-234 : Fixing some more test failures ---- > remove deprecated MirrorType class > ---------------------------------- > > Key: GEODE-234 > URL: https://issues.apache.org/jira/browse/GEODE-234 > Project: Geode > Issue Type: Sub-task > Reporter: Darrel Schneider > Assignee: Avinash Dongre > > All uses of MirrorType should be changed to use DataPolicy.REPLICATE. > All apis that take it as a parameter or return it need to be deleted. > The cache-9.0.xsd should also be changed to no longer have the "mirror-type" > region-attribute. -- This message was sent by Atlassian JIRA (v6.3.15#6346)