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

[improve][ml] Optimization method getNumberOfEntries #23576

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hanmz
Copy link
Contributor

@hanmz hanmz commented Nov 7, 2024

Motivation

Currently, when readPosition== lastPosition‘next, getNumberOfEntries will be entered. However, this is meaningless and may affect performance.

For example, readPosition=3:0, lastPosition=3:-1, will enter the getNumberOfEntries method
image

Modifications

When readPosition is greater than lastPosition, return 0 directly.

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Nov 7, 2024
@nodece
Copy link
Member

nodece commented Nov 7, 2024

/pulsarbot rerun-failure-checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants