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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to