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(txn): deal rev for DEL txn after getting the latest val #32

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

divanodestiny
Copy link
Collaborator

Change-Id: I9f93c4ddb03cffd317c7ebe357514b37dc7e0bc3

What type of PR is this?

enhancements

What this PR does / why we need it:

deal rev for DEL txn after getting the latest val. It can reduce the time that event collector waits
for if GET is slow.

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

@waynepeking348

@CLAassistant
Copy link

CLAassistant commented Nov 14, 2023

CLA assistant check
All committers have signed the CLA.

Change-Id: I9f93c4ddb03cffd317c7ebe357514b37dc7e0bc3
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@0cc3be7). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #32   +/-   ##
=======================================
  Coverage        ?   58.29%           
=======================================
  Files           ?       61           
  Lines           ?     4846           
  Branches        ?        0           
=======================================
  Hits            ?     2825           
  Misses          ?     1870           
  Partials        ?      151           

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

@divanodestiny divanodestiny merged commit fceda6e into main Mar 26, 2024
3 of 4 checks passed
@divanodestiny divanodestiny deleted the xyc/perf-delete-dealing branch March 26, 2024 06:20
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.

3 participants