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

simplify streaming interfaces by task-local epoch values #9574

Open
2 tasks
BugenZhao opened this issue May 4, 2023 · 2 comments
Open
2 tasks

simplify streaming interfaces by task-local epoch values #9574

BugenZhao opened this issue May 4, 2023 · 2 comments
Labels

Comments

@BugenZhao
Copy link
Member

After #9488, we're now able to retrieve the current epoch directly with a static function epoch() from the task-local storage, as long as we're under the streaming execution. In this way, some interfaces can be simplified since there's no need to pass an epoch value or maintain the epoch value inside of the structure anymore.

  • State Table
  • LRU Cache
@BugenZhao BugenZhao added type/refactor component/streaming Stream processing related issue. labels May 4, 2023
@github-actions github-actions bot added this to the release-0.20 milestone May 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2023

This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.

@BugenZhao BugenZhao removed this from the release-0.20 milestone Jul 4, 2023
Copy link
Contributor

github-actions bot commented Jul 3, 2024

This issue has been open for 60 days with no activity.

If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the no-issue-activity label.

You can also confidently close this issue as not planned to keep our backlog clean.
Don't worry if you think the issue is still valuable to continue in the future.
It's searchable and can be reopened when it's time. 😄

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