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
public float getDequeueTps() { return perfCounterTicks.getCounter("dequeue_put").getLastTps(); }
this may can change to DEQUEUE_PUT
public float getDequeueTps() { return perfCounterTicks.getCounter(DEQUEUE_PUT).getLastTps(); }
change to DEQUEUE_PUT
No response
The text was updated successfully, but these errors were encountered:
[ISSUE apache#8512] TimerMessageStore#getDequeueTps optimization
1e32c42
Successfully merging a pull request may close this issue.
Is Your Feature Request Related to a Problem?
this may can change to DEQUEUE_PUT
Describe the Solution You'd Like
Describe Alternatives You've Considered
change to DEQUEUE_PUT
Additional Context
No response
The text was updated successfully, but these errors were encountered: