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

fix: Failed processing of batch can cause operation queue to grow uncontrollably #1580

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

bstasyszyn
Copy link
Contributor

Updated to latest sidetree-core-go which fixes this issue.

See trustbloc/sidetree-core-go#697 for details.

closes #1579

…ontrollably

Updated to latest sidetree-core-go which fixes this issue.

closes trustbloc#1579

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Jun 6, 2023
@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (8343bea) 88.19% compared to head (b18c3b4) 88.18%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1580      +/-   ##
==========================================
- Coverage   88.19%   88.18%   -0.01%     
==========================================
  Files         227      227              
  Lines       21682    21682              
==========================================
- Hits        19122    19120       -2     
- Misses       1652     1653       +1     
- Partials      908      909       +1     
Impacted Files Coverage Δ
pkg/context/opqueue/opqueue.go 80.60% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fqutishat fqutishat merged commit b10de1a into trustbloc:main Jun 6, 2023
@bstasyszyn bstasyszyn deleted the 1579 branch June 6, 2023 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed processing of batch can cause operation queue to grow uncontrollably
2 participants