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

refactor(logstream): use beginLLSN in Replicate method #958

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

Conversation

ijsong
Copy link
Member

@ijsong ijsong commented Jan 16, 2025

What this PR does

This commit replaces llsnList with beginLLSN in the Replicate method. Since
LLSNs in llsnList are strictly sequential, beginLLSN and the length of dataList
are sufficient. The corresponding tests have been updated to reflect this
change. The llsn field in ReplicateRequest has been deprecated and will be
removed soon.

This commit replaces llsnList with beginLLSN in the Replicate method. Since
LLSNs in llsnList are strictly sequential, beginLLSN and the length of dataList
are sufficient. The corresponding tests have been updated to reflect this
change. The llsn field in ReplicateRequest has been deprecated and will be
removed soon.
@ijsong ijsong requested a review from hungryjang as a code owner January 16, 2025 05:51
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.94%. Comparing base (859ee20) to head (984faf6).

Additional details and impacted files
@@                  Coverage Diff                  @@
##           use_grpc_codec_v2     #958      +/-   ##
=====================================================
- Coverage              80.19%   79.94%   -0.26%     
=====================================================
  Files                    179      179              
  Lines                  21565    21569       +4     
=====================================================
- Hits                   17295    17244      -51     
- Misses                  3483     3528      +45     
- Partials                 787      797      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants