Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor queueing-related classes in presto-main module to a new presto-dispatcher module #23455

Open
prithvip opened this issue Aug 15, 2024 · 0 comments
Labels

Comments

@prithvip
Copy link
Contributor

In order to support work related to prestodb/rfcs#23, one of the work items is to re-factor the presto-main module to better separate code related to the queueing and execution phases. This is a large refactor that will involve multiple PRs, hence this issue to track it.

At a high-level, we want to re-factor presto-main into a presto-dispatcher and a presto-main module, with queueing related classes in presto-dispatcher, and everything else in presto-main. It is likely that we will also need to create a third module, presto-main-common, for classes that are needed for both queueing and execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant