EdColeman commented on code in PR #4208:
URL: https://github.com/apache/accumulo/pull/4208#discussion_r1473551696
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ImportConfigurationImpl.java:
##########
@@ -19,13 +19,15 @@
package org.apache.accumulo.core.clientImpl;
import org.apache.accumulo.core.client.admin.ImportConfiguration;
+import org.apache.accumulo.core.client.admin.TabletHostingGoal;
import com.google.common.base.Preconditions;
public class ImportConfigurationImpl implements ImportConfiguration,
ImportConfiguration.Builder {
private boolean built = false;
private boolean keepOffline = false;
private boolean keepMappingsFile = false;
+ private TabletHostingGoal initialHostingGoal = null;
Review Comment:
Would it simplify things if instead of null, a default (ONDEMAND ?) be set
here? It may eliminate the need to keep checking for null.
--
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]