kerneltime commented on code in PR #6037:
URL: https://github.com/apache/ozone/pull/6037#discussion_r1459869607
##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/OmMetadataGenerator.java:
##########
@@ -70,17 +75,22 @@ public class OmMetadataGenerator extends BaseFreonGenerator
enum Operation {
CREATE_FILE,
+ CREATE_STREAM_FILE,
LOOKUP_FILE,
READ_FILE,
LIST_STATUS,
CREATE_KEY,
+ CREATE_STREAM_KEY,
LOOKUP_KEY,
GET_KEYINFO,
HEAD_KEY,
READ_KEY,
LIST_KEYS,
+ LIST_KEYS_LIGHT,
INFO_BUCKET,
INFO_VOLUME,
+ EMPTY_RPC_WRITE_RATIS,
+ EMPTY_RPC,
Review Comment:
Looks like the name is unfortunate but the tool as it exists is supposed
generate metadata load vs metadata content. I am ok with adding this here.
Freon does have overall in its functionality for load generation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]