Skip to content

Refactor manager split code used by fate#6115

Open
keith-turner wants to merge 1 commit intoapache:mainfrom
keith-turner:split-cache
Open

Refactor manager split code used by fate#6115
keith-turner wants to merge 1 commit intoapache:mainfrom
keith-turner:split-cache

Conversation

@keith-turner
Copy link
Contributor

Separated out functionality in the manager Splitter class that was only used by the fate split operation. This avoids having to expose code used by TGW to Fate making it easier to execute fate operation outside the manager.

Separated out functionality in the manager Splitter class that was only
used by the fate split operation.  This avoids having to expose code
used by TGW to Fate making it easier to execute fate operation outside
the manager.
@keith-turner keith-turner added this to the 4.0.0 milestone Feb 5, 2026
ExecutorService getTabletRefreshThreadPool();

Splitter getSplitter();
SplitFileCache getSplitFileCache();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant