We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
StateNamespace#stringKey can be expensive due to serialization of the namespace. This should be cached in FlinkStateInternals.
Priority: 2 (default / most normal work should be filed as P2)
The text was updated successfully, but these errors were encountered:
[flink] apache#33145 cache StateNamespace#stringKey in FlinkStateInte…
27aa65e
…rnals
e9eb386
d740367
e91c46c
Merge pull request #33146: #33145 cache namespace string key in Flink…
225b252
…StateInternals
je-ik
Successfully merging a pull request may close this issue.
What needs to happen?
StateNamespace#stringKey can be expensive due to serialization of the namespace. This should be cached in FlinkStateInternals.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: