DomGarguilo commented on code in PR #4121:
URL: https://github.com/apache/accumulo/pull/4121#discussion_r1442174877
##########
core/src/main/java/org/apache/accumulo/core/fate/AbstractFateStore.java:
##########
@@ -52,7 +52,7 @@ public abstract class AbstractFateStore<T> implements
FateStore<T> {
private static final Logger log =
LoggerFactory.getLogger(AbstractFateStore.class);
protected final Set<Long> reserved;
- protected final Map<Long,Long> defered;
+ protected final Map<Long,Long> deferred;
Review Comment:
Added #4128 to fix the things mentioned in 2.1
--
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]