GitHub user chenlica added a comment to the discussion: Why State flows with Data instead of being Centralized by the controller?
Thanks for sharing the understanding. The centralized design can work, but it requires all workers to communicate with the State Manager. This approach will have longer delays and make the State Manager a bottleneck. The current implementation can be viewed as a "distributed approach." Since we don't want the codebase to become unnecessarily complicated, I think there is no need to implement the centralized design. GitHub link: https://github.com/apache/texera/discussions/7429#discussioncomment-17997495 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
