Skip to content

Commit

Permalink
[HOPSWORKS-CLOUD-1540] Fixing cleaning up subtree operations
Browse files Browse the repository at this point in the history
  • Loading branch information
smkniazi authored and berthoug committed Feb 18, 2021
1 parent 2cd716b commit b1f4d00
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ public interface OngoingSubTreeOpsDataAccess<T> extends EntityDataAccess {

Collection<T> allOpsToRecoverAsync() throws StorageException;

Collection<T> allDeadOperations(long[] aliveNNIDs, long time) throws StorageException;

Collection<T> allSlowActiveOperations(long[] aliveNNIDs, long time) throws StorageException;

long getLockTime(long inodeID) throws StorageException;

//only for testing
Collection<T> allOps() throws StorageException;

Expand Down

0 comments on commit b1f4d00

Please sign in to comment.