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

259 txnAppId and txnVersion are logged with warning #260

Conversation

alexeiakimov
Copy link
Contributor

Description

Fixes #259. Adds a warning entry to the system log if the txnAppId and txnVersion of the requested write are already in the transaction log.

Type of change

This is a UI enhancement, that allows the operators to discover the attempts to write data that was already written before. There are no compatibility issues here.

Checklist:

  • New feature / bug fix has been committed following the Contribution guide.
  • Add comments to the code (make it easier for the community!).
  • Change the documentation.
  • Add tests.
  • Your branch is updated to the main branch (dependent changes have been merged).

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6bdc302) 91.04% compared to head (4ae2b84) 91.05%.
Report is 1 commits behind head on main-1.0.0.

Additional details and impacted files
@@             Coverage Diff             @@
##           main-1.0.0     #260   +/-   ##
===========================================
  Coverage       91.04%   91.05%           
===========================================
  Files              95       95           
  Lines            2557     2559    +2     
  Branches          325      316    -9     
===========================================
+ Hits             2328     2330    +2     
  Misses            229      229           

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

@osopardo1 osopardo1 merged commit 61b8db4 into Qbeast-io:main-1.0.0 Feb 5, 2024
3 checks passed
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