keith-turner commented on code in PR #3350:
URL: https://github.com/apache/accumulo/pull/3350#discussion_r1189104188


##########
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:
   I merged #3336 into 2.1, main, elasticity and then this branch.  Lots of 
conflicts to resolve along the way.



-- 
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