Siyao Meng created HDDS-10478:
---------------------------------
Summary: fullBlockData map value in MockDatanodeStorage should
ideally hold ByteString
Key: HDDS-10478
URL: https://issues.apache.org/jira/browse/HDDS-10478
Project: Apache Ozone
Issue Type: Bug
Components: test
Reporter: Siyao Meng
Credit: [~weichiu]
fullBlockData map value in MockDatanodeStorage should ideally hold ByteString
rather than String. The idea is that it should hold the same type as {{data}}:
{code:java}
private final Map<BlockID, String> fullBlockData = new HashMap<>();
private final Map<String, ChunkInfo> chunks = new HashMap<>();
private final Map<String, ByteString> data = new HashMap<>();
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]