You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/11/01 15:23:06 UTC

[GitHub] [accumulo] dlmarion commented on a change in pull request #2335: Deprecate replication classes, properties, etc.

dlmarion commented on a change in pull request #2335:
URL: https://github.com/apache/accumulo/pull/2335#discussion_r740298163



##########
File path: core/src/main/java/org/apache/accumulo/core/client/AccumuloClient.java
##########
@@ -323,6 +323,7 @@ ConditionalWriter createConditionalWriter(String tableName, ConditionalWriterCon
    *
    * @return an object to modify replication configuration
    */
+  @Deprecated

Review comment:
       Fixed in ef1b169

##########
File path: server/tserver/src/test/java/org/apache/accumulo/tserver/replication/AccumuloReplicaSystemTest.java
##########
@@ -55,16 +55,15 @@
 import org.apache.accumulo.tserver.logger.LogEvents;
 import org.apache.accumulo.tserver.logger.LogFileKey;
 import org.apache.accumulo.tserver.logger.LogFileValue;
-import org.apache.accumulo.tserver.replication.AccumuloReplicaSystem.ReplicationStats;
-import org.apache.accumulo.tserver.replication.AccumuloReplicaSystem.WalClientExecReturn;
-import org.apache.accumulo.tserver.replication.AccumuloReplicaSystem.WalReplication;
 import org.apache.hadoop.fs.Path;
 import org.apache.hadoop.io.Text;
 import org.junit.Test;
 
+@SuppressWarnings("deprecation")
 public class AccumuloReplicaSystemTest {

Review comment:
       Fixed in ef1b169




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org