dlmarion commented on code in PR #3350:
URL: https://github.com/apache/accumulo/pull/3350#discussion_r1188839719
##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/Ample.java:
##########
@@ -498,15 +497,4 @@ default void addBulkLoadInProgressFlag(String path, long
fateTxid) {
default void removeBulkLoadInProgressFlag(String path) {
throw new UnsupportedOperationException();
}
-
- /**
- * Remove all the Bulk Load transaction ids from a given table's metadata
- *
- * @param tableId Table ID for transaction removals
- * @param tid Transaction ID to remove
- */
- default void removeBulkLoadEntries(TableId tableId, long tid) {
Review Comment:
This is going to conflict with #3336 . You might want to wait to merge this
until #3336 is merged into 2.1 and up to elasticity.
--
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]