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


##########
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/FateEnv.java:
##########
@@ -55,7 +55,7 @@ public interface FateEnv {
 
   ExecutorService getTabletRefreshThreadPool();
 
-  Splitter getSplitter();
+  SplitFileCache getSplitFileCache();

Review Comment:
   This change is the driver behind this entire PR.  Needed to expose a more 
narrow type here for fate.  Found this while experimenting with distributed 
fate.



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