Skip to content

fix: 26743: 0.77 snapshots cannot be loaded, unknown data source meta… - #26744

Closed
artemananiev wants to merge 2 commits into
mainfrom
26743-M-unknown-merkledbdatasource-field
Closed

fix: 26743: 0.77 snapshots cannot be loaded, unknown data source meta…#26744
artemananiev wants to merge 2 commits into
mainfrom
26743-M-unknown-merkledbdatasource-field

Conversation

@artemananiev

Copy link
Copy Markdown
Contributor

Fix summary: a part of #26514 is reverted. "Hashes RAM/disk threshold" field in MerkleDb data source metadata is now ignored rather than considered an unknown field.

Fixes: #26743
Signed-off-by: Artem Ananev artem.ananev@hashgraph.com

…data field

Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
@artemananiev artemananiev added this to the v0.78 milestone Aug 7, 2026
@artemananiev
artemananiev requested review from akugal and imalygin August 7, 2026 23:07
@artemananiev artemananiev self-assigned this Aug 7, 2026
@artemananiev
artemananiev requested a review from a team as a code owner August 7, 2026 23:07
@artemananiev artemananiev added Platform Virtual Map Platform Tickets pertaining to the platform labels Aug 7, 2026
@trunk-io

trunk-io Bot commented Aug 7, 2026

Copy link
Copy Markdown

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here

@lfdt-bot

lfdt-bot commented Aug 7, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../java/com/swirlds/merkledb/MerkleDbDataSource.java 33.33% 1 Missing and 1 partial ⚠️

Impacted file tree graph

@@            Coverage Diff            @@
##               main   #26744   +/-   ##
=========================================
  Coverage     70.47%   70.48%           
+ Complexity    11673    11672    -1     
=========================================
  Files          2579     2579           
  Lines        108277   108280    +3     
  Branches      12100    12101    +1     
=========================================
+ Hits          76313    76322    +9     
+ Misses        27986    27976   -10     
- Partials       3978     3982    +4     
Files with missing lines Coverage Δ Complexity Δ
.../java/com/swirlds/merkledb/MerkleDbDataSource.java 82.35% <33.33%> (-0.30%) 0.00 <0.00> (ø)

... and 8 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
@artemananiev

Copy link
Copy Markdown
Contributor Author

This PR will be retargeted from main to release/0.78 as soon as that branch is created. No changes are needed in 0.79

@testlens-app

testlens-app Bot commented Aug 11, 2026

Copy link
Copy Markdown

🔎 No tests executed 🔎

🏷️ Commit: 6db98db
▶️ Tests: 0 executed
⚪️ Checks: 13/13 completed


Learn more about TestLens at testlens.app.

@artemananiev

Copy link
Copy Markdown
Contributor Author

The fix for release 0.78 is tracked in the following PR: #26789 No changes are needed to main, so this PR can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Platform Virtual Map Platform Tickets pertaining to the platform

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0.77 snapshots cannot be loaded, unknown data source metadata field

4 participants