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

[FLINK-27556][state] Inline state handle id generation #20173

Merged
merged 1 commit into from Jul 8, 2022

Conversation

rkhachatryan
Copy link
Contributor

... to avoid unnecessary overhead when it's not used.

Original benchmark results (good): http://codespeed.dak8s.net:8080/job/flink-benchmark-request/165/
Current benchmark results (bad): http://codespeed.dak8s.net:8080/job/flink-master-benchmarks-java8/468/
Benchmark results with this change (good): http://codespeed.dak8s.net:8080/job/flink-benchmark-request/170/

(the benchmark is somewhat unstable so I ran it twice)

...  to avoid unnecessary overhead when it's not used.
@rkhachatryan
Copy link
Contributor Author

@akalash could you please take a look?

@flinkbot
Copy link
Collaborator

flinkbot commented Jul 5, 2022

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

Copy link
Contributor

@akalash akalash left a comment

Choose a reason for hiding this comment

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

LGTM. Please, check for failing tests before merging.

@rkhachatryan
Copy link
Contributor Author

Thanks for the review @akalash, the failure is unrelated (FLINK-28391) and did not happen in my private branch.
Merging.

@rkhachatryan rkhachatryan merged commit 231e96b into apache:master Jul 8, 2022
@rkhachatryan rkhachatryan deleted the f27556-inline branch July 8, 2022 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants