joshelser commented on a change in pull request #712: HBASE-23136
URL: https://github.com/apache/hbase/pull/712#discussion_r334093600
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/tool/BulkLoadHFiles.java
##########
@@ -84,6 +84,10 @@ public Path getFilePath() {
Map<LoadQueueItem, ByteBuffer> bulkLoad(TableName tableName, Map<byte[],
List<Path>> family2Files)
throws TableNotFoundException, IOException;
+ /**
+ * Disable replication for this bulkload, if bulkload replication is
configured.
+ */
+ void disableReplication();
Review comment:
This is `Public` so we need to be careful what branch this lands in, right?
Also, since this is directly user facing, would a `isReplicationDisabled()`
getter be a good idea?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services