-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-13023. Container checksum is missing after container import #8459
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
Changes from all commits
9eb945d
2ac4848
a25cde5
cf5751c
9bb5c5f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -72,7 +72,7 @@ public class TestTarContainerPacker { | |
| private static final String TEST_CHUNK_FILE_CONTENT = "This is a chunk"; | ||
|
|
||
| private static final String TEST_DESCRIPTOR_FILE_CONTENT = "!<KeyValueContainerData>\n" + | ||
| "checksum: 2215d39f2ae1de89fec837d18dc6387d8cba22fb5943cf4616f80c4b34e2edfe\n" + | ||
| "checksum: 5e4bea7286f96d88a5b3a745011ff9e4281a5221bfe564413215cd85871dcfd8\n" + | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why update this checksum?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The checksum change was necessary because the point of checksum verification shifted. The checksum embedded in |
||
| "chunksPath: target/test-dir/MiniOzoneClusterImpl-23c1bb30-d86a-4f79-88dc-574d8259a5b3/ozone-meta/datanode-4" + | ||
| "/data-0/hdds/23c1bb30-d86a-4f79-88dc-574d8259a5b3/current/containerDir0/1/chunks\n" + | ||
| "containerDBType: RocksDB\n" + | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.