Skip to content

Commit 331041c

Browse files
committed
Add comment about non-working require status in push()
1 parent 026a1a3 commit 331041c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/apache/accumulo/core/fate/accumulo/AccumuloStore.java

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ public void push(Repo<T> repo) throws StackOverflowException {
259259
throw new StackOverflowException("Repo stack size too large");
260260
}
261261

262+
// FateMutator<T> fateMutator = newMutator(fateId).requireStatus(TStatus.IN_PROGRESS);
262263
FateMutator<T> fateMutator = newMutator(fateId);
263264
fateMutator.putRepo(top.map(t -> t + 1).orElse(1), repo).mutate();
264265
}

0 commit comments

Comments
 (0)