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

perf(logstream): remove llsnList from replicateTask #983

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

ijsong
Copy link
Member

@ijsong ijsong commented Feb 7, 2025

What this PR does

Removed the llsnList from the replicateTask to improve performance and simplify
the code. The beginLLSN field is now used instead. This change eliminates the
need to fill llsnList, resulting in a slight performance improvement.

@ijsong ijsong requested a review from hungryjang as a code owner February 7, 2025 05:30
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.02%. Comparing base (42003ae) to head (171469b).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #983      +/-   ##
==========================================
- Coverage   80.22%   80.02%   -0.20%     
==========================================
  Files         178      178              
  Lines       21505    21493      -12     
==========================================
- Hits        17252    17200      -52     
- Misses       3474     3502      +28     
- Partials      779      791      +12     

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

@ijsong ijsong force-pushed the refactor_sn_no_batchlet_in_append branch from 07bb027 to ddda877 Compare February 18, 2025 23:54
@ijsong ijsong force-pushed the remove_llsnlist_from_replicatetask branch from ce900c8 to 63587a4 Compare February 18, 2025 23:54
@ijsong ijsong force-pushed the refactor_sn_no_batchlet_in_append branch from ddda877 to c805615 Compare February 19, 2025 01:15
@ijsong ijsong force-pushed the remove_llsnlist_from_replicatetask branch from 63587a4 to 881dbd6 Compare February 19, 2025 01:15
@ijsong ijsong force-pushed the refactor_sn_no_batchlet_in_append branch from c805615 to d694a78 Compare February 21, 2025 09:00
@ijsong ijsong force-pushed the remove_llsnlist_from_replicatetask branch from 881dbd6 to 0edb558 Compare February 21, 2025 09:00
@ijsong ijsong force-pushed the refactor_sn_no_batchlet_in_append branch from d694a78 to c70817c Compare February 21, 2025 10:16
@ijsong ijsong force-pushed the remove_llsnlist_from_replicatetask branch from 0edb558 to b7b91b7 Compare February 21, 2025 10:16
@ijsong ijsong force-pushed the refactor_sn_no_batchlet_in_append branch from c70817c to d309674 Compare February 21, 2025 12:58
@ijsong ijsong force-pushed the remove_llsnlist_from_replicatetask branch from b7b91b7 to 85624ca Compare February 21, 2025 12:59
Base automatically changed from refactor_sn_no_batchlet_in_append to main February 21, 2025 13:17
Removed the llsnList from the replicateTask to improve performance and simplify
the code. The beginLLSN field is now used instead. This change eliminates the
need to fill llsnList, resulting in a slight performance improvement.
@ijsong ijsong force-pushed the remove_llsnlist_from_replicatetask branch from 85624ca to 171469b Compare February 21, 2025 13:20
@ijsong ijsong merged commit 2ce0a9d into main Feb 21, 2025
10 checks passed
@ijsong ijsong deleted the remove_llsnlist_from_replicatetask branch February 21, 2025 13:34
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