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

[Bug] NPE can occur in the Response Path if MetricRepo is not initialized yet #44220

Open
3 tasks done
rijeshkp opened this issue Nov 18, 2024 · 0 comments · May be fixed by #42505
Open
3 tasks done

[Bug] NPE can occur in the Response Path if MetricRepo is not initialized yet #44220

rijeshkp opened this issue Nov 18, 2024 · 0 comments · May be fixed by #42505

Comments

@rijeshkp
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Version

2.1, 3.0

What's Wrong?

In case multiple FE nodes, the non-master FE may delay the init of MetricRepo till the replay is completed during startup. So when the request is processed before the metric repo is initialized, NPE exception can occur

What You Expected?

NPE should not occur.

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

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

Successfully merging a pull request may close this issue.

1 participant