DomGarguilo commented on code in PR #4121:
URL: https://github.com/apache/accumulo/pull/4121#discussion_r1442149111


##########
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:
   Looks like the same thing was fixed in #4126 which is waiting to be merged 
into 2.1 so I think we can just let it be handled there if it ends up being 
merged.



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