Skip to content

Record all possible sizes and handle legacy data migration #13274

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

malus2077
Copy link
Contributor

What Changed

Core Implementation

  • Added requestsSize(), itemsSize(), bytesSize() methods for different size calculations
  • Enhanced internalSize() to support all sizer types with proper legacy handling
  • Introduced legacyWriteIndex field for backward compatibility during migration

Legacy Data Handling

  • Problem: Legacy queues lack BytesSize/ItemsSize historical data
  • Solution: Use legacyWriteIndex to track pre-migration items separately
  • Size calculation: modernSize + legacySize() during transition period

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 this pull request may close these issues.

1 participant